Releases: aws/aws-iot-device-sdk-cpp-v2
Releases · aws/aws-iot-device-sdk-cpp-v2
Updating C++ CRT submodule
v1.6.2 Updating aws-crt-cpp to v0.8.4 (#120)
Windows compile warnings fix
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
Fleet provisioning (#113) * Fleet provisioning Co-authored-by: Justin Boswell <boswej@amazon.com>
Update Jobs API with missing parameter
- Add missing parameter to UpdateJobExecution
Misc bug fixes, crt updates, improved auth creds provider implementations
v1.5.4 Updated to latest crt version, updated discovery client to use activa…
Update for aws-crt-cpp dependency, enumeration serialization fix, and doc fix
v1.5.3 Updating aws-crt-cpp dependency (#98)
Fixed windows build and leaky dependency on libcrypto
v1.5.2 Pulled latest crt, addresses libcrypto interface leaking and tests fr…
Removed CMake External Project and transition to git submodules.
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
- Fix STS credentials provider stream leak
Fix leak in websockets
v1.4.2 Fix leak in websockets. (#83)