Skip to content

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

CMake Config Fixes

19 Aug 19:48
6bd68f8

Choose a tag to compare

  • Contains a fix for an incorrectly templated submodule (Aws-checksums) cmake config that would break consumption of the SDK via cmake.

Websocket close time out task

11 Aug 16:05
e147bd2

Choose a tag to compare

During the shutdown process, websocket will wait for the close frame to be writen. However, it's possible that some message blocks the io, and we need a timeout task to cancel the close frame.

fix race condition & possible momery leak from dependency

06 Aug 17:07
8daf749

Choose a tag to compare

Readme (#126)

standardized README format
moved examples to sample folder README

X509 support and sample

23 Jul 19:05
38f166a

Choose a tag to compare

  • Adds support for the x509 credentials provider
  • Adds command line options for x509 credentials sourcing to the pub sub sample

New auth api and restore tls version controls

15 Jun 18:51
4deb855

Choose a tag to compare

  • Updates crt dependency to the latest auth signing API
  • Restores tls version control that was accidentally reverted

Named Shadow release

11 Jun 21:52
7fa9d62

Choose a tag to compare

NamedShadow import (#123)

* NamedShadow import

* clang-format

Updating C++ CRT submodule

10 Jun 21:37
536b66e

Choose a tag to compare

v1.6.2

Updating aws-crt-cpp to v0.8.4 (#120)

Windows compile warnings fix

09 Jun 21:18
efd6f1b

Choose a tag to compare

Fixed windows compile warning, added windows+VS14 CI (#121)

* Updated builder version, added windows+vc14 CI

* Import of latest generated SDK

* clang-format on identity sample

* clang-format needs to check cpp files

Fleet Provisioning API

12 May 22:36
65b8344

Choose a tag to compare

Fleet provisioning (#113)

* Fleet provisioning

Co-authored-by: Justin Boswell <boswej@amazon.com>

Update Jobs API with missing parameter

07 Apr 20:23
ec09fba

Choose a tag to compare

  • Add missing parameter to UpdateJobExecution