Skip to content

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

Update Greengrass V2 IPC model for PutComponentMetric

29 Jul 16:57
d59e0bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.3...v1.9.4

Greengrass IPC model update

27 Jun 13:06
4c24436
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.2...v1.9.3

EventStream Fix

01 Jun 17:02
4d4c28f
Compare
Choose a tag to compare

Updates the SDK to use the latest version of the CRT, which fixes an issue where the EventStream stream-ids could be sent in non-ascending order with cross thread behavior.

What's Changed

Full Changelog: v1.9.1...v1.9.2

Fix aws-crt-jni.dll files filling up Windows temp dir

31 May 21:55
0bca07e
Compare
Choose a tag to compare

What's Changed

  • Fix aws-crt-jni.dll files filling up Windows temp dir. by @graebm in #283

Full Changelog: v1.9.0...v1.9.1

ability to query RpcServer port

26 May 04:02
c5337b1
Compare
Choose a tag to compare

What's Changed

  • add ability to read RpcServer port bound when port auto selected by OS by @graebm in #280

Full Changelog: v1.8.6...v1.9.0

JVM Shutdown Safety

20 May 15:52
75a10c0
Compare
Choose a tag to compare
  • Adds try-catch around JSON deserialization of event stream errors
  • Updates CRT dependency to pull in stabilty fixes during JVM shutdown

Full Changelog: v1.8.5...v1.8.6

CrtResource Safety and Leak fixes

03 May 20:26
91c8312
Compare
Choose a tag to compare
  • Updates the CRT dependency to make shutdown more safe if the JVM goes away while native resources are still running
  • Fixes a CrtResource leak with the Greengrass v2 client

What's Changed

Full Changelog: v1.8.4...v1.8.5

Custom Authenticator Fix

22 Apr 14:40
c04ce42
Compare
Choose a tag to compare

Fixes a couple issues preventing custom authenticators from working as expected when using x-amz-customauthorizer-name as the username when making a MQTT connection.

What's Changed

Full Changelog: v1.8.3...v1.8.4

Device Advisor Script

14 Apr 20:48
4b150d2
Compare
Choose a tag to compare

What's changed:

  • Add the device advisor scripts to enable GitHub Actions to automatically run device advisor test

Add ECC support for PKCS#11

14 Apr 17:08
745d78d
Compare
Choose a tag to compare

What's Changed

  • Update GSON version to latest stable release by @TwistedTwigleg in #255
  • Fixes an encoding error for ECDSA signatures calculated on Windows.
  • Fix ReconnectTimeoutSecs setting is cloned
  • Add ECC support for PKCS11. by @graebm in #259

Full Changelog: v1.8.1...v1.8.2