Releases: awslabs/aws-crt-cpp
Releases · awslabs/aws-crt-cpp
Updated version number for metrics collection.
v0.8.2 Forgot to update the version number. (#107)
Windows and OSX TLS fixes
v0.8.3 Updated to v0.4.35 of aws-c-io to get windows TLS fix (#109)
Static CRT support, exposing set-minimum-tls-version, and other improvements
Pre-release
Update to get static CRT support from aws-c-common, doc update (#121) * Updated to v0.4.45 of aws-c-common * doc update for STATIC_CRT
Fix windows builds when build configuration is not set.
Do not default build types on windows. (#95) * Do not default build types on windows.
Improve builds to be installable and linkable across projects, make sure tests aren't built for dependencies, remove libcrypto from polluting the build interface.
Pre-release
Update deps fix cmake templates (#94) * Updated dependencies to latest, fixed cmake template files. * Don't need the finder module updates anymore. * Update aws-c-io for new libcrypto dependency mess, and pull in some minor bug fixes from s2n. * Make sure tests don't get built accidentally this time.
Use git_submodules instead of EXTERNAL_PROJECT when BUILD_DEPS is ON
Move to submodules (#91) Moved BUILD_DEPS path to use git submodules.
Sts provider stream leak
Fix sts provider stream leak
Fixed websocket memory leak, updated dependencies.
Update to latest deps, and pick up mqtt leak fix. (#86) * Update to latest deps, and pick up mqtt leak fix. * Updated mqtt version.
MQTT bug fixes, improved cmake paths for RHEL style OS builds.
Update mqtt version (#83) * Updated deps to latest, improved cmake module searching and libdir * Incremented version number.
signer bug fixes and api updates.
v0.6.7 Made signer take a signing config by value, made sure stream seek cle…