Skip to content

v0.5.0-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@akoshunyadi akoshunyadi released this 14 Dec 10:24
· 361 commits to main since this release
bbc85b2

This is the release candidate of v0.5.0 - containing the upcoming 3rd alpha version of the DeviceStatus API

Please note:

  • This release will contain significant changes compared to v0.4.1, and it is not backward compatible
  • This is only the pre-release, it should be considered as a draft of the upcoming release v0.5.0
    • The pre-release is meant 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

  • Aligned error definition with guidelines by @monamok in #35

Fixed

Removed

  • NA

New Contributors

Full Changelog: v0.4.1...v0.5.0