Releases: Bluetooth-Devices/dbus-fast
Releases · Bluetooth-Devices/dbus-fast
v1.90.2
Fix
- Spelling of
dbus_fast.auth.AuthAnnonymous
to dbus_fast.auth.AuthAnonymous
(#220) (6c2412f
)
v1.89.0
Feature
- Speed up Message creation and callbacks (#217) (
04d6451
)
v1.88.0
Feature
- Optimize passive bluez message unmarshaller (#216) (
e0e87ec
)
v1.87.6
Fix
- Exception handler failure when exception is not DBusError (#215) (
d771bcf
)
v1.87.5
Fix
- Result typing in ServiceInterface._handle_signal (#214) (
5bda04b
)
v1.87.4
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
Fix
- Relax typing on _fn_result_to_body to allow Any (#212) (
2f5fc38
)
v1.87.2
Fix
- Typing on _fn_result_to_body was incorrect which was caused an exception with cython3 (#210) (
c40c7bc
)