Added performance section and updated api version for OSLO 39/139639/1
authormpriyank <priyank.maheshwari@est.tech>
Tue, 3 Dec 2024 16:14:53 +0000 (16:14 +0000)
committermpriyank <priyank.maheshwari@est.tech>
Tue, 3 Dec 2024 16:15:01 +0000 (16:15 +0000)
- Added a performance section to the release notes
- Populated correct info.version for NCMP and CPS Rest interfaces

Issue-ID: CPS-2537
Change-Id: I5b6a3120bb9b31319f0cd2320f5a98d6e5ebcf25
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
cps-ncmp-rest/docs/openapi/openapi-inventory.yml
cps-ncmp-rest/docs/openapi/openapi.yml
cps-rest/docs/openapi/openapi.yml
docs/api/swagger/cps/openapi.yaml
docs/api/swagger/ncmp/openapi-inventory.yaml
docs/api/swagger/ncmp/openapi.yaml
docs/release-notes.rst

index 6c207ee..0aa1d16 100755 (executable)
@@ -21,7 +21,7 @@ openapi: 3.0.3
 info:
   title: NCMP Inventory API
   description: NCMP Inventory API
-  version: "3.5.4"
+  version: "3.5.5"
 servers:
   - url: /ncmpInventory
 components:
index dd2706a..4de505a 100755 (executable)
@@ -22,7 +22,7 @@ openapi: 3.0.3
 info:
   title: NCMP to CPS Proxy API
   description: NCMP to CPS Proxy API
-  version: "3.5.4"
+  version: "3.5.5"
 servers:
   - url: /ncmp
 components:
index 95c3231..d1324f3 100644 (file)
@@ -23,7 +23,7 @@ openapi: 3.0.3
 info:
   title: ONAP Open API v3 Configuration Persistence Service
   description: Configuration Persistence Service is a Model Driven Generic Database
-  version: "3.5.4"
+  version: "3.5.5"
   contact:
      name: ONAP
      url: "https://onap.readthedocs.io"
index fea6848..89a3746 100644 (file)
@@ -9,7 +9,7 @@ info:
     name: Apache 2.0
     url: http://www.apache.org/licenses/LICENSE-2.0
   title: ONAP Open API v3 Configuration Persistence Service
-  version: 3.5.4
+  version: 3.5.5
 servers:
 - url: /cps/api
 security:
index ab83ed2..6727b2b 100644 (file)
@@ -2,7 +2,7 @@ openapi: 3.0.3
 info:
   description: NCMP Inventory API
   title: NCMP Inventory API
-  version: 3.5.4
+  version: 3.5.5
 servers:
 - url: /ncmpInventory
 security:
index e7256c0..d3f813d 100644 (file)
@@ -2,7 +2,7 @@ openapi: 3.0.3
 info:
   description: NCMP to CPS Proxy API
   title: NCMP to CPS Proxy API
-  version: 3.5.4
+  version: 3.5.5
 servers:
 - url: /ncmp
 security:
index 85dce21..03c6a15 100644 (file)
@@ -86,6 +86,10 @@ Features
     - `CPS-2478 <https://lf-onap.atlassian.net/browse/CPS-2478>`_ Minimize affect of module and size from Cm Handle Registration and De-Registration use case.
     - `CPS-2507 <https://lf-onap.atlassian.net/browse/CPS-2507>`_ Upgrade liquibase to 4.30.0 version.
 
+Performance
+-----------
+The OSLO delivery brought major performance enhancements by streamlining module sync algorithm. It also optimized caching technology, improving instance efficiency and connection management.
+
 Version: 3.5.4
 ==============