Skip to content

5.7.0

Compare
Choose a tag to compare
@tnotheis tnotheis released this 18 Jun 07:19
· 437 commits to main since this release
42846a7

Administration

New Features

  • Admin UI: Display of the Identity deletion audit log for deleted identities by @stamenione in #684

Consumption

New Features

  • Save device communication language by @daniel-almeida-konkconsulting in #677
  • Translation for Push Notifications by @Dannyps in #675
  • Prevent messages to identities to be deleted by @daniel-almeida-konkconsulting in #685
  • Push support for Connectors via server sent events by @tnotheis in #691
    You can register for server sent events by sending a GET request to /api/v1/sse. This will open an SSE connection. The Backbone will send you event names through this connection. These event names are the same as those sent via push notifications.
  • Prevent creation and updates to relationships where peer is in status "ToBeDeleted" by @daniel-almeida-konkconsulting in #695

Other

  • Restructure push notification configuration by @tnotheis in #683