@@ -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.