Releases: awslabs/aws-crt-cpp
Releases · awslabs/aws-crt-cpp
Updating submodules and CI
v0.7.4 Updating submodules to latest releases (#102)
Mqtt proxy crash fix
Fixes a native crash when basic authentication is used with an mqtt proxy.
API update. Http Streams must be activated via HttpStream::Activate() after a call to HttpConnection::MakeRequest(). Also read back pressure has been moved to a connection level setting 'ManualWindowManagement'
Pre-release
Update to use stream activiation refactor in aws-c-http. (#104) * Update to use stream activiation refactor in aws-c-http. * Updated default args for allocators to use the configured one. Updated STL allocator to allow PMR style allocators where it makes sense. Updated http to use the new stream activate() apis. Added test for stream that isn't activated. * Updated to latest http version, updated api contract and documentation to reflect. * Update to latest version of all crt libs.
bug fixed for the string used after free
v0.8.6 Updated version to v0.8.6
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.