Skip to content

v2024.0.0

Latest
Compare
Choose a tag to compare
@natekspencer natekspencer released this 17 Jan 23:14
aae760b

Potentially Breaking Changes

  • With the switch to using pycognito to handle auth and Home Assistant (which this library was primarily built for) restricting running blocking I/O in the event loop, some changes were needed to the Session class to run authentication and token refreshes in the executor as well as how tokens were accessed. For most users, these changes should have zero impact. But if you were modifying or accessing the Session class directly, you may need to modify you code.

What's Changed

Other Changes

Full Changelog: v2023.5.1...v2024.0.0