From 254e7b536a9006541cec5800f488a6a26dc2f75b Mon Sep 17 00:00:00 2001 From: Vladislav Tropnikov Date: Fri, 13 Feb 2026 14:49:02 +0100 Subject: [PATCH] ODM-12955 add changes --- docs/home/release-notes.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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.