Skip to content

Releases: Bluetooth-Devices/dbus-fast

v1.90.2

05 Aug 20:45
Compare
Choose a tag to compare

Fix

  • Spelling of dbus_fast.auth.AuthAnnonymous to dbus_fast.auth.AuthAnonymous (#220) (6c2412f)

v1.90.1

02 Aug 19:38
Compare
Choose a tag to compare

Fix

v1.90.0

02 Aug 19:16
Compare
Choose a tag to compare

Feature

v1.89.0

02 Aug 18:17
Compare
Choose a tag to compare

Feature

  • Speed up Message creation and callbacks (#217) (04d6451)

v1.88.0

02 Aug 15:42
Compare
Choose a tag to compare

Feature

  • Optimize passive bluez message unmarshaller (#216) (e0e87ec)

v1.87.6

01 Aug 20:06
Compare
Choose a tag to compare

Fix

  • Exception handler failure when exception is not DBusError (#215) (d771bcf)

v1.87.5

28 Jul 17:13
Compare
Choose a tag to compare

Fix

  • Result typing in ServiceInterface._handle_signal (#214) (5bda04b)

v1.87.4

28 Jul 03:51
Compare
Choose a tag to compare

Fix

  • Avoid double buffering when using asyncio reader without negotiate_unix_fd (#213) (c933be7)
  • Additionally, the above change fixes a long standing bug in the negotiate_unix_fd path as it did not check for EAGAIN or EWOULDBLOCK which could result in unexplained failures when the header was sent but the message body was not available on the wire yet (#213) (c933be7)

v1.87.3

27 Jul 20:42
Compare
Choose a tag to compare

Fix

  • Relax typing on _fn_result_to_body to allow Any (#212) (2f5fc38)

v1.87.2

24 Jul 19:03
Compare
Choose a tag to compare

Fix

  • Typing on _fn_result_to_body was incorrect which was caused an exception with cython3 (#210) (c40c7bc)