- Supported Features now are mandatory for all POST and PUT Requests as is described on TS 29.222. To keep in mind:
- All POST/PUT request now must include ***Supported Features*** attribute, default can me set to ``0`` to keep all features inactive.
- On subscription to Event, if you need ***eventDetails*** information on notification you must activate ***Enhanced Event Report*** feature by setting properly the ***Supported Features*** flag.
- Detailed information about models and endpoints upgrade on [Upgrade Release 17 to 18 Wiki]
#### **Vendor Extensibility**
...
...
@@ -102,6 +103,21 @@ New scripts developed to help on remote deployment, configuration and testing. A
-***populate_create_remote_dummy_users.sh***: : Create Dummy providers and invokers, publish service APIs and creates security context for invokers.
-***populate_remove_remote_dummy_users.sh***: Remove dummy information created.
### New Tools and Components
#### SDK
New Python SDK is developed in order to simplify the creation and operation of providers and invokers. Please check the [SDK repository](https://labs.etsi.org/rep/ocf/sdk) for more information, there you can get more information about how to use it and also how to contibute to it.
#### Provider and Invoker example Clients
In order to help developers to create their own invokers/providers entities and try the behavior of the OpenCAPIF, we also add to the OCF respository two example with console interaction at [example clients repository](https://labs.etsi.org/rep/ocf/example-clients):