Commit 444a0ebb authored by Cesar Cajas's avatar Cesar Cajas
Browse files

OCF83: add visibility control to release notes

parent c39a12d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ Based on this, the discovery process returns only the APIs that the Invoker is a
* **Robot Tests Location:**  
  `/capif/tests/features/Helper/Visibility Control Api/visibility_control.robot`
* **Test Plan Documentation:**  
  Available at `doc/testing/testplan/visibility_control` in the `develop` branch on GitLab.
  Available in the [Visibility Control test plan](../../testing/testplan/helper/visibility_control/README.md).

---

+12 −1
Original line number Diff line number Diff line
@@ -24,6 +24,15 @@ Added implementation of **CAPIF_Open_Discover_Service_API** to support open disc
  - Scripts updated to include new service.
  - CI/CD also upgraded to generate new images of this new service.

#### **Visibility Control API**

Added the complete implementation of the **Visibility Control API** as a Helper service.

- API Providers and administrators can create, update, list, and delete visibility rules.
- Rules support provider selectors, invoker exceptions, default access behavior, enabled status, and validity periods.
- Discover service integration filters published APIs according to the active rules and the API Invoker identity.
- More information is available in the [Visibility Control feature documentation](./features/visibility-control/visibility-control.md).

### **Technical Debt Solved**

#### **Upgrade packages**
@@ -74,6 +83,7 @@ Robot image was upgraded to latest version on this release, including following

- 2 New tests related with use of same apiName across different AEFs.
- 6 new tests related with the new service OpenDiscover.
- 12 new tests related with the Visibility Control API.
- Duplicate test name capif_api_provider_management-10 changed.

#### **Security Issues**
@@ -89,7 +99,8 @@ Robot image was upgraded to latest version on this release, including following
- New test plan section related with OpenCAPIF Interconnection.
- New OpenCAPIF Interconnection section under features section.
- New [Open Discover](./open-discover/open-discover.md) section added under Features, with a developer guide on how to call the Open Discover Service API (authentication, query parameters and error responses).
- New Visibility Control section under features section.
- New [Visibility Control](./features/visibility-control/visibility-control.md) section added under Features.
- New [Visibility Control API test plan](./testing/testplan/helper/visibility_control/README.md) added, covering visibility rule management and discoverable API filtering.

## **Release 4.0.0**