X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=e79a188ef521cc9d0a8c880d9a3c61cde2ee9227;hb=a1703ea0b029df78ceb040ad0a39d872a7384649;hp=f5cef76edafed51304a08e46c826b68a3b62a28c;hpb=7d80e1bdeeb9243e7d3cd1ddbc0585268377ea67;p=cps.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index f5cef76ed..e79a188ef 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -16,6 +16,132 @@ CPS Release Notes .. * * * NEW DELHI * * * .. ========================= +Version: 3.4.7 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:3.4.7 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 3.4.7 New Delhi | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | Not yet released | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- +3.4.7 + +Features +-------- + +Version: 3.4.6 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:3.4.6 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 3.4.6 New Delhi | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | 2024 February 29 | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- +3.4.6 + - `CPS-2126 `_ Passing HTTP Authorization Bearer Token to DMI Plugins. + + +Features +-------- + - `CPS-2133 `_ Revert Uplift of Spring Boot version from 3.2.2 to 3.1.2 + +Notes +----- +This release brings improvements to compatibility with Service Mesh and for that below measures are been taken. + +Basic authorization provided using Spring security is been removed from CPS-Core and NCMP and hence authorization is no longer enforced.(basic auth header will be ignored, but is still allowed). +NCMP will propagate a bearer token to DMI conditionally. +401 Unauthorized will not be returned. Best effort has been made to ensure backwards compatibility. + +Version: 3.4.5 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:3.4.5 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 3.4.5 New Delhi | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | 2024 February 27 | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- +3.4.5 + + +Features +-------- + - `CPS-2101 `_ Uplift Spring Boot version to 3.2.2 + + +Version: 3.4.4 +============== + +Release Data +------------ + ++--------------------------------------+--------------------------------------------------------+ +| **CPS Project** | | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Docker images** | onap/cps-and-ncmp:3.4.4 | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release designation** | 3.4.4 New Delhi | +| | | ++--------------------------------------+--------------------------------------------------------+ +| **Release date** | 2024 February 23 | +| | | ++--------------------------------------+--------------------------------------------------------+ + +Bug Fixes +--------- +3.4.4 + - `CPS-2027 `_ Upgrade Yang modules using module set tag functionalities fix + +Features +-------- + - `CPS-2057 `_ Leaf lists are sorted by default if Yang model does not specify order. + - `CPS-2087 `_ Performance improvement of CPS Path Queries. + + Version: 3.4.3 ============== @@ -32,18 +158,28 @@ Release Data | **Release designation** | 3.4.3 New Delhi | | | | +--------------------------------------+--------------------------------------------------------+ -| **Release date** | Not yet released | +| **Release date** | 2024 February 07 | | | | +--------------------------------------+--------------------------------------------------------+ Bug Fixes --------- 3.4.3 - + - `CPS-2000 `_ Fix for Schema object cache not being distributed. + - `CPS-2027 `_ Fixes for upgrade yang modules using module set tag. + - `CPS-2070 `_ Add retry interval for Kafka consumer. Features -------- - `CPS-1824 `_ CPS Delta between 2 anchors. + - `CPS-2072 `_ Add maven classifier to Spring Boot JAR. + - `CPS-1135 `_ Extend CPS Module API to allow retrieval single module definition. + +Notes +----- +The maven build of cps-application has been changed so that the JAR produced by spring-boot-maven-plugin has a +*-springboot* classifier (`CPS-2072 `_). This means that the filename +of the Spring Boot JAR is *cps-application-3.4.3-springboot.jar*. Version: 3.4.2 ==============