Skip to content

Releases: zigpy/bellows

0.13.2 Release.

06 Feb 20:06
0bda9e0
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

0.13.1 Release.

30 Jan 03:45
7ba23b9
Compare
Choose a tag to compare

Configure Link Key Number depending on protocol version.

0.13.0 Release.

29 Jan 20:00
2909640
Compare
Choose a tag to compare

Changes

0.12.0 Release

29 Jan 19:44
e8b644f
Compare
Choose a tag to compare

Changes

  • Create Contributors.md file with list of contributors @Hedda (#203)
  • Added a "How to contribute" section to README.md @Hedda (#204)

🚀 Features

0.11.0 Release.

11 Nov 21:58
6ad2a12
Compare
Choose a tag to compare

Breaking

  • Drop python 3.5 support (#198)

New features

  • Group multicast requests support (#199)

Fixes

  • Fix permit with install code (#197)
  • Configure end device poll timeout depending on version (#195)

Changes

  • Adopt black code formatting (#200)
  • Adopt release drafter (#201)
  • Increase pan_id conflict reporting threshold (#194)
  • Readme updates (#190)

0.10.0 Release.

19 Sep 18:56
abc564d
Compare
Choose a tag to compare

Breaking

Sync up with Zigpy 0.9.0 Release zigpy==0.9.0 is the minimum required version onward.

Changes

  • handle_join() on receiving ZDO Device Announce requests (#186)

0.9.1 Release.

20 Aug 21:11
4267eec
Compare
Choose a tag to compare

Fixes

  • don't use extended timeouts when sending a reply message

0.9.0 Release.

23 Jul 23:07
21af65c
Compare
Choose a tag to compare

New

  • Run UART in its own asyncio loop in a separate thread (#171) Kudos to @bballwiz5

0.8.0

30 May 02:58
026cd29
Compare
Choose a tag to compare

New

  • Multicast/Group ID subscription #161
  • Incoming/outgoing request debug logging #165

Fixes

  • Use extended timeout if Node descriptor is not available yet #163
  • setSourceRoute & incomingRouteHandler EZSP commands schema update #164

0.7.3

05 May 03:08
c8a9c58
Compare
Choose a tag to compare

Changes

  • Use "ExtendedTimeout" when communicating with Zigbee end devices