diff --git a/doc/releasenotes.md b/doc/releasenotes.md index 0da69009e5d7bf3d4449441987acbcc09f2416fa..81efd0554c9eaaf5a136c15d58c78308c7eb301c 100644 --- a/doc/releasenotes.md +++ b/doc/releasenotes.md @@ -2,6 +2,13 @@ ### **Technical Debt Solved** +#### **NGINX Configuration improved** + +The NGINX configuration included in the OpenCAPIF deployment has been improved. +Previously, the nginx.conf implemented a weak validation mechanism for some endpoints; this logic has now been refactored and split into different logical components. + +The NGINX configuration now uses maps to handle policies, errors, services, and other concerns, following a modular structure. This approach simplifies the addition of new endpoints or policies in the future. + #### **Security Issues** - **setuptools** python library updated to version 80.9.0 due to a security issue detected. @@ -295,8 +302,8 @@ More information on README of each component. - [Postman examples](./testing/postman/README.md) are updated, including flows. - New tests are detailed descripted on [Test plan section](./testing/testplan/README.md) -- New [Contribute section](./contribute/). -- New [SDK Section](./sdk/sdk.md) +- New [Contribute section](./contribute/documenting.md). +- New [SDK Section](./sdk/sdk_introduction.md) ---