Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@graebm graebm released this 16 Jan 21:17
Callbacks 4 Dayz (#29)

- Compatibility with recent aws-c-mqtt API changes (interruption callbacks, etc)
- Functions that had completion-callbacks now return Futures instead.
- Use Python-3-style enums.
- Update aws-c-common, aws-c-io, aws-c-mqtt, s2n dependencies
- Scrubbed over mqtt_client_connection.c, being more careful about refcounts and error-handling.