Skip to content

Releases: awslabs/aws-crt-cpp

Fixed 32-bit compile bug.

25 Jun 22:25
7a7d4ea

Choose a tag to compare

Pre-release
v0.4.5

Another update. (#36)

More logging for MQTT, fixed edge case aroung PING response timing.

25 Jun 22:00
22f9d30

Choose a tag to compare

Updated mqtt to latest version with more logging. (#34)

* Updated mqtt to latest version with more logging.

* Added update for timeout bug in mqtt.

Updated connection manager, updated dependencies.

19 Jun 00:58
8d403e2

Choose a tag to compare

Updated dependencies to latest versions. (#31)

* Updated dependencies to latest versions.

Added explicit api for creating "null" json objects.

12 Jun 23:28
fa59298

Choose a tag to compare

v0.4.1

Added explicit null for json parser, and also added tests to verify n…

Remove Mqtt::ConnectionState enum

31 May 23:00
c1e9cf5

Choose a tag to compare

Pre-release

Also brings in latest dependencies.

Updated dependencies

31 May 21:14
8fa6c2a

Choose a tag to compare

Updated dependencies Pre-release
Pre-release

Latest version of all dependencies

Bug fixes in http and mqtt.

16 Apr 21:41
8c5fa0e

Choose a tag to compare

Pre-release
v0.3.1

Updated http and mqtt tags. (#22)

Reworked tls context, added http connection manager. Mqtt Login fixes, Using Aws Iot MQtt clients.

15 Apr 19:42
a47d172

Choose a tag to compare

v0.3.0

In order for proper usage, we needed default constructors for Tls stu…

Http 1.1 implementation, variuos memory leak, and bug fixes.

30 Mar 01:06
57d5691

Choose a tag to compare

Http Client, added URI class, various memory leak fixes. (#15)

Http Bindings, various bug fixes.

Improved MQTT connection handling

21 Mar 19:39

Choose a tag to compare

Pre-release
Mqtt updates (#13)

* updated mqtt client for new mqtt interface.
* Updated sample and dependency versions.