Skip to content

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

fix race condition & possible momery leak from dependency

06 Aug 18:12
6bd9091

Choose a tag to compare

update dependency to v0.6.6 for MQTT fix (#90)

Co-authored-by: Dengke Tang <[email protected]>

Update crt dependency to incorporate http windowing fixes

28 Jul 15:48
ab6dca1

Choose a tag to compare

  • Updates the crt dependency to incorporate the new windowing implementation
  • Resync gradle and maven builds to the same crt

Bug fixes + caching credentials provider

17 Jul 22:45
274a878

Choose a tag to compare

  • Crash fix in ecs provider
  • Tls windowing fix
  • Caching credentials provider binding

Android gradle/artifact fixes

26 Jun 21:22
fd6f9f3

Choose a tag to compare

Pre-release
Unified dependencies with aws-crt:android (#74)

* Unified dependencies with aws-crt:android

* Updated git clone step docs for android build

* Fixed group id/artifact for android IoT Device SDK

Gradle build update

18 Jun 23:28
7b89f09

Choose a tag to compare

  • updates CRT dependency reference to the correct version in the gradle build files

Windows tls logging update

17 Jun 20:44
4feb228

Choose a tag to compare

  • Adds additional logging for tls channel setup on windows

Signing interface rework

15 Jun 18:23
6b81b8c

Choose a tag to compare

  • Updates mqtt connection builder against the latest signing interface

NamedShadow release

11 Jun 21:53
1d59570

Choose a tag to compare

Named shadow (#62)

* Updated CRT dependency to v0.5.9

* NamedShadow import

X509 credentials provider proxy support

22 May 16:39
a1bc17b

Choose a tag to compare

  • Updates the crt dependency to a version that supports proxies with the x509 credentials provider
  • Updates the BasicPubSub sample to set proxy options on the x509 provider if appropriate command line arguments are present.

Fleet Provisioning API and X.509 Credentials support

12 May 22:34
269c2eb

Choose a tag to compare

Fleetprovisioning (#55)

* Fleet provisioning

* Updated to aws-crt-java v0.5.6

Co-authored-by: Justin Boswell <[email protected]>