Releases: nmshd/backbone
Releases · nmshd/backbone
6.24.0
Consumption
- Remove Swagger UI by @tnotheis in #973
This means that theswaggerUi
section of the configuration is not used anymore and can be safely removed.
Helm Chart
New Features
- Remove Swagger UI by @tnotheis in #973
This means that theswaggerUi
section of the configuration can be safely removed. - Cleanup helm chart values by @tnotheis in #972
The following changes to the properties were made:- New property -
global.defaultHostname
. This is used at other places as a fallback value (see below) - Changed property - renamed
consumerapi.httpRoute.hostnames
toconsumerapi.httpRoute.hostnamesOverride
; defaults to theglobal.defaultHostname
- Changed property - renamed
sseserver.httpRoute.hostnames
tosseserver.httpRoute.hostnamesOverride
; defaults to theglobal.defaultHostname
- New property -
- Add Azure HealthCheckPolicy to Helm Chart by @tnotheis in #974
This results in the following new properties:consumerapi.healthCheckPolicy.hostOverride
(optional, defaults to "global.defaultHostname")consumerapi.healthCheckPolicy.interval
(optional)consumerapi.healthCheckPolicy.timeout
(optional)consumerapi.healthCheckPolicy.healthyThreshold
(optional)consumerapi.healthCheckPolicy.unhealthyThreshold
(optional)sseserver.healthCheckPolicy.hostOverride
(optional, defaults to "global.defaultHostname")sseserver.healthCheckPolicy.interval
(optional)sseserver.healthCheckPolicy.timeout
(optional)sseserver.healthCheckPolicy.healthyThreshold
(optional)sseserver.healthCheckPolicy.unhealthyThreshold
(optional)
Full Changelog: 6.23.0...6.24.0
6.23.0
Consumption
New Features
- Identities with expired grace period shouldn't be able to log in by @MH321Productions in #969
- Delete unonboarded devices from database instead of soft deleting them by @tnotheis in #971
Bug Fixes
ForIdentity
column of Relationship Templates and Tokens are not anonymized during identity deletion by @MH321Productions in #962
There is a new configuration property calledmodules.tokens.application.didDomainName
Full Changelog: 6.22.1...6.23.0
6.22.1
6.22.0
Consumption
New Features
- Possibility for the user to override the length of the grace period when starting an identity deletion process by @tnotheis in #961
For this, you can now pass an optional propertylengthOfGracePeriodInDays
(type:double
) when starting an identity deletion process via the Consumer API (POST /api/v1/Identities/Self/DeletionProcesses
)
Full Changelog: 6.21.0...6.22.0
6.21.0
Consumption
New Features
- API for sending announcements to all identities by @tnotheis in #929
- Possibility to create backup devices by @MH321Productions in #953
- Possibility for a device to find out whether its identity was deleted by @tnotheis in #949
Bug Fixes
Full Changelog: 6.20.0...6.21.0
6.21.0-alpha.2
Consumption
New Features
- The IsDeleted route now already returns
true
once the grace period is over
Full Changelog: 6.21.0-alpha.1...6.21.0-alpha.2
6.21.0-alpha.1
Consumption
New Features
- API for sending announcements to all identities by @tnotheis in #929
- Possibility for a device to find out whether its identity was deleted (alpha)
Full Changelog: 6.20.0...6.21.0-alpha.1
6.20.0
6.19.1
6.19.0
Consumption
New Features
- Decompose Relationships during Identity Deletion by @MH321Productions in #940
POC
- Public Relationship Template References by @MH321Productions in #941
(CAUTION: this feature is only a POC. It is not meant for production usage)
Full Changelog: 6.18.0...6.19.0