Releases: zigpy/zigpy-xbee
Releases · zigpy/zigpy-xbee
0.11.0 Release
Changes
- Add isort checks. @Adminiuga (#88)
🚀 Features
- Implement radio probe @Adminiuga (#90)
- Handle port disconnects @Adminiuga (#89)
0.10.0 Release
Changes
- Add coordinator device with correct status (#85)
0.9.0 Release.
Fixes
- Add GPIO pins (#79)
0.8.0 Release.
0.7.0 Release.
Breaking
- Drop Python 3.5 support (#62)
Fixes
- Don't try to interpret incoming data as AT command mode response. @Adminiuga (#64)
Features
- Group multicast requests (#57)
Changes
- Add release drafter. @Adminiuga (#60)
- Update README.md to flesh it out with more information and links @Hedda (#58)
- Update travis configuration. @Adminiuga (#63)
Changes
-
0.7.0 Release. @Adminiuga (#69)
-
Send multicast support. @Adminiuga (#57)
-
Add black check to tox. @Adminiuga (#61)
0.6.0 Release.
Changes
- Refactor EUI64 class. (#55)
0.5.0 Release.
Breaking
Sync up with Zigpy 0.9.0 Release zigpy==0.9.0
is the minimum required version onward.
Changes
-Adopt Black code formatter.