Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 3.34 KB

CHANGELOG.md

File metadata and controls

63 lines (48 loc) · 3.34 KB

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