Releases: aws/aws-iot-device-sdk-java-v2
Releases · aws/aws-iot-device-sdk-java-v2
EventStream Fix
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
- Add FAQ and create documents folder by @jmklix in #282
- Update to latest version of CRT to get latest EventStream updates by @TwistedTwigleg in #284
Full Changelog: v1.9.1...v1.9.2
Fix aws-crt-jni.dll files filling up Windows temp dir
What's Changed
Full Changelog: v1.9.0...v1.9.1
ability to query RpcServer port
What's Changed
Full Changelog: v1.8.6...v1.9.0
JVM Shutdown Safety
- 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
- 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
- Autodocs by @graebm in #266
- Remove OpenSuse from CI by @TwistedTwigleg in #269
- MQTT connection builder custom authorizer support by @TwistedTwigleg in #268
- Socket options leak by @bretambrose in #271
Full Changelog: v1.8.4...v1.8.5
Custom Authenticator Fix
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
- Update to Samples README to correctly reflect arguments needed by @TwistedTwigleg in #262
- Added ClientToken to ShadowDeltaUpdated by @TwistedTwigleg in #263
- Username query fix by @bretambrose in #264
- Modify AlpnList if using custom authorizer by @TwistedTwigleg in #265
Full Changelog: v1.8.3...v1.8.4
Device Advisor Script
What's changed:
- Add the device advisor scripts to enable GitHub Actions to automatically run device advisor test
Add ECC support for PKCS#11
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
Support mutual TLS using a certificate from a Windows cert store
What's Changed
Full Changelog: v1.7.1...v1.8.0
Security Fix - OpenSSL CVE-2022-0778
Security Fix
- Updates the aws-lc submodule to a version that is not vulnerable to OpenSSL CVE-2022-0778 - a bug in BN_mod_sqrt() can cause the function to enter an infinite loop