Skip to content

Releases: aws/aws-iot-device-sdk-java

v1.3.13

12 Jun 20:38
8dbe18e
Compare
Choose a tag to compare

Dependency update

18 Aug 18:58
57ee0c9
Compare
Choose a tag to compare

Updates the Paho client dependency to version 1.2.4 and Jackson to 2.12.6.1.
Also updates README documentation.

What's Changed

New Contributors

Full Changelog: v1.3.10...v1.3.11

Bug Fixes

27 Apr 22:16
028b60b
Compare
Choose a tag to compare

What's Changed

  • Execution service fix : set executionservice to null after shutdown to allow reconnection
  • Fix wrong deprecate tag: Changed "Depricated" tag to "depricated"

Credentials provider support part 2

31 Mar 16:31
e454c29
Compare
Choose a tag to compare

This is an empty version bump to allow for the internal import process to proceed and apply some final credentials provider logic internally. Everything is still a manual process but we're getting closer to externally authoritative.

Credentials provider support

30 Mar 17:52
8fe0480
Compare
Choose a tag to compare
  • Adds support for credentials providers when using websockets
  • Begins the transition from internal-authoritative to github authoritative. There will undoubtedly be some hiccups along the way and likely a number of empty/trivial version bumps until the process is ironed out.