Skip to content

Releases: awslabs/aws-c-mqtt

Logging refactor

09 Jul 18:31
4f67cf5
Compare
Choose a tag to compare
Logging refactor Pre-release
Pre-release
Task logging update (#76)

* channel task type tags
* Format string fix

Task tags and logging

01 Jul 19:01
4f67cf5
Compare
Choose a tag to compare
Task tags and logging Pre-release
Pre-release

Adds string tags to tasks and task logging for easier identification

Fixed 32-bit compile bug.

25 Jun 22:16
2912e87
Compare
Choose a tag to compare
Pre-release
v0.3.11

stupid format specifiers. (#79)

Fixed timeout bug with keep alive PINGs

25 Jun 21:45
ac0b3d2
Compare
Choose a tag to compare
Pre-release
Addressed timeout timing bug with mqtt ping timeouts. (#78)

* Addressed timeout timing bug with mqtt ping timeouts.

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)