Releases: adafruit/Adafruit_IO_Python
Releases · adafruit/Adafruit_IO_Python
3.0.0 Add Air Quality API and renamed feed_id arguments to feed_key
*** Breaking Change: ***
All argument names to functions for Feed Keys used in this library are no longer named feed_id, and have been renamed to feed_key.
The exception to this change is the Dashboard API which uses feed IDs and not feed keys. The ID for a feed can be obtained via the API, or the library Feed objects, or via the Feed page on the IO website (Feed Info -> Show Detailed JSON Record)
What's Changed
- add(feature): Air Quality integration, examples, weather and unsubscribe fixes by @tyeth in #172
- Validate feed keys in MQTT client to prevent malformed topic subscriptions by @Copilot in #170
- Update error message for feed key validation test by @tyeth in #173
- fix(docs): cleanup sphinx html template path warning by @tyeth in #168
New Contributors
- @Copilot made their first contribution in #170
Full Changelog: 2.8.2...3.0.0
2.8.2 Rerelease for PyPI
Full Changelog: 2.8.1...2.8.2
2.8.1 Fix pip install on python 3.14
2.8.0 Add timezone argument to receive_time
What's Changed
- Add Timezone support to
receive_timeand update tests (adjusted-time-failure) by @tyeth in #158 - Correct minimum python version in readme
Full Changelog: 2.7.2...2.8.0
2.7.2 Update version for paho compatibility
2.7.1 Update version for pip compatibility
What's Changed
- Fix CI badge image by @tekktrik in #144
- #146 - Fix Client Interface in Feeds Documentation by @Pjurek3 in #147
- copy-and-paste error in batch sending by @ALfuhrmann in #139
- Update example,
temp_humidity.pyby @brentru in #149 - Add new basics example for use with NeoPixel by @brentru in #150
New Contributors
- @tekktrik made their first contribution in #144
- @Pjurek3 made their first contribution in #147
- @ALfuhrmann made their first contribution in #139
Full Changelog: 2.7.0...2.7.1
Adafruit IO Python 2.7.0
What's Changed
- Implement a means of getting more than 1000 data points by @lcmcninch in #131
Full Changelog: 2.6.0...2.7.0
Adafruit IO Python 2.6.0
What's Changed
- receive_time: fix week day by @lcmcninch in #138
- Add support for dashboards, blocks and layouts by @cj8scrambler in #136
New Contributors
- @lcmcninch made their first contribution in #138
- @cj8scrambler made their first contribution in #136
Full Changelog: 2.5.0...2.6.0
To use in CPython, pip3 install adafruit-io.
Read the docs for info on how to use it.