diff options
author | sourabh_sourabh <sourabh.sourabh@est.tech> | 2024-10-04 14:35:32 +0100 |
---|---|---|
committer | sourabh_sourabh <sourabh.sourabh@est.tech> | 2024-10-04 14:51:05 +0100 |
commit | ef70022bddcb18a17c4afe2332cafa78621ab8b5 (patch) | |
tree | 1405c88ab9fccfb5e9971079ecddaf6cf9e649b9 /docs/release-notes.rst | |
parent | f540809d5b1f70a6055b7b9bf39c4ed81413b6e3 (diff) |
[CPS] OSLO release changes
- Updated open api for cps, ncmp and policy apis.
- Updated release notes with bus and features.
Issue-ID: CPS-2434
Change-Id: Ib4d80f3939b6e267f228177c817e43832a9384db
Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
Diffstat (limited to 'docs/release-notes.rst')
-rw-r--r-- | docs/release-notes.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 7340e7a788..74a6ce5e2b 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -39,10 +39,18 @@ Release Data Bug Fixes --------- 3.5.3 + - `CPS-2353 <https://lf-onap.atlassian.net/browse/CPS-2353>`_ Slow cmHandle registration when we use moduleSetTag, alternateId and dataProducerIdentifier + - `CPS-2395 <https://lf-onap.atlassian.net/browse/CPS-2395>`_ Retry mechanism (with back off algorithm) is removed with more frequent watchdog poll + - `CPS-2409 <https://lf-onap.atlassian.net/browse/CPS-2409>`_ Return NONE for get effective trust level api if the trust level caches empty (restart case) + - `CPS-2430 <https://lf-onap.atlassian.net/browse/CPS-2430>`_ Fix memory leak related to using arrays in Hibernate + Features -------- 3.5.3 + - `CPS-2247 <https://lf-onap.atlassian.net/browse/CPS-2247>`_ Policy Executor: Invoke Policy Executor and handle 'deny' response + - `CPS-2412 <https://lf-onap.atlassian.net/browse/CPS-2412>`_ Policy Executor: handle errors + - `CPS-2417 <https://lf-onap.atlassian.net/browse/CPS-2417>`_ Remove Hazelcast cache for prefix resolver Version: 3.5.2 |