Skip to content

Releases: awslabs/aws-crt-cpp

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.

Sts provider stream leak

18 Dec 21:42
Compare
Choose a tag to compare
Pre-release

Fix sts provider stream leak

Fixed websocket memory leak, updated dependencies.

13 Dec 04:50
ca73e35
Compare
Choose a tag to compare
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.

03 Dec 23:59
644dead
Compare
Choose a tag to compare
Update mqtt version (#83)

* Updated deps to latest, improved cmake module searching and libdir

* Incremented version number.

signer bug fixes and api updates.

27 Nov 21:25
bef3faf
Compare
Choose a tag to compare
Pre-release
v0.6.7

Made signer take a signing config by value, made sure stream seek cle…