Skip to content

Releases: adafruit/Adafruit_CircuitPython_AWS_IOT

2.0.5 - Moved to pre-commit, added licensing info

11 Feb 19:03

Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-aws-iot.

Read the docs for info on how to use it.

2.0.4 - Fix AttributeError in examples

21 Dec 14:36
a05e3b1

Choose a tag to compare

#15 Fixes AttributeError raised by examples. Thanks @bettse!

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-aws-iot.

Read the docs for info on how to use it.

2.0.3 - Fix ImportError for MQTTException

30 Nov 14:46
9970ddc

Choose a tag to compare

#14 Fixes Importerror for MQTTException class, thanks @mpechner!

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-aws-iot.

Read the docs for info on how to use it.

2.0.2 - Fixed discord invite link

09 Jul 20:05

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-aws-iot.

Read the docs for info on how to use it.

2.0.1 - Added Black check, reran Black with Python 3 target.

10 Apr 17:38
0436c8f

Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-aws-iot.

Read the docs for info on how to use it.

Update for MiniMQTT v2.0.0

17 Mar 16:31
cb64d9c

Choose a tag to compare

This release includes:

  • #9 Updated examples compatible with MiniMQTT v2.0.0

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-aws-iot.

Read the docs for info on how to use it.

1.2.1 - Changed CI from Travis to GitHub Actions

24 Jan 01:46

Choose a tag to compare

This release includes:

  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-aws-iot.

Read the docs for info on how to use it.

Now on PyPi

03 Jan 19:14
02336fe

Choose a tag to compare

  • Added library to PyPi

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-aws-iot.

Read the docs for info on how to use it.

Remove ESP32SPIControl dependency

21 Oct 16:36
cbbb47e

Choose a tag to compare

Removes library's dependence on a MiniMQTTClient.WiFiManager.ESP32SPI object.

  • Remove nina-fw check within library, checks version in code instead
  • Remove set_certificate and set_private_key check within AWS IoT library.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Load certificates from filesystem, fix incorrect method names.

15 Oct 15:55
1a3e2a3

Choose a tag to compare

  • Updated library to reflect latest ESP32SPI references set_crt, not set_crt.
  • Removed certificates.py file, loading certificates from the CIRCUITPY filesystem instead.
    • Updated examples

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.