Skip to content

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

Upgrade awscrt to version 0.5.11

20 Feb 22:15
44a67bc
Compare
Choose a tag to compare

Update awscrt to version 0.5.11. Improvements include:

  • MQTT improvements
    • Fix on_connection_resumed callback's return_code argument.
    • Reduce default duration between MQTT keep-alive pings.
    • Drop connection if server CONNACK takes too long.
  • Fix crash-on-exit which was common on Windows.
  • GCC 8 support

More wheels, fix samples

04 Dec 00:56
30152d1
Compare
Choose a tag to compare
  • Update awscrt dependency, now has wheels for aarch64 and Python3.8
  • Fix samples
    • MQTT connection interrupted/resumed callbacks took wrong args
    • Greengrass sample works with python 2

Fix deployment scripts.

30 Nov 21:41
6208533
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
v0.2.9

bump

v0.2.8

19 Sep 15:41
be9c9a1
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
0.2.5 Pre-release
Pre-release

Fix for Python 3.5