X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=26a7a552e05ed370edd9defb88b4682ec6c31dee;hb=21171253eb47349832e1e1d4952a42051c19be05;hp=93844b84fd6cc106eaba9fd93b0d40ba35e3fe25;hpb=490834698eef6c8c0ef31c9a50f8695487b7f961;p=cps.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 93844b84f..26a7a552e 100755 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -12,6 +12,284 @@ CPS Release Notes :depth: 2 .. +.. ======================== +.. * * * MONTREAL * * * +.. ======================== + +Version: 3.3.8 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:3.3.8 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 3.3.8 Montreal | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | Not yet released | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- +3.3.8 + +Features +-------- + +Version: 3.3.7 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:3.3.7 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 3.3.7 Montreal | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | 2023 September 20 | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- +3.3.7 + - `CPS-1866 `_ Fix ClassDefNotFoundError in opendaylight Yang parser + +Features +-------- +- `CPS-1789 `_ CPS Upgrade to Springboot 3.0. + +Note +---- +Migrating to Spring Boot 3.0 requires the product be built with Java 17 and at least MVN version 3.8.7. + +Version: 3.3.6 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:3.3.6 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 3.3.6 Montreal | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | 2023 August 23 | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- +3.3.6 + - `CPS-1841 `_ Update of top-level data node fails with exception + - `CPS-1842 `_ Replace event-id with correlation-id for data read operation cloud event + +Features +-------- + - `CPS-1696 `_ Get Data Node to return entire List data node. + - `CPS-1819 `_ Ability to disable sending authorization header. + + +Version: 3.3.5 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:3.3.5 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 3.3.5 Montreal | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | 2023 July 21 | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- +3.3.5 + +Features +-------- + - `CPS-1760 `_ Improve handling of special characters in Cps Paths + +Version: 3.3.4 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:3.3.4 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 3.3.4 Montreal | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | 2023 July 19 | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- +3.3.4 + +Features +-------- + - `CPS-1767 `_ Upgrade CPS to java 17 + +Version: 3.3.3 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:3.3.3 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 3.3.3 Montreal | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | 2023 June 30 | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- +3.3.3 + +Features +-------- + - `CPS-1515 `_ Support Multiple CM-Handles for NCMP Get Operation + - `CPS-1675 `_ Persistence write performance improvement(s) + - `CPS-1745 `_ Upgrade to Openapi 3.0.3 + +Version: 3.3.2 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:3.3.2 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 3.3.2 Montreal | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | 2023 June 15 | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- +3.3.2 + - `CPS-1716 `_ NCMP: Java Heap OutOfMemory errors and slow registration in case of 20k cmhandles + +Features +-------- + - `CPS-1006 `_ Extend CPS PATCH API to allow update of leaves for multiple data nodes + - `CPS-1273 `_ Add <,> operators support to cps-path + - `CPS-1664 `_ Use recursive SQL to fetch descendants in CpsPath queries to improve query performance + - `CPS-1676 `_ Entity ID types do not match types in database definition + - `CPS-1677 `_ Remove dataspace_id column from Fragment table + +Version: 3.3.1 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:3.3.1 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 3.3.1 Montreal | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | 2023 May 03 | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- +3.3.1 + - None + +Features +-------- + - `CPS-1272 `_ Add Contains operation to CPS Path + - `CPS-1573 `_ Remove 32K limit for DB operations + - `CPS-1627 `_ Dependency versions uplift because of vulnerability issues + - `CPS-1629 `_ Ordering of leaf elements to support combination of AND/OR in cps-path + - `CPS-1637 `_ Extend hazelcast to work on kubernetes + +Version: 3.3.0 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:3.3.0 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 3.3.0 Montreal | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | 2023 April 20 | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- +3.3.0 + - None + +Features +-------- + - `CPS-1215 `_ Add OR operation for CPS Path + - `CPS-1617 `_ Use cascade delete in fragments table + .. ====================== .. * * * LONDON * * * .. ====================== @@ -32,18 +310,19 @@ Release Data | **Release designation** | 3.2.6 London | | | | +--------------------------------------+--------------------------------------------------------+ -| **Release date** | Not been released yet | +| **Release date** | 2023 March 22 | | | | +--------------------------------------+--------------------------------------------------------+ Bug Fixes --------- 3.2.6 - - None + - `CPS-1526 `_ Fix response message for PATCH operation + - `CPS-1563 `_ Fix 500 response error on id-searches with empty parameters Features -------- - - None + - `CPS-1396 `_ Query data nodes across all anchors under one dataspace Version: 3.2.5 ============== @@ -182,6 +461,7 @@ Release Data | **Release date** | 2023 January 27 | | | | +--------------------------------------+--------------------------------------------------------+ + Features -------- 3.2.1 @@ -228,6 +508,9 @@ Known Limitations, Issues and Workarounds For upgrading, CPS uses Liquibase for database upgrades. CPS/NCMP currently only supports upgrading from Liquibase changelog 11 to Liquibase changelog 16. This is from commit CPS-506: List all known modules and revision to CPS-1312: Default CMHandles to READY during upgrade or from ONAP release Honolulu to Kohn. +CPS core Patch operation currently supports updating data of one top level data node. When performing Patch on multiple top level data nodes at once +a 400 Bad Request is sent as response. This is part of commit CPS-1526. + .. ==================== .. * * * KOHN * * * .. ==================== @@ -973,17 +1256,19 @@ Test Results References ---------- -For more information on the ONAP Honolulu release, please see: +For more information on the latest ONAP release, please see: #. `ONAP Home Page`_ +#. `ONAP Wiki Page`_ #. `ONAP Documentation`_ +#. `ONAP CPS Documentation`_ #. `ONAP Release Downloads`_ -#. `ONAP Wiki Page`_ .. _`ONAP Home Page`: https://www.onap.org .. _`ONAP Wiki Page`: https://wiki.onap.org .. _`ONAP Documentation`: https://docs.onap.org +.. _`ONAP CPS Documentation`: https://docs.onap.org/projects/onap-cps .. _`ONAP Release Downloads`: https://git.onap.org Quick Links: