Skip to content

Using latest awscrt

Pre-release
Pre-release
Compare
Choose a tag to compare
@graebm graebm released this 23 Oct 22:03
ea2ed17
use latest awscrt (#27)

Update to `awscrt` 0.3.3

Adapt to API changes:
- HTTP API:
  - had an extreme makeover, but that only affects the implementation of Greengrass Discovery, not its API.
- MQTT API:
  - The Future returned by `subscribe()` now contains a `QoS`. It used to contain `None`.
  - `on_connection_interrupted` and `on_connection_resumed` callbacks have an extra `connection` argument.
- IO API:
  - `override_default_trust_store_from_path()` arguments renamed