aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release-notes.rst
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2024-08-20 14:58:49 +0100
committerdanielhanrahan <daniel.hanrahan@est.tech>2024-08-20 15:33:44 +0100
commit7347bbd9655ba6f713241af1ad3667ee22c85016 (patch)
tree83db5ac41b4b3f9a747c06fbab70ff6f56945ece /docs/release-notes.rst
parent73f044beb1fe4bd2fd30fb71357c918ab39dda38 (diff)
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 <daniel.hanrahan@est.tech> Change-Id: I5b10437f4a01c886b3c84e46ac727e0e79917589
Diffstat (limited to 'docs/release-notes.rst')
-rw-r--r--docs/release-notes.rst1
1 files changed, 1 insertions, 0 deletions
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 <https://jira.onap.org/browse/CPS-2326>`_ Uplift liquibase-core dependency to 4.28.0
+ - `CPS-2366 <https://jira.onap.org/browse/CPS-2366>`_ Improve registration performance with use of alternateID
Version: 3.5.1
==============