Skip to content

Releases: awslabs/aws-crt-cpp

Update readme, fix windows builds where cmake_build_type isn't set.

08 Nov 18:21
d7794e7
Compare
Choose a tag to compare
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.

07 Nov 22:27
289470f
Compare
Choose a tag to compare
v0.6.1

Refactor now that signers are just assumed asynchronous. Removed sign…

Websockets with proxy support with sigv4.

31 Oct 04:46
84a3ecb
Compare
Choose a tag to compare
Web socket proxy with updated samples (#63)

Websockets and proxies over sigv4

v0.5.5

02 Oct 19:52
d562d0c
Compare
Choose a tag to compare
v0.5.5 Pre-release
Pre-release

shared libs fix

Updated upstream dependencies and api changes. Fixed memory leak in HttpStreams

20 Sep 20:15
b2c3812
Compare
Choose a tag to compare
v0.5.4

Fixed memory leak in Http Stream, updated dependencies and made relev…

Config consistency

28 Aug 19:05
7e72f1a
Compare
Choose a tag to compare
Config consistency Pre-release
Pre-release
Ga prep (#57)

* Doxygen + misc updates
* Rework trivial config types to remove accessors

Proxy support + refactors

27 Aug 18:50
1bafd4e
Compare
Choose a tag to compare
Pre-release
Proxy support (#55)

* Update APIs to match H1B revision
* Misc updates

Library init/cleanup

22 Aug 21:42
c308022
Compare
Choose a tag to compare
Library init/cleanup Pre-release
Pre-release
v0.5.1

Updates CRT for library init changes (#56)

HTTP API refactor

19 Aug 19:22
6262664
Compare
Choose a tag to compare
HTTP API refactor Pre-release
Pre-release
H1b (#54)

* Update APIs to match H1B revision
* Revert io, http, auth snapshots to standard releases

Detect TLS errors

15 Jul 22:27
08236a7
Compare
Choose a tag to compare
Detect TLS errors Pre-release
Pre-release

Detect errors that occur during TLS configuration.