aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2024-12-03 16:14:53 +0000
committermpriyank <priyank.maheshwari@est.tech>2024-12-03 16:15:01 +0000
commit205bd9f0241ac41135c1a39a30c9f2378585d0e7 (patch)
tree335c43b16ff7238be03986d7191d2a6b350362a4 /docs
parentad78da8c0d756a5ae0c483f1fd16530416222de7 (diff)
Added performance section and updated api version for OSLOoslo
- 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>
Diffstat (limited to 'docs')
-rw-r--r--docs/api/swagger/cps/openapi.yaml2
-rw-r--r--docs/api/swagger/ncmp/openapi-inventory.yaml2
-rw-r--r--docs/api/swagger/ncmp/openapi.yaml2
-rw-r--r--docs/release-notes.rst4
4 files changed, 7 insertions, 3 deletions
diff --git a/docs/api/swagger/cps/openapi.yaml b/docs/api/swagger/cps/openapi.yaml
index fea68480ab..89a3746698 100644
--- a/docs/api/swagger/cps/openapi.yaml
+++ b/docs/api/swagger/cps/openapi.yaml
@@ -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:
diff --git a/docs/api/swagger/ncmp/openapi-inventory.yaml b/docs/api/swagger/ncmp/openapi-inventory.yaml
index ab83ed2ae6..6727b2b947 100644
--- a/docs/api/swagger/ncmp/openapi-inventory.yaml
+++ b/docs/api/swagger/ncmp/openapi-inventory.yaml
@@ -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:
diff --git a/docs/api/swagger/ncmp/openapi.yaml b/docs/api/swagger/ncmp/openapi.yaml
index e7256c0836..d3f813d3ef 100644
--- a/docs/api/swagger/ncmp/openapi.yaml
+++ b/docs/api/swagger/ncmp/openapi.yaml
@@ -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:
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 85dce216bd..03c6a15588 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -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
==============