Skip to content

Releases: awslabs/aws-c-mqtt

Added http proxy configuration api

25 Oct 19:49
deea23e
Compare
Choose a tag to compare
Pre-release
v0.4.11

Implement support for websocket proxies (#97)

on_any_publish

09 Oct 23:46
2cea9fb
Compare
Choose a tag to compare
on_any_publish Pre-release
Pre-release

Adds a callback that fires whenever ANY publish packet is received.

connection loss no longer clears subscriptions

09 Oct 14:38
7a64df9
Compare
Choose a tag to compare
v0.4.9

Fix resubscribe

improved resubscribe

07 Oct 21:35
b5135ee
Compare
Choose a tag to compare
improved resubscribe Pre-release
Pre-release
v0.4.8

Disambiguate a failed resubscribe() from an unnecessary resubscribe()…

Support re-subscribe and server hangups

03 Oct 23:13
8c0860d
Compare
Choose a tag to compare
Pre-release
Reconnect Resubscribe (#87)

* Implement topic tree iteration and counting

* Implement resubscribing on reconnect

* Turn resubscribe into an explicit API call

GCC warnings fixes

30 Sep 22:24
a5ad17c
Compare
Choose a tag to compare
GCC warnings fixes Pre-release
Pre-release
v0.4.6

No longer casting between function types, it upsets GCC, and is scary…

fixed mixed static/shared builds.

16 Sep 19:25
Compare
Choose a tag to compare
Pre-release
v0.4.5

Made shared/static libs work in the same build closure. (#85)

LTO support for Clang/GCC

11 Sep 17:51
076e11c
Compare
Choose a tag to compare
Pre-release
v0.4.4

Added support for LTO (#84)

Library init/cleanup

22 Aug 20:15
8dfb054
Compare
Choose a tag to compare
Library init/cleanup Pre-release
Pre-release
Implement library-clean-up (#81)

* Implement library-clean-up

* Restrict atrocities

Compatibility with aws-c-http v0.4.0

14 Aug 23:19
56d8b52
Compare
Choose a tag to compare
Pre-release
Compatibility with aws-c-http "H1B" API changes (#80)

Async websocket request transform callback