diff --git a/docs/home/release-notes.md b/docs/home/release-notes.md index 3273e6b..aa349fa 100644 --- a/docs/home/release-notes.md +++ b/docs/home/release-notes.md @@ -33,6 +33,30 @@ tag: 25.8.4 ``` +- Removed an irrelevant parameter `?appId=` in OpenId settings (Azure only). + + Old configuration: + + ```yaml + applications: + files: + "/var/lib/genestack/properties/microsoft.openid.ini": | + ... + discoveryDocumentUri=https://login.microsoftonline.com//v2.0/.well-known/openid-configuration?appId= + ... + ``` + + New configuration: + + ```yaml + applications: + files: + "/var/lib/genestack/properties/microsoft.openid.ini": | + ... + discoveryDocumentUri=https://login.microsoftonline.com//v2.0/.well-known/openid-configuration + ... + ``` + - Increased memory requirements for loading large cell expression datasets. - When loading datasets with millions of cells, increase memory limits for the `func-job` service to prevent out-of-memory errors.