Skip to content

2024.3.0

Compare
Choose a tag to compare
@mill1000 mill1000 released this 12 Mar 23:43
· 62 commits to main since this release

Breaking Change

This release contains a somewhat breaking change! The authenticate() method now throws on failure. The previous behavior logged the failure and returned a boolean to indicate success. User of the library should put authentication calls in a try...except and handle failures gracefully.

New Properties Protocol

This release includes early support for the "new" properties/attributes protocol. Only vertical and horizontal swing angle are currently supported but implementing additional properties should be straightforward. If you encounter any issues please report them.

What's Changed

Full Changelog: 2024.1.0...2024.3.0