Skip to content

Releases: nmshd/backbone

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

Helm Chart v1.0.1

12 Jul 08:36
55c7513
Compare
Choose a tag to compare

Consumer API: v1.2.1
Admin UI: v1.1.1
Admin CLI: v2.0.0

Consumer API v1.2.1

12 Jul 07:41
4da3313
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Send message returns 500 by @tnotheis in #199
    An error was fixed that caused each call to the POST /api/v1/Messages endpoint to return an HTTP status code of 500.

Admin UI v1.1.1

12 Jul 07:42
4da3313
Compare
Choose a tag to compare

What's Changed

This update only contains some internal changes to stay consistent with the Consumer API.

Helm Chart v1.0.0

10 Jul 07:57
4cc99e9
Compare
Choose a tag to compare

What's Changed

This is the first official version of the Backbone Helm chart. It contains the Consumer API, the Admin UI, as well as the Admin CLI.

Admin UI v1.1.0

10 Jul 06:27
3d1f663
Compare
Choose a tag to compare

What's Changed

New Features

  • API key authentication by @daniel-almeida-konkconsulting in #194
    The Admin UI can now be secured with an API key. To do so, set the authentication.apiKey configuration value to the desired key.

Consumer API v1.2.0

07 Jul 07:25
4c312ec
Compare
Choose a tag to compare

What's Changed

New Features

  • Make configuration of a JWT Signing Certificate optional for development scenarios by @tnotheis in #101
    It is now possible to omit the JWT Signing Certificate from the configuration. In this case a temporary certificate is used to sign the JWTs. It is NOT recommended to do this in production scenarios. To prevent accidental misconfiguration, the server won't start if ASPNETCORE_ENVIRONMENT is set to Production and there is no JWT Signing Certificate configured
  • Request cancellation support by @filipemmagalhaes in #126
    If you now cancel an HTTP request to the Consumer API, any triggered actions will be cancelled at the next opportunity.
  • "Data" property for HTTP errors by @filipemmagalhaes in #136
    Errors returned in an HTTP response now may have a Data property, which contains error specific properties. It depends on the error code whether such data is available or not.

Full Changelog: capi/v1.1.0...capi/v1.2.0