Releases: zigpy/zigpy-deconz
Releases · zigpy/zigpy-deconz
0.10.0 Release
Changes
- Use channel_mask for forming, if no Channel was specified @Adminiuga (#128)
- Use a helper for AsyncMock transition. @Adminiuga (#125)
- Update black, isort and flake8 versions @Adminiuga (#124)
Breaking changes
- Drop py36 @Adminiuga (#123)
🚀 Features
- Refactor network formation @Adminiuga (#127)
- Restore directly connected children @Adminiuga (#126)
🐛 Bug Fixes
- Fix version() command @Adminiuga (#122)
0.9.2 Release
Changes
- Log delivery failures at debug level @Adminiuga (#116)
0.9.1 Release
Fixes
Features
Changes
- Add probe and Device Schema to App Controller class @Adminiuga (#114)
- Updated README.md with info on how-to test new releases @Hedda (#111)
0.8.1 Release
0.9.0 Release
Breaking
- Sync-up with zigpy new initialization (#105)
Changes
- TX Status enum for friendly status names. @Adminiuga (#109)
- Sync with zigpy==0.20.0 changes @Adminiuga (#108)
- Create LICENSE file @Hedda (#103)
- Add PyPi package long description (#104)
0.9.a1 release.
0.8.0 Release
Breaking changes
- Drop py35 support @Adminiuga (#95)
🚀 Features
- Feature/usb reconnect @Adminiuga (#99)
- Implement radio probe. @Adminiuga (#101)
- Add black check to travis @Adminiuga (#96)
Changes
- Add isort @Adminiuga (#100)
- Add PyPa workflow. @Adminiuga (#98)
- Refactor DeviceState as an enum.IntFlag @Adminiuga (#97)
- Create Contributors.md file with list of contributors @Hedda (#89)
- Added a "How to contribute" section to README.md @Hedda (#90)
0.7.0 Release.
Changes
- Update travis configuration. @Adminiuga (#86)
- Adopt black as code formatting tool. @Adminiuga (#85)
- Adopt release notes drafter. @Adminiuga (#84)
- Update README.md with goal in the description @Hedda (#82)
🚀 Features
- Add method to send multicast requests. @Adminiuga (#81)