Skip to content

v0.4.1

Compare
Choose a tag to compare
@eric-murray eric-murray released this 21 Apr 08:43
· 4 commits to release-0.4.1 since this release
caa6c0d

CAMARA Device Status API 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

Removed

  • Objects ConnectivityEventType and EventStatusType

New Contributors

Full Changelog: v0.2.0...v0.4.1