Skip to content

Latest commit

 

History

History
112 lines (87 loc) · 6.37 KB

CHANGELOG.md

File metadata and controls

112 lines (87 loc) · 6.37 KB

Changelog DeviceStatus

Table of Contents

v0.5.0-rc

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

  • Aligned with common usage of allOf by @patrice-conil in #60
  • Replaced subscriptionId with eventSubscriptionId by @patrice-conil in #64

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: https://github.com/camaraproject/DeviceStatus/compare/v0.4.1...v0.5.0

v0.4.1

This is the second pre-release of the CAMARA Device Status API

Please note:

  • This is a pre-release version, and should be considered as a draft for further development
  • There are bug fixes and breaking changes to be expected in later versions
  • The release is suitable for test implementations, but it is not recommended for use in production environments

Added

  • Add new return parameters MCC (Mobile Country Code) and ISO 3166-1 alpha-2 Country Code by @ravindrapalaskar17 in #21

Changed

  • API simplified by @monamok in #23
    • base path renamed to device-status
    • /status path renamed to /roaming
    • required status type is now implicit from path name, and does not need to be passed by parameter eventType

Fixed

  • Fix typo in filename and in CountryName response field by @ravindrapalaskar17 in #30

Removed

  • Objects ConnectivityEventType and EventStatusType

New Contributors

  • @ravindrapalaskar17 made their first contribution in #21

Full Changelog: https://github.com/camaraproject/DeviceStatus/compare/v0.2.0...v0.4.1

v0.2.0

This is the first pre-release of the CAMARA Device Status API

Please note:

  • This is a pre-release version, and should be considered as a draft for further development
  • There are bug fixes and breaking changes to be expected in later versions
  • The release is suitable for test implementations, but it is not recommended for use in production environments

Added

  • Initial contribution of API spec check-device-connectivity v0.2.0 by @akoshunyadi in #5
  • Upload Roaming API Proposal - Vodafone.md by @eric-murray in #12
  • Add documentation by @paweltalar in #8

Changed

  • This is the first pre-release

Fixed

  • This is the first pre-release

Removed

  • This is the first pre-release

New Contributors

  • @eric-murray made their first contribution in #1
  • @JoachimDahlgren made their first contribution in #3
  • @akoshunyadi made their first contribution in #5
  • @paweltalar made their first contribution in #8
  • @shilpa-padgaonkar made their first contribution in #13
  • @NoelWirzius made their first contribution in #16

Full Changelog: https://github.com/camaraproject/DeviceStatus/commits/v0.2.0