Skip to content

Releases: nmshd/backbone

Consumer API v2.0.1

04 Sep 07:58
63372d3
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Error on consecutive calls to FirebaseMessagingFactory.CreateForAppId by @tnotheis in #266

Helm Chart v2.0.0

01 Sep 09:04
c999107
Compare
Choose a tag to compare

Consumer API: v2.0.0
Admin UI: v1.3.0
Admin CLI: v2.0.0

Consumer API v2.0.0

01 Sep 05:36
2eb9157
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Support for sending push notifications to multiple apps by @daniel-almeida-konkconsulting in #254
    It is now possible to configure multiple APNs/FCM keys and choose for which bundle/app id which key should be used.
    When registering for push notifications, you then need to pass the bundle/app id as part of the request. For this, the new appId property in the request body has to be used. If the property isn't passed, the request fails with status code 400.

Admin UI v1.3.0

01 Sep 05:41
2eb9157
Compare
Choose a tag to compare

What's Changed

New Features

Helm Chart v1.1.1

23 Aug 07:50
7c036f4
Compare
Choose a tag to compare

Consumer API: v1.3.2
Admin UI: v1.2.0
Admin CLI: v2.0.0

Consumer API v1.3.2

23 Aug 07:27
7adb7e6
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Postgres health check opens new connection on every request by @tnotheis in #257

Consumer API v1.3.1

23 Aug 06:32
3f99cec
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Postgres health check opens a new connection on every request by @tnotheis in #255

Full Changelog: capi/v1.3.0...capi/v1.3.1

Helm Chart v1.1.0

02 Aug 13:25
25077aa
Compare
Choose a tag to compare

What's Changed

New Features

  • Add Azure support by @tnotheis in #231
    It is now possible to deploy the Helm Chart to Azure and use things like Azure Ingress

Full Changelog: helm/v1.0.1...helm/v1.1.0

Consumer API v1.3.0

02 Aug 12:34
d50d157
Compare
Choose a tag to compare

What's Changed

New Features

  • Direct PNS communication by @tnotheis in #232
    It is now possible to configure the Consumer API to send its push notifications directly via FCM/APNs

Bug Fixes

  • DbContext tries to create untracked tier instead of using existing entity by @Dannyps in #204
  • Missing CorrelationId in logs by @Dannyps in #228
  • Getting file metadata leads to socket hang up by @tnotheis in #237

Full Changelog: capi/v1.2.1...capi/v1.3.0

Admin UI v1.2.0

02 Aug 12:35
d50d157
Compare
Choose a tag to compare

What's Changed

New Features

Bug Fixes

  • DbContext tries to create untracked tier instead of using existing entity by @Dannyps in #204
  • Missing CorrelationId in logs by @Dannyps in #228

Full Changelog: aui/v1.1.1...aui/v1.2.0