Skip to content

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

v1.15.1

03 Jan 22:24
9c86195
Compare
Choose a tag to compare

What's Changed

  • Fix bug where DeviceDefender closes stdin. by @graebm in #367
  • Fix iOS builds
  • Fix crash after failed TLS connection on Unix platforms.

Full Changelog: v1.15.0...v1.15.1

PKCS#11 for mutual TLS

17 Dec 23:52
f5b0885
Compare
Choose a tag to compare
  • Support PKCS#11
  • Support Windows Server 2008

Secure Tunnel Sample and Submodule Update

29 Nov 23:57
64be316
Compare
Choose a tag to compare
  • Added a Secure Tunnel Sample
  • Updated to latest version of aws-crt-cpp v0.17.9 -> v0.17.10

HTTP Proxy Support for Secure Tunneling

17 Nov 00:31
2d8447c
Compare
Choose a tag to compare
  • Added HttpClientConnectionProxyOptions to SecureTunnel
  • Added SecureTunnelBuilder

Empty/null payload fixes

10 Nov 22:16
7e2748b
Compare
Choose a tag to compare
  • Fixes a crash when using an mqtt will with an empty payload
  • Fixes a decoding error when receiving an mqtt message with an empty payload

Multiple crash fixes

02 Nov 22:04
171ed79
Compare
Choose a tag to compare
  • Fix a crash when using eventstream RPC
  • Fix a crash in mingw64-based builds for windows

New build flag: USE_CPU_EXTENSION

30 Sep 23:40
74e0b28
Compare
Choose a tag to compare

Build with -DUSE_CPU_EXTENSIONS=OFF to disable CPU-specific functions. This is ON by default.

Crash and tagging fixes

30 Sep 23:08
b4d66ad
Compare
Choose a tag to compare
  • Releases now use a properly-tagged (off of main) version of aws-crt-cpp
  • Fix a race-condition-based crash in an mqtt connect failure when using websockets
  • Fix a race condition crash in device defender when the associated connection has offline requests that get failed at connection destruction

Additional fixes for BUILD_DEPS=OFF

23 Sep 00:24
7d5bc07
Compare
Choose a tag to compare
Update crt to address mqtt websocket connect crash (#322)

* Update crt to address mqtt websocket connect crash
* Update CI

Windows client-side TLS keys to be ephemeral

01 Sep 19:38
0fd34e8
Compare
Choose a tag to compare
  • Transitions Windows client-side TLS to use ephemeral keys