🔖 zbus 5.9.0
·
113 commits
to main
since this release
- 🧵 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 aTryFrom<u32>
.