Skip to content

v1.5.1-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jekutzsche jekutzsche released this 25 Mar 10:55

1.5.1-rc.1 (2022-03-25)

Bug Fixes

  • Messages: Improves the performance of the . 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. This 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