Skip to content

Releases: adafruit/Adafruit_CircuitPython_AzureIoT

2.5.2 - Renamed Example Directories

28 Mar 13:54
f1072d0
Compare
Choose a tag to compare

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

31 Jan 01:14
f5ace81
Compare
Choose a tag to compare

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

27 Jan 21:13
4b72e22
Compare
Choose a tag to compare

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

Full Changelog: 2.4.2...2.5.0

2.4.2 - Updated pylint version, linted

15 Nov 19:03
3c797fd
Compare
Choose a tag to compare

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

28 Oct 18:11
23f7ca7
Compare
Choose a tag to compare

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

29 Apr 17:29
93d414e
Compare
Choose a tag to compare

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

08 Apr 17:55
Compare
Choose a tag to compare

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

03 Mar 00:02
Compare
Choose a tag to compare

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

11 Feb 19:11
5fc3536
Compare
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-azureiot.

Read the docs for info on how to use it.

2.3.2 - Fix Imports for MiniMQTT

05 Jan 14:15
2a5af6a
Compare
Choose a tag to compare

#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.