Skip to content

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

Re-release: Fixes for Raspberry pi

19 Apr 18:36
7f8a609
Compare
Choose a tag to compare

This is a re-release of what should have been v1.5.11 which did not have the right tag name.

  • Fix missing files in source distribution. This should fix the release on piwheels.org.
  • Reduce amount of memory needed to compile. This should fix installs from source on older Raspberry Pis.

Updated Greengrass IPC client

31 Mar 00:57
8bf9c0a
Compare
Choose a tag to compare
  • Updated Greengrass IPC client (#172)
  • Updated MQTT to configure protocol operation timeout (#171)
  • Update docs (#163)

EventStreamRPC connect ack bug fix

26 Feb 01:56
805f41b
Compare
Choose a tag to compare
  • New pypi wait strategy (#157)
  • Updating dependency to pick up event stream RPC client fix. (#162)

awscrt 0.10.7

22 Feb 05:42
80f1a9d
Compare
Choose a tag to compare
v1.5.6

latest-awscrt (#158)

MQTT on-message callback has more info

18 Feb 00:49
fb4eac9
Compare
Choose a tag to compare
  • MQTT on-message callbacks have new qos, retain, and dup args. This is a backwards-compatible change.

  • Allow custom credentials providers via awscrt.auth.AwsCredentialsProvider.new_delegate()

Greengrass v2 IPC Connection and Sample

05 Feb 19:33
a7739a6
Compare
Choose a tag to compare
v1.5.4

Greengrass v2 IPC Connection and Sample (#144)

Greengrass IPC client support

15 Dec 20:42
ea98597
Compare
Choose a tag to compare
  • Added Greengrass IPC client
  • Added EventStream RPC capability

Fix python 3.8, 3.9, and aarch64

27 Oct 23:22
e55e065
Compare
Choose a tag to compare
  • BUGFIX: update to awscrt 0.9.10, the previous version was missing wheels for python 3.8 and 3.9 on Linux x86_64, and missing all Linux aarch64 wheels.
  • BUGFIX: MQTT CONNACK with error code results in failed connection.
  • BUGFIX: Fix X-Amz-Security-Token bug in HTTP request signing.
  • BUGFIX: Fix ecc signature verification failures under certain cases on Windows.

Updated to v0.9.3 of Python CRT

13 Oct 00:04
6c33ae9
Compare
Choose a tag to compare

Updated to v0.9.3 of Python CRT (#117)

  • Updated to v0.9.3 of Python CRT

Remove Python 2 support

10 Sep 21:27
4c66229
Compare
Choose a tag to compare
  • MAJOR CHANGE: Remove support for Python 2, Python 2.7 was end of life Jan 1, 2020.
  • MAJOR CHANGE: Stop releasing wheels for Python 3.4, which was end of life in 2019.
  • DOCS: Update docstrings, publish docs to https://aws.github.io/aws-iot-device-sdk-python-v2/