Releases: adafruit/Adafruit_CircuitPython_AWS_IOT
2.0.5 - Moved to pre-commit, added licensing info
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
#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
#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
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.
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
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
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
- 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
Removes library's dependence on a MiniMQTTClient.WiFiManager.ESP32SPI object.
- Remove nina-fw check within library, checks version in code instead
- Remove
set_certificateandset_private_keycheck 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.
- Updated library to reflect latest ESP32SPI references
set_crt, notset_crt. - Removed
certificates.pyfile, loading certificates from theCIRCUITPYfilesystem instead.- Updated examples
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.