Releases: adafruit/Adafruit_CircuitPython_AdafruitIO
5.10.1 - Fix For Sphinx RTD Theme
Full Changelog: 5.10.0...5.10.1
5.10.0 Add methods to fetch throttle/rate/user info
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
What's Changed
A user requested feature to expose the lower level on_publish event from miniMQTT:
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
- A minor yet major change was added while creating some batched data examples, there was an update to allow specifying a timezone instead of relying on autodetection. See the time service docs https://io.adafruit.com/services/time [must be logged in] or effectively this TZ list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Full Changelog: 5.8.3...5.9.0
5.8.3 - Fixes For Groups Example
What's Changed
Full Changelog: 5.8.2...5.8.3
Update Examples and Readme For ConnectionManager
What's Changed
- Fix README requirements by @justmobilize in #116
- Update legacy set_socket examples by @justmobilize in #117
- Fix get_radio_ssl_context by @justmobilize in #118
New Contributors
- @justmobilize made their first contribution in #116
Full Changelog: 5.8.1...5.8.2
Updated Docstrings
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
- Corrections to receive_n_data documentation by @kavinaidoo in #114
Full Changelog: 5.8.0...5.8.1
5.8.0 - Receive Multiple Data Values
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
- Added receive_n_data function by @kavinaidoo in #112
New Contributors
- @kavinaidoo made their first contribution in #112
Full Changelog: 5.7.5...5.8.0
5.7.5 - Fix RTD Docs Build and Unpin Sphinx
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
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
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.