Skip to content

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

MQTT on-message callback carries more info

17 Feb 23:57
bb70677
Compare
Choose a tag to compare
  • Alternate callback allows user to know qos retain and dup of received MQTT messages

Numa fix + iot symbol export updates

11 Feb 17:35
4b16a02
Compare
Choose a tag to compare
v1.10.5

Submodule update for internal import and numa fixes (#233)

Address issues writing large payloads with MQTT/websockets

05 Feb 22:21
24c73fa
Compare
Choose a tag to compare
  • Fix error which surfaced when writing large payloads over secure websockets (and MQTT over websockets)

Address crash with proxied x509 provider

25 Jan 17:14
f0929a9
Compare
Choose a tag to compare
  • Fixes a crash when creating an x509 credentials provider that uses a plaintext, proxied http connection

Nested tls support

20 Jan 20:59
f55fe95
Compare
Choose a tag to compare
  • Added support for nested tls when using a proxy

Try-Lock fix on Windows

04 Jan 17:22
77e4930
Compare
Choose a tag to compare
  • Fixes a fatal assert on Windows when try-lock was called

UnifiedAgent supporting code added

21 Dec 20:19
d42acb9
Compare
Choose a tag to compare
  • UnifiedAgent supporting code added
  • Builder configuration updated
  • Main ranch references updated

Blocking shutdown option

23 Oct 18:13
0978d93
Compare
Choose a tag to compare
  • Adds an option to the ApiHandle to allow destruction to wait for all thread-based CRT objects to terminate before completing.

Update s2n to release v0.10.19

12 Oct 21:42
f348231
Compare
Choose a tag to compare
  • Update s2n to release v0.10.19

Reduced submodule path length to help on windows

30 Sep 21:31
a39d219
Compare
Choose a tag to compare
  • BUILD FIX: Reduced submodule path length to help on windows. From "aws-common-runtime" -> "crt".
  • FEATURE: Bring back Aws::Crt::StringView and Aws::Crt::ImdsClient, which were temporarily removed in the previous release.