Skip to content

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

Windows compile warnings fix

09 Jun 21:18
efd6f1b
Compare
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
Compare
Choose a tag to compare
Fleet provisioning (#113)

* Fleet provisioning

Co-authored-by: Justin Boswell <[email protected]>

Update Jobs API with missing parameter

07 Apr 20:23
ec09fba
Compare
Choose a tag to compare
  • Add missing parameter to UpdateJobExecution

Misc bug fixes, crt updates, improved auth creds provider implementations

30 Mar 21:33
2cef480
Compare
Choose a tag to compare
Updated to latest crt version, updated discovery client to use activa…

…… (#103)

* Updated to latest crt version, updated discovery client to use activate api.

* Updated discovery sample for ca to be optional.

Update for aws-crt-cpp dependency, enumeration serialization fix, and doc fix

04 Mar 21:50
efa3dc2
Compare
Choose a tag to compare

Fixed windows build and leaky dependency on libcrypto

30 Jan 18:06
1caa256
Compare
Choose a tag to compare
Pulled latest crt, addresses libcrypto interface leaking and tests fr…

…… (#89)

* Pulled latest crt, addresses libcrypto interface leaking and tests from crt-cpp eroniously being included in the build.

* Fix builds on windows when configuraiton is not specified.

Removed CMake External Project and transition to git submodules.

09 Jan 05:37
de204d4
Compare
Choose a tag to compare

Keep in mind that after this release, if you want to use the BUILD_DEPS option, you need to either perform a recursive clone or perform a recursive initialization of the submodules.

Fix sts provider stream leak

18 Dec 22:16
007d466
Compare
Choose a tag to compare
  • Fix STS credentials provider stream leak

Fix leak in websockets

13 Dec 05:16
0e97b7b
Compare
Choose a tag to compare
v1.4.2

Fix leak in websockets. (#83)

Fix bug in samples

04 Dec 18:31
7fb2723
Compare
Choose a tag to compare

Samples properly handle missing --ca_file option