Skip to content

Releases: awslabs/aws-c-mqtt

More logging of timestamps and io operations.

24 Jun 23:26
c8c21bd
Compare
Choose a tag to compare
More logging ref counts (#77)

More logging.

Miscellaneous cleanup

13 Jun 00:17
19ec558
Compare
Choose a tag to compare
Miscellaneous cleanup Pre-release
Pre-release

clang-tidy fixes
calloc for structure allocations

Added backtraces to asserts

13 May 21:40
dbcacfa
Compare
Choose a tag to compare
Pre-release
assert() -> AWS_ASSERT(), removed assert includes (#69)

* assert() -> AWS_ASSERT(), removed assert includes

* added assert.h to clang-tidy restrictions

Added logging

10 May 03:36
686dcc3
Compare
Choose a tag to compare
Added logging Pre-release
Pre-release
Add logging to MQTT (#68)

* Setup logging subjects
* Add logging to topic tree
* Add logging to client.c
* Add logging to client_channel_handler.c
* iot test: Load io subjects, log publish packet id

Initial Connection failure propogation

16 Apr 20:29
1a52bec
Compare
Choose a tag to compare
Pre-release
v0.3.5

Initial connection failure propogates properly again. (#66)

Updates for aws-c-io api changes. Also memory leak fixes in reconnect.

10 Apr 23:09
65ad2b2
Compare
Choose a tag to compare
v0.3.4

Updates for new host resolver interface from aws-c-io. (#65)

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.