Releases: awslabs/aws-crt-cpp
Releases · awslabs/aws-crt-cpp
Update readme, fix windows builds where cmake_build_type isn't set.
v0.6.2 Fixed default cmake build without a specified CMAKE_BUILD_TYPE. (#68)
Signers are now asynchronous only. Fix bug in http connection manager.
v0.6.1 Refactor now that signers are just assumed asynchronous. Removed sign…
Websockets with proxy support with sigv4.
Web socket proxy with updated samples (#63) Websockets and proxies over sigv4
v0.5.5
shared libs fix
Updated upstream dependencies and api changes. Fixed memory leak in HttpStreams
Pre-release
v0.5.4 Fixed memory leak in Http Stream, updated dependencies and made relev…
Config consistency
Ga prep (#57) * Doxygen + misc updates * Rework trivial config types to remove accessors
Proxy support + refactors
Proxy support (#55) * Update APIs to match H1B revision * Misc updates
Library init/cleanup
v0.5.1 Updates CRT for library init changes (#56)
HTTP API refactor
H1b (#54) * Update APIs to match H1B revision * Revert io, http, auth snapshots to standard releases
Detect TLS errors
Detect errors that occur during TLS configuration.