Skip to content

v0.6.0

Compare
Choose a tag to compare
@puddly puddly released this 02 Nov 17:49
· 165 commits to dev since this release

New features

  • Network settings management has been abstracted into the ControllerApplication.load_network_info and ControllerApplication.write_network_info methods.

Bugfixes

  • Fix bug that prevented just the coordinator from permitting joins by @puddly in #86
  • Fix broken empty address manager entries after restore on affected devices by @puddly in #92

Changes

  • Add "not recommended" note to CC2530 and C2531 by @Hedda in #87
  • Bump pyserial-asyncio dependency to 0.6 by @puddly in #91. This release of pyserial-asyncio properly supports Windows.
  • Replace internal network state objects with zigpy.state by @puddly in #85
  • Add basic clusters to both coordinator endpoints by @puddly in #93

Breaking changes

  • The functionality in zigpy_znp.utils has been moved into the zigpy_znp.api.ZNP class.
  • Network backups created with zigpy-znp 0.6.0 cannot be restored by older releases.

Full Changelog: v0.5.4...v0.6.0