v1.5.1
1.5.1 (2022-03-29)
Bug Fixes
- Messages: Displays the county or city name from RKI data as recipient and in the recipient selection instead of a technical name.
- Messages: Improves the recipient selection. The list of possible recipients for messages is now created cyclically in a background job and is immediately available for the frontend. (73cda44), closes #678 #680
- Removes long deprecated environment variables from
.env.sample
. These variables have had no effect for some time. (9bf0a55), closes #679 - RPC methods can now be extended with additional parameters while still remaining compatible with legacy RPC clients if default values are used. (4320b23), closes iris-connect/iris-backlog#278
- Updates EPS to version v0.2.6 (2cd3a4a)
Upgrade Guides
Note about the runtime environment for stand-alone installations.
IRIS uses and requires Java 17! For stand-alone installations, make sure that a current version of Java 17 is installed! With this we use the latest version of Java with long term support.