Releases: aws/aws-iot-device-sdk-java-v2
Releases · aws/aws-iot-device-sdk-java-v2
fix race condition & possible momery leak from dependency
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
- Updates the crt dependency to incorporate the new windowing implementation
- Resync gradle and maven builds to the same crt
Bug fixes + caching credentials provider
- Crash fix in ecs provider
- Tls windowing fix
- Caching credentials provider binding
Android gradle/artifact fixes
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
- updates CRT dependency reference to the correct version in the gradle build files
Windows tls logging update
- Adds additional logging for tls channel setup on windows
Signing interface rework
- Updates mqtt connection builder against the latest signing interface
NamedShadow release
Named shadow (#62) * Updated CRT dependency to v0.5.9 * NamedShadow import
X509 credentials provider proxy support
- 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
Fleetprovisioning (#55) * Fleet provisioning * Updated to aws-crt-java v0.5.6 Co-authored-by: Justin Boswell <[email protected]>