- You can now specify from which API, AEF, or Invoker you want to receive the event notifications.
- These filters are specified in the ***eventFilters*** of the subscription if the ***Enhanced Event Report*** feature of the ***Supported Features*** is activated.
...
...
@@ -11,7 +12,7 @@
### **Testing**
- New Event Filter test suite with 8 tests. [Event Filter](./testing/testplan/event_filter/README.md)
- New Event Filter test suite with 8 tests. [Event Filter test suite](./testing/testplan/event_filter/README.md)
### **Technical Debt Solved**
...
...
@@ -37,6 +38,7 @@ This will also helps on the restart issue on k8s deployed OpenCAPIF.
- On publishing a service API, **SupportedFeatures** is read and checked whether VendExt feature is enabled.
- When VendExt is enabled, vendor-specific fields are searched and stored in the db inside the ServiceAPIDescription object
...
...
@@ -92,12 +94,14 @@ This will also helps on the restart issue on k8s deployed OpenCAPIF.
#### **Api Status feature**
- Check [API Status section](./api-status/api-status.md)
- New logic to support ***API Status*** feature on Publish and Events Services.
- Events API:
- Event internal notifications between services improved to accomplish specification.
- On event subscription **SupportedFeatures** is read and stored in db to accomplish specification.
- Also **SupportedFeatures** is checked before send event notification, in order to accomplish specification, sending **eventDetails** and related information according to ***enhanced_event_report*** and ***apiStatusMonitoring*** supported features activated.
#### Remote Scripts
New scripts developed to help on remote deployment, configuration and testing. All this script are stored under helm/scripts in capif repository.
...
...
@@ -362,4 +366,3 @@ This Release also includes a Robot Test Suite for all those services and a Postm