Thanks to visit codestin.com
Credit goes to github.com

Skip to content

πŸ”– zbus 5.12.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Oct 14:38
· 24 commits to main since this release
zbus-5.12.0
d4254d6
  • 🚚 Update name of Github space from dbus2 to z-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 with uuid. This makes uuid mandatory for zbus, and changes the p2p feature to enable v4 of uuid.
  • πŸ“ 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 {}.