Releases: nmshd/backbone
Releases · nmshd/backbone
6.28.0
Consumption
New Features
- Don't display push notifications for new datawallet modifications by @MH321Productions in #1000
Others
New Features
- Enable SSL for connection to RabbitMQ by default and make RabbitMQ port configurable by @tnotheis in #1012
Full Changelog: 6.27.0...6.28.0
6.28.0-beta.4
Consumption
New Features
- Add possibility to configure a port for RabbitMQ
Full Changelog: 6.27.0...6.28.0-beta.1
6.28.0-beta.3
Consumption
New Features
- Add possibility to configure a port for RabbitMQ
Full Changelog: 6.27.0...6.28.0-beta.1
6.28.0-beta.2
Consumption
New Features
- Add possibility to configure a port for RabbitMQ
Full Changelog: 6.27.0...6.28.0-beta.1
6.28.0-beta.1
Consumption
New Features
- Add possibility to configure a port for RabbitMQ
Full Changelog: 6.27.0...6.28.0-beta.1
6.27.0
6.26.0
Consumption
New Features
- Improve performance by optimizing database queries by @ericbrunner in #996
Administration
New Features
- Improve performance by optimizing database queries by @ericbrunner in #996
Helm Chart
Other Changes
- Optimize blob storage configuration by @tnotheis in #991
The following changes to the configuration properties were made:- Removed property -
global.configuration.modules.files.infrastructure.blobStorage.cloudProvider
- Removed property -
global.configuration.modules.files.infrastructure.blobStorage.connectionInfo
- Removed property -
global.configuration.modules.files.infrastructure.blobStorage.containerName
- New property -
global.configuration.modules.files.infrastructure.blobStorage.productName
: possible values: "AzureStorageAccount"/"GoogleCloudStorage" - New property -
global.configuration.modules.files.infrastructure.blobStorage.azureStorageAccount.containerName
: the name of the container that should be used to store the files (only applicable ifproductName
is "AzureStorageAccount") - New property -
global.configuration.modules.files.infrastructure.blobStorage.azureStorageAccount.connectionString
(only applicable ifproductName
is "AzureStorageAccount") - New property -
global.configuration.modules.files.infrastructure.blobStorage.googleCloudStorage.serviceAccountJson
: the content of the service account json file that should be used to authenticate (optional; defaults to the default credentials) (only applicable ifproductName
is "GoogleCloudStorage") - New property -
global.configuration.modules.files.infrastructure.blobStorage.googleCloudStorage.bucketName
: the name of the bucket that should be used to store the files (only applicable ifproductName
is "GoogleCloudStorage")
- Removed property -
- S3 bucket support for files storage by @tnotheis in #993
The following changes to the configuration properties were made:- Updated property -
global.configuration.modules.files.infrastructure.blobStorage.productName
: now additionally supports the value "S3Bucket" - New property -
global.configuration.modules.files.infrastructure.blobStorage.s3Bucket.accessKeyId
: the access key id that should be used to authenticate (only applicable ifproductName
is "S3Bucket") - New property -
global.configuration.modules.files.infrastructure.blobStorage.s3Bucket.secretAccessKey
: the secret access key that should be used to authenticate (only applicable ifproductName
is "S3Bucket") - New property -
global.configuration.modules.files.infrastructure.blobStorage.s3Bucket.bucketName
: the name of the bucket that should be used to store the files (only applicable ifproductName
is "S3Bucket") - New property -
global.configuration.modules.files.infrastructure.blobStorage.s3Bucket.serviceUrl
: the url of the S3 service (only applicable ifproductName
is "S3Bucket")
- Updated property -
Full Changelog: 6.25.1...6.26.0
6.25.1
Consumption
Bug Fixes
- Deleting an identity with an already decomposed relationship throws an error by @MH321Productions in #977
- It is possible to cancel deletion processes with expired grace periods by @tnotheis in #989
Full Changelog: 6.25.0...6.25.1
6.25.0
Helm Chart
New Features
- Remove HealthCheckPolicy's by @tnotheis in #976
We removed the HealthCheckPolicy's again, because according to the official documentation, it defaults to the pod's readiness probe, which is perfect for us.
Full Changelog: 6.24.0...6.25.0
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