X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=f5cef76edafed51304a08e46c826b68a3b62a28c;hb=26804e49980bc1d3139b09b7934e94a2ea1e7743;hp=e6b81fcbaf160e42c587906cd87fb16177c80b3d;hpb=c29a5fe32db7efb0fdefa3a3d020110aab9731b4;p=cps.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst old mode 100755 new mode 100644 index e6b81fcba..f5cef76ed --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,6 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. Copyright (C) 2021-2023 Nordix Foundation +.. Copyright (C) 2021-2024 Nordix Foundation .. DO NOT CHANGE THIS LABEL FOR RELEASE NOTES - EVEN THOUGH IT GIVES A WARNING .. _release_notes: @@ -12,6 +12,150 @@ CPS Release Notes :depth: 2 .. +.. ========================= +.. * * * NEW DELHI * * * +.. ========================= + +Version: 3.4.3 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:3.4.3 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 3.4.3 New Delhi | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | Not yet released | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- +3.4.3 + + +Features +-------- + - `CPS-1824 `_ CPS Delta between 2 anchors. + +Version: 3.4.2 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:3.4.2 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 3.4.2 New Delhi | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | 2024 January 11 | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- +3.4.2 + + +Features +-------- + - `CPS-1638 `_ Introduce trust level for CM handle. + - `CPS-1795 `_ Double performance of CPS write operations (via write batching) + - `CPS-2018 `_ Improve performance of CPS update operations. + - `CPS-2019 `_ Improve performance of saving CM handles. + +Notes +----- + - Java API method CpsDataService::saveListElementsBatch has been removed as part of CPS-2019. + +Known Limitations, Issues and Workarounds +----------------------------------------- + +*System Limitations* + +For upgrading, CPS uses Liquibase for database upgrades. In order to enable Hibernate write batching +(`CPS-1795 `_), a change to the database entity ID generation is required. +As such, *this release does not fully support In-Service Software Upgrade* - CPS will not store new DataNodes and +NCMP will not register new CM-handles during an upgrade with old and new versions of CPS running concurrently. +Other operations (read, update, delete) are not impacted. + + +Version: 3.4.1 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:3.4.1 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 3.4.1 New Delhi | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | 2023 December 20 | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- +3.4.1 + - `CPS-1979 `_ Bug fix for Invalid topic name suffix. + +Features +-------- + - CPS-Temporal is no longer supported and any related documentation has been removed. + - `CPS-1733 `_ Upgrade YANG schema-set for CM handle without removing and adding it. + - `CPS-1980 `_ Exposing health and cluster metrics for hazelcast. + - `CPS-1994 `_ Use Apache Http Client for DMI REST requests. + - `CPS-2005 `_ Removing notification feature for cps updated events ( exclusively used by cps-temporal ) + +Known Issues +------------ + - `CPS-2000 `_ Schema object cache is not distributed. + + +Version: 3.4.0 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:3.4.0 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 3.4.0 New Delhi | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | 2023 November 09 | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- +3.4.0 + - `CPS-1956 `_ Bug fix for No yang resources stored during cmhandle discovery. + .. ======================== .. * * * MONTREAL * * * .. ======================== @@ -32,13 +176,15 @@ Release Data | **Release designation** | 3.3.9 Montreal | | | | +--------------------------------------+--------------------------------------------------------+ -| **Release date** | Not yet released | +| **Release date** | 2023 November 06 | | | | +--------------------------------------+--------------------------------------------------------+ Bug Fixes --------- 3.3.9 + - `CPS-1923 `_ CPS and NCMP changed management endpoint and port from /manage to /actuator and port same as cps application port. + - `CPS-1933 `_ Setting up the class loader explicitly in hazelcast config. Features -------- @@ -1069,7 +1215,6 @@ Following CPS components are available with default ONAP/CPS installation. * Service components - CPS-NCMP - - CPS-Temporal - DMI-Plugin * Additional resources that CPS utilizes deployed using ONAP common charts