Skip to content

5.0.0

Compare
Choose a tag to compare
@tnotheis tnotheis released this 23 Apr 14:15
· 508 commits to main since this release
a2ef47c

What's Changed

General

  • Unify all components under a single version by @tnotheis in #614
    From this release onwards, we only have a single version for all of our components (Admin UI, Consumer API, Admin CLI, Event Handler, Helm Chart). This mainly simplifies the deployment process on our end. This change should be transparent to a consumer of our helm chart. Except that from now on we will publish release notes for the whole helm chart instead of separate ones for the different components.
  • Update of our used libraries

Admin UI

New Features

  • Start identity deletion process by @stamenione in #579
  • Set default schemas for all DbContexts by @tnotheis in #595
    This means that it is not necessary to have a separate database user per module anymore.

Bug Fixes

  • Admin UI: Internal server error when cancelling a deletion process by @tnotheis in #580

Other Changes

Consumer API

Bug Fixes

Other Changes

  • Performance Improvements with Database Indexes by @daniel-almeida-konkconsulting in #577
  • Set default schemas for all DbContexts by @tnotheis in #595
    This means that it is not necessary to have a separate database user per module anymore.

Event Handler Service

  • Event Handler Service: Subscribe to all events (and don't subscribe in Consumer API anymore) by @NikolaDmitrasinovic in #604
    The "Event Handler Service" is a new component in our helm chart, which is responsible for handing our integration events. But since this is happening in the background, it doesn't affect the typical consumer of the chart.

Admin CLI

Other Changes