From d752e9516c245554e7c97217ab6a26bc55c5d70e Mon Sep 17 00:00:00 2001 From: Tushar-TG-14 Date: Tue, 30 Jun 2026 20:05:49 +0530 Subject: [PATCH 1/2] DOC-3254: Document fixes and improvements in release notes [4.2.4] Added fixed issues for version 4.2.4, including functionality and security improvements. --- modules/release-notes/pages/index.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modules/release-notes/pages/index.adoc b/modules/release-notes/pages/index.adoc index fd9d7b99..0c7e8464 100644 --- a/modules/release-notes/pages/index.adoc +++ b/modules/release-notes/pages/index.adoc @@ -197,6 +197,18 @@ xref:4.2@tigergraph-server:data-loading:load-from-kafka-mm.adoc[] is still avail == Fixed issues +=== Fixed and Improved in 4.2.4 + +==== Functionality + +* Fixed an issue where custom NGINX configuration changes could be overwritten during cluster upgrades instead of being preserved automatically (CORE-5785). +* Fixed an issue where long-running query installation requests submitted through a follower node could appear to hang if the client connection timed out before the operation completed (GLE-13080). +* Fixed an issue where failed query installation or reinstallation could leave the query lock unreleased, preventing subsequent query operations until the service was restarted (GLE-13094). + +==== Security + +* Fixed an issue where SAML SSO certificate validation could not be bypassed when explicitly configured for environments requiring certificate verification to be disabled (GLE-13060). + === Fixed and Improved in 4.2.3 ==== Functionality From 740f03f5a4a64b4cd8f80a24924afefc19e242a6 Mon Sep 17 00:00:00 2001 From: Tushar-TG-14 Date: Thu, 2 Jul 2026 00:19:27 +0530 Subject: [PATCH 2/2] Update index.adoc --- modules/release-notes/pages/index.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/release-notes/pages/index.adoc b/modules/release-notes/pages/index.adoc index 0c7e8464..c8061561 100644 --- a/modules/release-notes/pages/index.adoc +++ b/modules/release-notes/pages/index.adoc @@ -204,6 +204,7 @@ xref:4.2@tigergraph-server:data-loading:load-from-kafka-mm.adoc[] is still avail * Fixed an issue where custom NGINX configuration changes could be overwritten during cluster upgrades instead of being preserved automatically (CORE-5785). * Fixed an issue where long-running query installation requests submitted through a follower node could appear to hang if the client connection timed out before the operation completed (GLE-13080). * Fixed an issue where failed query installation or reinstallation could leave the query lock unreleased, preventing subsequent query operations until the service was restarted (GLE-13094). +* Fixed an issue where cluster expansion or shrink operations could continue after a core data import failure instead of stopping with an error (TP-10680). ==== Security