Releases: awslabs/aws-c-mqtt
Releases · awslabs/aws-c-mqtt
Added http proxy configuration api
v0.4.11 Implement support for websocket proxies (#97)
on_any_publish
Adds a callback that fires whenever ANY publish packet is received.
connection loss no longer clears subscriptions
v0.4.9 Fix resubscribe
improved resubscribe
v0.4.8 Disambiguate a failed resubscribe() from an unnecessary resubscribe()…
Support re-subscribe and server hangups
Reconnect Resubscribe (#87) * Implement topic tree iteration and counting * Implement resubscribing on reconnect * Turn resubscribe into an explicit API call
GCC warnings fixes
v0.4.6 No longer casting between function types, it upsets GCC, and is scary…
fixed mixed static/shared builds.
v0.4.5 Made shared/static libs work in the same build closure. (#85)
LTO support for Clang/GCC
v0.4.4 Added support for LTO (#84)
Library init/cleanup
Implement library-clean-up (#81) * Implement library-clean-up * Restrict atrocities
Compatibility with aws-c-http v0.4.0
Compatibility with aws-c-http "H1B" API changes (#80) Async websocket request transform callback