Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

zbus 3.12.0.

Compare
Choose a tag to compare
@zeenix zeenix released this 10 May 22:05
· 56 commits to main since this release
  • ObjectServer should dispatch calls without destination since p2p connections typically don't have destinations.
  • Only enable features of nix that we use.
  • Support server-side cookie auth. We already supported client-side cookie-auth. zbus won't manage the cookies for you though, that's left to the bus implementation.
  • Declare ConnectionBuilder as must_use. Instead of every builder method of it individually.
  • Avoid a few string allocations in handshake code.
  • Don't ignore errors from SID conversion to string.
  • Add missing cfg on an import. Otherwise we get a warning when building for non-unix.
  • Dependencies changed:
    • Home directory determination now split into a separate crate: xdg-home.
    • Drop lazy_static.
    • Drop now unneeded dirs dep.
    • Drop nix dep for non-unix (i-e Windows).