Skip to content

Releases: jfroy/aiobafi6

0.4.0

09 May 04:08
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • Device now deep copies the service on init.
  • The Device.service property is now read-only and provides a deep copy Service.
  • Device now caches the run loop on init.

Full Changelog: 0.3.0...0.4.0

0.3.0

08 May 17:40
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Reimplement core connection and query loops using a custom asyncio.Protocol and run loop APIs for performance.
  • Make device availability more reliable by watching a core set of so-called required properties.

Full Changelog: 0.2.0...0.3.0

0.2.0

07 May 19:38
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Fixed OffOnAuto Python enum to match the protocol buffer (AUTO was incorrectly defined as 3).
  • Added unit tests for the protopro module.
  • Export ZEROCONF_SERVICE_TYPE from the package and discovery module.

Full Changelog: 0.1.0...0.2.0

0.1.0

05 May 00:06
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • Initial release