Skip to content

Releases: awslabs/aws-crt-cpp

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…

Windows security update

26 Nov 01:37
0500734
Compare
Choose a tag to compare
Pre-release
v0.6.6

Updated to latest aws-c-io to pick up a windows security fix. (#74)

Updated version string.

25 Nov 19:35
4c0d767
Compare
Choose a tag to compare
Pre-release
v0.6.5

Update version string to the tag that will be following. (#73)

Updated dependencies, added sample for non-iot-specific mqtt pub sub, sts creds provider now built into profile based creds.

25 Nov 06:06
a8efcc7
Compare
Choose a tag to compare
v0.6.4

added raw mqtt (without iot specific builders) sample. Updated to lat…

Added OnMessage support for receiving publish messages in mqtt that come on a topic that wasn't subscribed to explicitly

20 Nov 18:26
6d343a7
Compare
Choose a tag to compare
On any publish support (#69)

* Added OnMessage support for unsolicted messages.

* Implementation of on_any publish handler.

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)