Skip to content

1.2.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@acabarbaye acabarbaye released this 21 Dec 11:02
· 1378 commits to master since this release

Initial release tracking Mbed Cloud 1.2 APIs

Deliverables

The application is hosted on GitHub at https://github.com/ARMmbed/mbed-cloud-sdk-java and built artefacts can be retrieved using any Java package manager (e.g. Gradle, Ant/Ivy, Maven).

Changes

  • Initial release tracking Mbed Cloud 1.2 APIs
  • APIs supported:
    • Account Management
    • Certificates
    • Connect
    • Device Diectory
    • Update
  • Environments supported:
    • Java > 1.7

Known Issues

  • Testing shows that getResourceValue will fail
    when the cloud service returns a value directly, rather than
    through an open notification channel. This affects all previous versions.
  • The only known workaround at present is to ensure the cloud cache is not used by:
    • Waiting between calls to get_resource_value
    • Reducing the configured TTL on the cloud client image on the device