Skip to content

Releases: nmshd/backbone

6.24.0

11 Dec 16:51
11a8ce2
Compare
Choose a tag to compare

Consumption

  • Remove Swagger UI by @tnotheis in #973
    This means that the swaggerUi 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 the swaggerUi 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 to consumerapi.httpRoute.hostnamesOverride; defaults to the global.defaultHostname
    • Changed property - renamed sseserver.httpRoute.hostnames to sseserver.httpRoute.hostnamesOverride; defaults to the global.defaultHostname
  • 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

11 Dec 09:23
e937878
Compare
Choose a tag to compare

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 called modules.tokens.application.didDomainName

Full Changelog: 6.22.1...6.23.0

6.22.1

06 Dec 09:19
24ed7a0
Compare
Choose a tag to compare

Consumption

Bug Fixes

  • /Identities/IsDeleted route returns 500 if identity is deleted by @tnotheis in #964

Full Changelog: 6.22.0...6.22.1

6.22.0

04 Dec 13:43
05ee700
Compare
Choose a tag to compare

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 property lengthOfGracePeriodInDays (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

02 Dec 15:22
db30b05
Compare
Choose a tag to compare

Consumption

New Features

Bug Fixes

Full Changelog: 6.20.0...6.21.0

6.21.0-alpha.2

02 Dec 10:20
8761260
Compare
Choose a tag to compare
6.21.0-alpha.2 Pre-release
Pre-release

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

02 Dec 10:05
8761260
Compare
Choose a tag to compare
6.21.0-alpha.1 Pre-release
Pre-release

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

27 Nov 14:07
08b3a25
Compare
Choose a tag to compare

Consumption

New Features

  • Change deserialization of tokens query to match standard by @tnotheis in #952

Full Changelog: 6.19.1...6.20.0

6.19.1

27 Nov 10:16
c3e6e16
Compare
Choose a tag to compare

Consumption

Other Changes

  • New error message in case of a 404

Full Changelog: 6.19.0...6.19.1

6.19.0

20 Nov 16:14
42987e3
Compare
Choose a tag to compare

Consumption

New Features

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