Skip to content

Releases: aws/aws-iot-device-sdk-python-v2

Fix deployment scripts.

30 Nov 21:41
6208533

Choose a tag to compare

Fix deployment scripts (#29)

* Fixed deployment test scripts.

* Actually increment the version number.

GA of python-v2 sdk

30 Nov 19:35
dd38b3d

Choose a tag to compare

Ga time (#28)

* Updates to latest CRT, move to kwarg style arguments, update readme for GA.

Using latest awscrt

23 Oct 22:03
ea2ed17

Choose a tag to compare

Using latest awscrt Pre-release
Pre-release
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

Fixed CD pipeline, plus previous bug fixes

19 Sep 18:18

Choose a tag to compare

v0.2.9

bump

v0.2.8

19 Sep 15:41
be9c9a1

Choose a tag to compare

v0.2.8 Pre-release
Pre-release

Version bump for CI publish attempt

v0.2.7

18 Sep 17:45
82df2a2

Choose a tag to compare

v0.2.7 Pre-release
Pre-release

Bug fix for raw bytes being passed to json load from string.

Bug Fix

18 Sep 17:12
f6c0aad

Choose a tag to compare

Bug Fix Pre-release
Pre-release

Bug fix for raw bytes being passed to json load from string

0.2.5

11 Sep 18:18
f6c0aad

Choose a tag to compare

0.2.5 Pre-release
Pre-release

Fix for Python 3.5