Skip to content

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

Fix esoteric build scenarios

22 Feb 19:12
2438929

Choose a tag to compare

  • Fix shared-lib builds of inner submodules
  • Fix building tests of inner submodules

Fix inner submodules

22 Feb 05:50
1948a14

Choose a tag to compare

  • Fix some inner submodules that got synced to an old commit

Safer shutdown

18 Feb 21:33
6221e5a

Choose a tag to compare

  • transitions to new managed thread join system, allowing user code to be certain that all CRT threads have been completely joined

MQTT on-message callback carries more info

17 Feb 23:57
bb70677

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

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

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

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

Choose a tag to compare

  • Added support for nested tls when using a proxy

Try-Lock fix on Windows

04 Jan 17:22
77e4930

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

Choose a tag to compare

  • UnifiedAgent supporting code added
  • Builder configuration updated
  • Main ranch references updated