Releases: nmshd/backbone
Releases · nmshd/backbone
Helm Chart v1.0.1
Consumer API v1.2.1
Admin UI v1.1.1
What's Changed
This update only contains some internal changes to stay consistent with the Consumer API.
Helm Chart v1.0.0
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
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 theauthentication.apiKey
configuration value to the desired key.
Consumer API v1.2.0
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 aData
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
Admin UI v1.0.0
What's Changed
Breaking Changes
- Combination of Admin UI and Admin API by @tnotheis in #184
This version of the Admin UI comes with a built-in Admin API. It is therefore no longer necessary to install the separate Admin API. The Admin API will not be supported in the future.
New Features
- Creation of OAuth clients by @daniel-almeida-konkconsulting in #185
You can now create OAuth clients via the Admin UI. - Number of sent messages quota by @Dannyps in #189
It is now possible to limit the amount of messages an identity can send by defining quota on the corresponding metric. - Deletion of OAuth clients by @daniel-almeida-konkconsulting in #188
You can now delete OAuth clients via the Admin UI.
Admin UI v0.1.0
Consumer API v1.1.0
What's Changed
New Features
- Automatically assign Basic Tier to Identities by @Dannyps in #73
- Triggering Identity Created Integration Event by @JLSRKonk in #84
- Dummy push notification service by @tnotheis in #94
Bug Fixes
- Each Consumer API call returns 401 (Unauthorized) by @tnotheis in #85
- Tier name database column has fixed length by @daniel-almeida-konkconsulting in #87