Skip to content

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

Updated Greengrass IPC client

30 Mar 21:47
5b3f859
Compare
Choose a tag to compare
  • Updated Greengrass IPC client (#149)

TLS alert fix for device advisor

22 Mar 17:20
ed802dc
Compare
Choose a tag to compare
  • Pull in s2n shutdown fix via crt; add resource waits on samples
  • Add long operation timeout to support tls shutdown delay for device advisor

Protocol Operation Timeout Added

16 Mar 19:14
8d4205f
Compare
Choose a tag to compare
  • withProtocolOperationTimeoutMs method added to AwsIotMqttConnectionBuilder, which will control timeout value for requests that response is required on healthy connection. If a response is not received within this interval, the request made by the connection will fail. Applied to publish (QoS>0) and unsubscribe

EventStreamRPC connect ack bug fix

26 Feb 01:55
a948ddd
Compare
Choose a tag to compare
  • Fixes connect ack bug released recently in EventStream RPC

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