Releases: adafruit/Adafruit_CircuitPython_AdafruitIO
Releases · adafruit/Adafruit_CircuitPython_AdafruitIO
6.0.3 - Update RTD Config
Full Changelog: 6.0.2...6.0.3
6.0.2 - Fix Examples For Updated ESP32SPI API
6.0.1 - Use Ruff
6.0.0 - stop using secrets.py; use WiFiManager
What's Changed
- Remove secrets usage by @justmobilize in #129
Remove usage of secrets and more:
- change from using
secrets.py
toos.getenv
- switch from
ESPSPI_WiFiManager
toWiFiManager
- update pool, ssl_context setting to use
adafruit_connection_manager
like all the other examples
Full Changelog: 5.10.2...6.0.0
5.10.2 - RTD Sphinx Config
Full Changelog: 5.10.1...5.10.2
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