Skip to content

🔖 zbus 5.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 18:56
· 113 commits to main since this release
zbus-5.9.0
30487b8
  • 🧵 Remove deadlocks in Connection name request tasks, resulting in leaks under certain
    circumstances.
  • 🐛 When registering names, allow name replacement by default.
  • ✨ Allow setting request name flags in connection::Builder.
  • ✨ Proper Default impl for RequestNameFlags. This change is theoretically an API break for
    users who assumed the default value to be empty.
  • 🧑💻 Add fdo::StartServiceReply type. In 6.0 this will be the return type of
    fdo::DBusProxy::start_service_by_name. For now, just provide a TryFrom<u32>.