Skip to content

Releases: adafruit/Adafruit_CircuitPython_AdafruitIO

5.3.0 - Created send_batch_data method to allow for sending an array of data

10 May 18:56
12abfc9
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-adafruitio.

Read the docs for info on how to use it.

5.2.5 - Validate Group Feed Keys

05 May 15:06
7bae545
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-adafruitio.

Read the docs for info on how to use it.

5.2.4 - Validate feed key against IO naming scheme

06 Apr 21:49
817574c
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-adafruitio.

Read the docs for info on how to use it.

5.2.3 - Added a new example for the RP2040

10 Mar 23:36
23c4da0
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-adafruitio.

Read the docs for info on how to use it.

5.2.2 - Refactored create_data

02 Mar 20:32
092d9c8
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-adafruitio.

Read the docs for info on how to use it.

5.2.1 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:36
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-adafruitio.

Read the docs for info on how to use it.

Add ESP32-S2 MQTT Compatibility

03 Feb 21:03
3e73a6c
Compare
Choose a tag to compare

This release:

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

To use in CPython, pip3 install adafruit-circuitpython-adafruitio.

Read the docs for info on how to use it.

5.1.0 - Switched to small feed/group format, added create_feed_in_group, fixed url typo

29 Jan 19:55
ce359f0
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-adafruitio.

Read the docs for info on how to use it.

5.0.4 - Fixed broken link in index.rst

26 Jan 19:50
5983049
Compare
Choose a tag to compare

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

To use in CPython, pip3 install adafruit-circuitpython-adafruitio.

Read the docs for info on how to use it.

5.0.3 - Moved to pre-commit, added licensing info

22 Jan 02:34
855f578
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-adafruitio.

Read the docs for info on how to use it.