Releases: adafruit/Adafruit_CircuitPython_AdafruitIO
5.1.0 - Switched to small feed/group format, added create_feed_in_group, fixed url typo
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
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
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.
Fix IO_MQTT.get
#55 Fixes IO_MQTT.get method. Thanks @DougBurke!
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.1 - Add ESP32SPI Simpletest
#54 New example: ESP32SPI simpletest
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.
BREAKING RELEASE - ESP32S2, CPython
- BREAKING:
init
argument now takes in aadafruit_circuitpython_requests
object instead of awifimanager
object. - Added compatibility and examples for using this library with:
- Examples updated to reflect library updates.
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.
4.3.0 - Raise throttling errors
#50 Fixes throttling message parsing
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.
4.2.2 - Update docstrings
Generalizes specific language used in topic callback docstrings
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.
4.2.1 - Fix inconsistent aio_username in examples
This release #48 changes aio_user
to aio_username
to keep consistent with secrets.py file.
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.
4.2.0 - Feed-Specific Callbacks
This release:
- #46 Adds
add_feed_callback
andremove_feed_callback
to set up feed-specific message handlers methods.
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.