You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.
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.