Releases: zigpy/bellows
Releases · zigpy/bellows
0.26.0 Release
Changes
- 0.26.0 Release @Adminiuga (#430)
- Refactor ezsp.probe() method @Adminiuga (#429)
- Automatically fix the frame FCS in
bellows dump
@puddly (#428) - Allow
bellows dump
to pipe packets over stdout @puddly (#427) - Update README.md list of compatible hardware @Hedda (#418)
- Populate
ControllerApplication
network parameter properties on startup @puddly (#426) - Fixing socket://: @MattWestb (#424)
0.25.0 Release
Changes
- 0.25.0 Release @Adminiuga (#423)
- Update CI workflow @Adminiuga (#422)
- Handle
None
node descriptors @puddly (#421)
0.24.0 Release
Changes
- 0.24.0 Release @Adminiuga (#417)
- Add Bitron Video/Smabit adapter to README @Hedda (#411)
- Update port configuration in README @Hedda (#412)
- Small note that ITEAD Sonoff ZBBridge is not recommended @Hedda (#413)
- Log buffer allocations during EZSP initialization @Adminiuga (#410)
🐛 Bug Fixes
- Restore hashed link keys correctly @Adminiuga (#415)
0.23.1 Release
Changes
- 0.23.1 Release @Adminiuga (#409)
🐛 Bug Fixes
- Use correct options for software flow control @Adminiuga (#407)
0.23.0 Release
Changes
- 0.23.0 Release @Adminiuga (#405)
🚀 Features
- Support for hardware flow control config @Adminiuga (#403)
- Send multicast requests optimistically @Adminiuga (#402)
🐛 Bug Fixes
- CLI fix for joining as an end device @Adminiuga (#404)
0.22.0 Release
Changes
- 0.22.0 Release @Adminiuga (#398)
- Update README.md @MattWestb (#395)
- Increase maximums to support 'pro' devices @dmulcahey (#397)
- Update README.md Adding IKEA Billy EZSP and Tuya TYGWZ01 plus Zigpy Wiki @MattWestb (#394)
- Update workflow actions for package publishing @Adminiuga (#389)
- Fix click dependency name @agners (#388)
- Update README.md with warning about Zigbee to WiFi bridges @Hedda (#386)
- cli: join network fails because of typo @basilfx (#384)
- Add codespell to CI @Adminiuga (#383)
- Don't pin old version of click-log package @Adminiuga (#382)
- Collapse _handle_frame_sent() / _handle_frame_failure() methods into one @Adminiuga (#381)
- Clear EZSP Counters on a regular interval @Adminiuga (#379)
- Added the DEFARO SprutStick Pro list of compatible hardware in README.md @Hedda (#374)
- Update README.md @CanDoAnything (#360)
- Update README.md with links to firmware upgrade resources @Hedda (#373)
0.21.0 Release
Changes
- 0.21.0 Release @Adminiuga (#372)
- Refactor leaveNetwork command @Adminiuga (#370)
- README.md update @CanDoAnything (#362)
- Migrate bellows CI/CD to GitHub Actions @Adminiuga (#368)
- Update README.md with initial backup and restore instructions @Hedda (#356)
- Switch travis dist to bionic @Adminiuga (#355)
🚀 Features
- Use a more sensible EZSP command timeout value @Adminiuga (#371)
- Handle gracefully invalidCommand frames @Adminiuga (#367)
🐛 Bug Fixes
- Don't log counters on EZSP version 4 @Adminiuga (#369)
0.20.3 Release.
Changes
- Use async_mock helper to transition to AsyncMock testing @Adminiuga (#350)
- Update README.md with recommendation to upgrade EmberZNet firmware @Hedda (#346)
- Update isort version @Adminiuga (#349)
- Update README.md with EmberZNet and EZSP Protocol Version information @Hedda (#343)
Bugs
- Update decision bitmask when using install code to join @Adminiuga (#353)
0.20.2 Release.
Changes
- Change defaults for CONFIG_KEY_TABLE_SIZE @Adminiuga (#337)
🐛 Bug Fixes
- Add Global TC link key as a transient link key only for EZSP v5 or later @Adminiuga (#344)
0.20.1 Release
🐛 Bug Fixes
- No need to close EZSP on shutdown if it wasn't opened @Adminiuga (#335)