Skip to content

Releases: PelionIoT/mbed-cloud-sdk-java

1.2.6

05 Mar 09:30
5e699be
Compare
Choose a tag to compare
1.2.6 Pre-release
Pre-release
Release 1.2.6 (#145)


* No exception is thrown on 404 not found

* Added deleteSubscriptions and listSubscriptions

* New features (#144)

* Added new features
* Bug fixes

Release 1.2.6

Release 1.2.5 (#140)

08 Feb 19:20
be6060b
Compare
Choose a tag to compare
Release 1.2.5 (#140) Pre-release
Pre-release
New SDK release

1.2.4

21 Dec 11:02
Compare
Choose a tag to compare
1.2.4 Pre-release
Pre-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