Skip to content

Releases: adafruit/Adafruit_CircuitPython_AdafruitIO

5.10.0 Add methods to fetch throttle/rate/user info

04 Oct 15:58
ccc38de
Compare
Choose a tag to compare

What's Changed

Add support for two API endpoints, plus a few new convenience methods to retrieve user info, such as current rate usage and throttle limit

Full Changelog: 5.9.0...5.10.0

5.9.0 Add on_publish event + multiple datapoint improvements

19 Jul 11:57
99bd004
Compare
Choose a tag to compare

What's Changed

A user requested feature to expose the lower level on_publish event from miniMQTT:

  • Add missing "on_publish" event callback in the class IO_MQTT - adafruit_io.py by @tyeth in #123

Adding/improving support for the multiple data point methods, both sending group feeds data, and batch data for a single feed:

  • IO_HTTP: Support creating group data with send_group_data by @tyeth in #124
  • Add list of dicts support to send_batch_data + new batch data example by @tyeth in #125

Added an optional timezone argument to io.receive_time

Full Changelog: 5.8.3...5.9.0

5.8.3 - Fixes For Groups Example

01 Jul 20:46
2076935
Compare
Choose a tag to compare

What's Changed

  • Highlight usage of different methods for group feeds + cleanup multigroup feeds by @tyeth in #120

Full Changelog: 5.8.2...5.8.3

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.