v0.6.0
New features
- Network settings management has been abstracted into the
ControllerApplication.load_network_info
andControllerApplication.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 thezigpy_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