Skip to content

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

Android gradle/artifact fixes

26 Jun 21:22
fd6f9f3
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Adds additional logging for tls channel setup on windows

Signing interface rework

15 Jun 18:23
6b81b8c
Compare
Choose a tag to compare
  • Updates mqtt connection builder against the latest signing interface

NamedShadow release

11 Jun 21:53
1d59570
Compare
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
Compare
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
Compare
Choose a tag to compare
Fleetprovisioning (#55)

* Fleet provisioning

* Updated to aws-crt-java v0.5.6

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

Updating CRT Version

08 May 00:01
ef55dca
Compare
Choose a tag to compare
v1.0.9

Updating CRT Version (#58)

Android now has a bespoke IoT Device SDK library AAR

24 Apr 18:06
532c3d2
Compare
Choose a tag to compare
v1.0.8

Android now produces an SDK aar, and the samples app now uses that as…

Android support

22 Apr 22:17
e124a1d
Compare
Choose a tag to compare
Android support (#49)

* Use System.currentTimeMillis() instead of Instant

* Added android app which can run samples

* Updated to v0.5.4 of CRT, added android docs