Releases: aws/aws-iot-device-sdk-java-v2
Releases · aws/aws-iot-device-sdk-java-v2
GCC 4.1 fixes
v1.2.14 latest submodules (#133)
MqttMessage now contains qos, retain, dup
- MqttMessage now contains
qos
,retain
,dup
, members. - Fix bug when writing large payloads to network.
- Add support for nested TLS connections when using an HTTP proxy
Nested TLS support
- Adds support for nested tls connections when using a proxy
TryLock fix on Windows
- Fixes an issue on Windows builds that caused a fatal assert in the try-lock mutex function
Greengrass IPC client support
- Added Greengrass IPC client
- Added EventStream RPC capability
Update s2n to release v0.10.19
- Update s2n to release v0.10.19
Address hung websocket connection
- Fixes an issue where an mqtt connection over websockets would hang indefinitely if credentials sourcing failed
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