zbus-1.3.0
- Allow use of
Connectionin non-blocking mode. This makes it possible to integrate zbus in async runtimes. High-level async/await API is still missing but this work adds essential ground work for that. - Provide
handshakemodule, that handles D-Bus handshaking protocol. Apart from the client side (used by zbus), server handshake logic is also provided, making it easier to create zbus-based D-Bus brokers (if anyone feel like doing so). - Provide
raw::Connection, which is a low-level socket abstraction used byConnection. This makes it possible to use your own socket implementations with zbus. - Fix incorrect key type in return type of
fdo::ObjectManager::get_managed_objects(). - More reliable message body signature comparison.
All contributors: