Skip to content

zbus-1.3.0

Compare
Choose a tag to compare
@zeenix zeenix released this 11 May 07:49
· 3754 commits to main since this release
  • Allow use of Connection in 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 handshake module, 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 by Connection. 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: