Releases: ankraft/ACME-oneM2M-CSE
Releases · ankraft/ACME-oneM2M-CSE
0.11.3
0.11.2
0.11.1
0.11.0
- <crossResourceSubscription> and <semanticDescriptor> resource types support.
- Support for semantic queries and semantic discovers.
- [wifilient] and [dataCollect] management object specializations support.
- Support for blocking UPDATE notification event type.
- Various improvements: Support for expirationCounter and notification statistics (<subscription> and <crossResourceSubscription>).
- Added CORS (Cross-Origin Resource Sharing) support for http binding.
- Various new commands and macros for scripting interpreter and the console.
- Improved definition of enumeration values for validation.
- Changed subscription notification handling to asynchronous.
- Improved request timeouts, especially for the http binding.
- Improved internal handling of requests sent by the CSE itself.
- And, as usual, many improvements, bug fixes, and performance improvements.
0.10.2
0.10.1
0.10.0
- <timeSyncBeacon> resource type support
- Guided setup process to create the initial configuration file
- Adapted announcements and time-series procedures to latest R4 changes
- Support for the Upper Tester interface defined in oneM2M's TS-0019
- Adding scripting support to the CSE that can be used through the console, the Upper Tester, CSE events and notifications, and other
- Improved the CSE console (e.g. drawing graph diagrams from <contentInstance> resources, dark & light theme)
- Added support for BLOCKING UPDATE notification event type
- Improved announced resources (e.g. bi-directional update)
- Improved validation of complex attributes
- And, as usual, many improvements, bug fixes, and performance improvements
Before this release the initial resources to bootstrap the CSE were JSON scripts that were imported at the CSE's startup phase.
With this release this is changed to running the script startup.as that imports the initial resources.
0.9.1
0.9.0
- Long-necessary refactoring of the project source structure
- Simplified initial configuration
- MQTT Binding support
- PollingChannel support
- Improved evaluation of target URIs for notifications, forward URIs etc
- New console commands (Continuous updating tree view, resource export etc)
- Support for delayed operation execution
- Lot's of small improvements, bug fixes, and optimisations