Releases: adafruit/Adafruit_CircuitPython_AzureIoT
2.5.2 - Renamed Example Directories
This release renamed the example directories to match adabots expectations of naming. Thank you @evaherrada
To use in CircuitPython, circup install adafruit_azureiot
.
To use in CPython, pip3 install adafruit-circuitpython-azureiot
.
Read the docs for info on how to use it.
2.5.1 - Docs build python version
This release changes the version of python specified for Read The Docs to build with.
To use in CircuitPython, circup install adafruit_azureiot
.
To use in CPython, pip3 install adafruit-circuitpython-azureiot
.
Read the docs for info on how to use it.
2.5.0
To use in CircuitPython, circup install adafruit_azureiot
.
To use in CPython, pip3 install adafruit-circuitpython-azureiot
.
Read the docs for info on how to use it.
What's Changed
- Fix miniMQTT compatibility and examples for native_networking by @askpatrickw in #37
New Contributors
- @askpatrickw made their first contribution in #37
Full Changelog: 2.4.2...2.5.0
2.4.2 - Updated pylint version, linted
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-azureiot
.
Read the docs for info on how to use it.
2.4.1 - Added type hints
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-azureiot
.
Read the docs for info on how to use it.
2.4.0 - Updatied library to support latest requests and miniMQTT versions
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-azureiot
.
Read the docs for info on how to use it.
2.3.5 - Fixed name, linted
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-azureiot
.
Read the docs for info on how to use it.
2.3.4 - Moved pylint from build.yml to .pre-commit-config.yml
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-azureiot
.
Read the docs for info on how to use it.
2.3.3 - 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-azureiot
.
Read the docs for info on how to use it.
2.3.2 - Fix Imports for MiniMQTT
#23 Fixes ImportError
(#22) from changes to Adafruit_MiniMQTT library
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-azureiot
.
Read the docs for info on how to use it.