Skip to content

Latest commit

 

History

History
234 lines (180 loc) · 13.2 KB

CHANGELOG.md

File metadata and controls

234 lines (180 loc) · 13.2 KB

Changelog DeviceStatus

Table of Contents

r0.6

Please note:

  • This release contains an alpha version of the API, it should be considered as a draft.
  • There are bug fixes to be expected and incompatible changes in upcoming versions.

Device Status - v0.6.0-alpha.1

Main Changes

  • Endpoints renamed
  • New response parameter lastStatusTime

Added

Changed

  • Change endpoint names to comply with guideline by @gmuratk in camaraproject#131
  • renaming "EventType"-components to be more clear & update component descriptions by @maxl2287 in camaraproject#141
  • Make '+' mandatory for phoneNumber by @bigludo7 in camaraproject#144

Fixed

  • NA

Removed

  • NA

New Contributors

  • NA

Full Changelog: https://github.com/camaraproject/DeviceStatus/compare/v0.5.1...r0.6

v0.5.1

This is a bugfix release for the third initial version of the CAMARA DeviceStatus API

Please note:

  • This is an initial 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

  • Minor bugfixes
  • Changes in the inline documentation

Added

  • NA

Changed

  • Change description that subscriptionExpireTime is optional by @maxl2287 in camaraproject#120
  • Updated in-line documentation for Roaming to clarify that country information can optionally be returned in the response. by @trehman-gsma in camaraproject#127

Fixed

  • fix: move "countryCode" out of "device" in ROAMING_CHANGE_COUNTRY-example by @maxl2287 in camaraproject#106
  • fix: add missing "subscriptionId" in "RoamingStatus"-data for CloudEvent by @maxl2287 in camaraproject#109
  • fix: change INVALID_INPUT for INVALID_ARGUMENT according to guidelines by @fernandopradocabrillo in camaraproject#129

Removed

  • NA

New Contributors

Full Changelog: https://github.com/camaraproject/DeviceStatus/compare/v0.5.0...v0.5.1

v0.5.0

This is the third initial version of the CAMARA DeviceStatus API

Please note:

  • This release contains significant changes compared to v0.4.1, and it is not backward compatible
  • This is an initial 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 camaraproject#31
  • Aligned event notification management with CloudEvents spec and added Open-Id connect as security method by @bigludo7 in camaraproject#75
  • Added a new endpoint and events to query the connectivity status of a device by @maxl2287 in camaraproject#69

Changed

Fixed

Removed

  • NA

New Contributors

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

v0.5.0-rc

This is the release candidate of v0.5.0 - containing the upcoming 3rd initial 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 camaraproject#31
  • Aligned event notification management with CloudEvents spec and added Open-Id connect as security method by @bigludo7 in camaraproject#75
  • Added a new endpoint and events to query the connectivity status of a device by @maxl2287 in camaraproject#69

Changed

Fixed

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

Removed

  • NA

New Contributors

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 camaraproject#21

Changed

  • API simplified by @monamok in camaraproject#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 camaraproject#30

Removed

  • Objects ConnectivityEventType and EventStatusType

New Contributors

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 camaraproject#5
  • Upload Roaming API Proposal - Vodafone.md by @eric-murray in camaraproject#12
  • Add documentation by @paweltalar in camaraproject#8

Changed

  • This is the first pre-release

Fixed

  • This is the first pre-release

Removed

  • This is the first pre-release

New Contributors

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