Releases: nmshd/backbone
Releases · nmshd/backbone
Consumer API v2.0.1
Helm Chart v2.0.0
Consumer API v2.0.0
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 newappId
property in the request body has to be used. If the property isn't passed, the request fails with status code400
.
Admin UI v1.3.0
What's Changed
New Features
- Change Client Secret by @JLSRKonk in #236
- Deletion of Tiers by @Dannyps in #229
- Enhancement of Identities overview by @daniel-almeida-konkconsulting in #239
There are now a few new columns in the Identities overview page. - Redirect to Login on 401 Unauthorized by @daniel-almeida-konkconsulting in #246
- Show Devices of Identity in Identity Details page by @JLSRKonk in #242
- Limit content width of Admin UI by @JLSRKonk in #245
- Only allow 1 Quota per Type per Period per Metric by @Dannyps in #243
Helm Chart v1.1.1
Consumer API v1.3.2
Consumer API v1.3.1
Helm Chart v1.1.0
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
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
What's Changed
New Features
- Listing of Tier Quotas by @JLSRKonk in #198
- Quota on Number of Files by @Dannyps in #218
- Deletion of Tier Quotas by @JLSRKonk in #219
- Quota on Used File Storage Space by @Dannyps in #220
- Quotas for identities by @daniel-almeida-konkconsulting in #226
- Quota on Number Of Relationships by @Dannyps in #222
- List identity quotas by @JLSRKonk in #230
- Delete identity quotas by @daniel-almeida-konkconsulting in #227
- Quota on Number of Tokens by @JLSRKonk in #235
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