Skip to content

Releases: adafruit/Adafruit_CircuitPython_AdafruitIO

Update Examples and Readme For ConnectionManager

04 Mar 20:03
c9ad360
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.8.1...5.8.2

Updated Docstrings

08 Jan 17:35
7512838
Compare
Choose a tag to compare

This release includes fixes and updates to some of the docstrings. Thank you @kavinaidoo

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.

What's Changed

Full Changelog: 5.8.0...5.8.1

5.8.0 - Receive Multiple Data Values

18 Dec 22:30
6ba69d7
Compare
Choose a tag to compare

This release includes a new function receive_n_data() to fetch mutliple (but not all) values from a feed. Thank you @kavinaidoo.

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.

What's Changed

New Contributors

Full Changelog: 5.7.5...5.8.0

5.7.5 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:41
b84e97b
Compare
Choose a tag to compare

Changes: 5.7.4...5.7.5

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.7.4 - Upadate ESP32-S2 Example for settings.toml and SSL

08 Oct 14:29
eec28fe
Compare
Choose a tag to compare

This release updates the esp32-s2 mqtt example script to use settings.toml and enable ssl.

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.7.3 - Fix RTD Theme Issue

25 Sep 15:55
2788c12
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.7.2 - Typing Information

31 Jul 15:49
0772f3b
Compare
Choose a tag to compare

This release includes typing information for function arguments and returns. Thank you @ForgottenProgramme.

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.7.1 - Updated .pylintrc, fixed jQuery

26 May 16:21
1f885d5
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.7.0 - use `with` for requests to ensure cleanup

11 May 14:48
91efc34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.6.12...5.7.0

5.6.12 - Made copyright stay up to date in docs/conf.py

26 Aug 02:27
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.