Skip to content

đź”– zbus 5.11.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 09:11
· 34 commits to main since this release
zbus-5.11.0
edd9a3c
  • ✨ API to specify timeouts for method calls. Add a way to specify an timeout for method calls. If
    set, the method calls will timeout after the specified duration, returning an error. This can be
    used to handle the issues with non-answering D-Bus services.
  • 🩹 Add connection::socket::Split::new method, allowing Socket trait impls outside zbus.
  • 📝 Mention receive_X_changes in proxy docs.