v0.5.0
This is the third alpha version of the CAMARA DeviceStatus API
- API definition with inline documentation:
Please note:
- This release contains significant changes compared to v0.4.1, and it is not backward compatible
- This is an alpha version, it should be considered as a draft.
- There are bug fixes to be expected and incompatible changes in upcoming versions.
- The release is suitable for implementors, but it is not recommended to use the API with customers in productive environments.
Main Changes
- Added a new endpoint (/connectivity) to query the connectivity status of a device.
- Added the support for event notifications, based on CloudEvents, for both roaming and connectivity events.
- Reworked API security, now only Open-ID connect is allowed.
Added
- Added new endpoints to manage event-notifications for roaming events by @bigludo7 in #31
- Aligned event notification management with CloudEvents spec and added Open-Id connect as security method by @bigludo7 in #75
- Added a new endpoint and events to query the connectivity status of a device by @maxl2287 in #69
Changed
Fixed
- Aligned with common usage of allOf by @patrice-conil in #60
- Replaced subscriptionId with eventSubscriptionId by @patrice-conil in #64
- Corrections resolving linting errors by @rartych in #95
Removed
- NA
New Contributors
- @bigludo7 made their first contribution in #50
- @sachinvodafone made their first contribution in #51
- @patrice-conil made their first contribution in #59
- @SyeddR made their first contribution in #63
- @Sachinsiso made their first contribution in #68
- @rartych made their first contribution in #79
- @maxl2287 made their first contribution in #69
Full Changelog: v0.4.1...v0.5.0