From 7347bbd9655ba6f713241af1ad3667ee22c85016 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Tue, 20 Aug 2024 14:58:49 +0100 Subject: Faster alternate-id checks during registration (CPS-2366 #2) This improves performance when using alternate ID in registration. Instead of one CPS path query for each alternate ID, it sends one query for the whole batch using OR operator, e.g. /dmi-registry/cm-handles[@alternate-id='A' or @alternate-id='B'] Issue-ID: CPS-2366 Signed-off-by: danielhanrahan Change-Id: I5b10437f4a01c886b3c84e46ac727e0e79917589 --- docs/release-notes.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 1652997f60..08d1ac4c48 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -46,6 +46,7 @@ Features -------- 3.5.2 - `CPS-2326 `_ Uplift liquibase-core dependency to 4.28.0 + - `CPS-2366 `_ Improve registration performance with use of alternateID Version: 3.5.1 ============== -- cgit 1.2.3-korg