Skip to content

Releases: adafruit/Adafruit_IO_Python

3.0.0 Add Air Quality API and renamed feed_id arguments to feed_key

19 Feb 17:29
6a63861

Choose a tag to compare

*** 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

11 Feb 22:07
a334300

Choose a tag to compare

2.8.1 Fix pip install on python 3.14

11 Feb 22:01
763b69a

Choose a tag to compare

What's Changed

Full Changelog: 2.8.0...2.8.1

2.8.0 Add timezone argument to receive_time

26 Sep 14:54
3b008d3

Choose a tag to compare

What's Changed

  • Add Timezone support to receive_time and 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

11 Mar 13:40
4ce48a8

Choose a tag to compare

What's Changed

  • Declare Paho v1 API compatibility by @tyeth in #153

New Contributors

Full Changelog: 2.7.1...2.7.2

2.7.1 Update version for pip compatibility

05 Dec 17:22
1d99632

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.7.0...2.7.1

Adafruit IO Python 2.7.0

20 Apr 20:29
06df42d

Choose a tag to compare

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

29 Nov 15:42
92093d4

Choose a tag to compare

What's Changed

New Contributors

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.

2.5.0 - Create a feed within Group

21 Dec 17:23
617c5a4

Choose a tag to compare

  • #125 Add ability to create a feed within a group

To use in CPython, pip3 install adafruit-io.

Read the docs for info on how to use it.

Subscribe with QoS Levels, New MQTT Callbacks

23 Dec 18:35
7f7d23f

Choose a tag to compare

  • Added kwarg for adding a QoS Level for subscribe calls. Addresses #106
  • Added an on_subscribe callback for subscribing to new topics.
    • mqtt_subscribe.py example extended to use new on_subscribe callback method.

To use in CPython, pip3 install adafruit-io.

Read the docs for info on how to use it.