Skip to content

Releases: awslabs/aws-crt-cpp

Updating submodules and CI

04 Mar 00:01
cec5295
Compare
Choose a tag to compare
Pre-release
v0.7.4

Updating submodules to latest releases (#102)

Mqtt proxy crash fix

26 Mar 17:31
7d3c0b4
Compare
Choose a tag to compare
Mqtt proxy crash fix Pre-release
Pre-release

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'

27 Mar 03:22
4f2eb5d
Compare
Choose a tag to compare
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

01 Jul 23:01
Compare
Choose a tag to compare
v0.8.6

Updated version to v0.8.6

Updated version number for metrics collection.

27 Mar 19:22
e84c340
Compare
Choose a tag to compare
v0.8.2

Forgot to update the version number. (#107)

Windows and OSX TLS fixes

04 Apr 01:04
506422e
Compare
Choose a tag to compare
Pre-release
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

08 Jun 22:12
421a69a
Compare
Choose a tag to compare
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.

29 Jan 20:36
e8f6fe4
Compare
Choose a tag to compare
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.

29 Jan 00:48
102015e
Compare
Choose a tag to compare
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

09 Jan 00:20
1f045a1
Compare
Choose a tag to compare
Move to submodules (#91)

Moved BUILD_DEPS path to use git submodules.