·
3 commits
to main
since this release
- 🚚 Update name of Github space from
dbus2
toz-galaxy
. - ✨ Add
Error::description
method. This gives a simple description about the error. - 🥅 Provide description for zbus::Error in DBusError. #1523
- 🐛 Remove minimum amount of required address options. Set the minimum amount of address options to 0, as per the spec. #1513
- ➖ remove
rand
and replace withuuid
. This makesuuid
mandatory forzbus
, and changes thep2p
feature to enablev4
ofuuid
. - 📝 book: Update version of zbus in the sample Cargo.toml.
- 🧵 Launch a multi-threaded tokio runtime for blocking. Otherwise, any blocking calls in the application code can block our internal tasks. This is breaking our "we won't launch threads behind your back" promise a little but its only limited to blocking API and therefore worth the benefit of not unexpectedly stopping to work. #1512
- 🐛 Fix tracing span names showing as {}.