Skip to content

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

GCC 4.1 fixes

22 Feb 05:27
747beba
Compare
Choose a tag to compare
v1.2.14

latest submodules (#133)

MqttMessage now contains qos, retain, dup

20 Feb 00:52
a9ab56e
Compare
Choose a tag to compare
  • 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

05 Feb 02:45
71fab93
Compare
Choose a tag to compare
  • Adds support for nested tls connections when using a proxy

TryLock fix on Windows

04 Jan 17:17
dd30310
Compare
Choose a tag to compare
  • Fixes an issue on Windows builds that caused a fatal assert in the try-lock mutex function

Greengrass IPC client support

15 Dec 20:41
2080cba
Compare
Choose a tag to compare
  • Added Greengrass IPC client
  • Added EventStream RPC capability

Update s2n to release v0.10.19

12 Oct 21:56
9a34afe
Compare
Choose a tag to compare
  • Update s2n to release v0.10.19

Address hung websocket connection

16 Sep 16:30
2798540
Compare
Choose a tag to compare
  • Fixes an issue where an mqtt connection over websockets would hang indefinitely if credentials sourcing failed

fix race condition & possible momery leak from dependency

06 Aug 18:12
6bd9091
Compare
Choose a tag to compare
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

28 Jul 15:48
ab6dca1
Compare
Choose a tag to compare
  • Updates the crt dependency to incorporate the new windowing implementation
  • Resync gradle and maven builds to the same crt

Bug fixes + caching credentials provider

17 Jul 22:45
274a878
Compare
Choose a tag to compare
  • Crash fix in ecs provider
  • Tls windowing fix
  • Caching credentials provider binding