Skip to content

Releases: Bluetooth-Devices/dbus-fast

v2.0.0

07 Sep 23:40
Compare
Choose a tag to compare

Feature

Breaking

v1.95.2

07 Sep 16:02
Compare
Choose a tag to compare

Fix

  • Handling of None messages from notify callback (#236) (14f52f2)

v1.95.1

07 Sep 15:21
Compare
Choose a tag to compare

Fix

  • Handle multiple flag bits when unmarshalling (#241) (6f6f5f8)

v1.95.0

06 Sep 16:31
Compare
Choose a tag to compare

Feature

v1.94.1

27 Aug 13:34
Compare
Choose a tag to compare

Fix

v1.94.0

24 Aug 14:55
Compare
Choose a tag to compare

Feature

v1.93.1

24 Aug 14:34
Compare
Choose a tag to compare

Fix

This release works around a compatibility issue with Cython 3.0.0 where _as_message could not be found on the exception. See #229 for more details

v1.93.0

21 Aug 14:55
Compare
Choose a tag to compare

Feature

  • Improve performance of processing incoming messages (#228) (ce61aea)

v1.92.0

18 Aug 19:38
Compare
Choose a tag to compare

Feature

  • Reduce overhead to dispatch method handlers (#227) (b222552)

v1.91.4

17 Aug 20:16
Compare
Choose a tag to compare

Fix