Skip to content

Releases: awslabs/aws-c-mqtt

Connection lifetime improvements, tls options fixes, and various bug fixes.

02 Apr 21:11
6e97359
Compare
Choose a tag to compare
Updated mqtt connection to properly copy tls_options. (#62)

* Updated mqtt connection to properly copy tls_options.

* More bug fixes, noticed when tls_options were fixed.

Connect fixes

28 Mar 20:45
3c3ca7a
Compare
Choose a tag to compare
Connect fixes Pre-release
Pre-release
Fixes for connection hangs and crashes (#60)

* A connection which is already disconnected in shutdown should try to reconnect, because that means it was hung up on

* channel shutdown complete event must ALWAYS be called from channel shutdown callbacks

* If the socket was connected, go into the reconnect cycle

* Re-worked reconnect detection logic

* Ensure that on_connection_complete is called for the first completed connection, even if it's a reconnect

* documented connection_count

fixed C++ compatibility

21 Mar 00:22
3a5a125
Compare
Choose a tag to compare
Pre-release
v0.3.1

C++ compatibility fixes. (#59)

Automatic ping, and connection interuption detection. API compat breakage.

20 Mar 23:09
39f285f
Compare
Choose a tag to compare
Automatic ping and interupt notification fixes. (#58)

* Automatic ping and interupt notification fixes.

Crash fix for requests sent while disconnected

16 Mar 01:03
86aee87
Compare
Choose a tag to compare
v0.2.2

clear the hash table on disconnect, not clean_up (#56)

Improved cmake windows path handling.

14 Feb 23:57
8f447e8
Compare
Choose a tag to compare
Pre-release
Fixed cmake script and windows pathing. (#53)

* Fixed cmake script and windows pathing.

API updates to ease work on connection interuptions and resumption

11 Jan 22:37
Compare
Choose a tag to compare
v0.2.0

Always cleanup outstanding requests on destroy