Skip to content

zbus-1.2.0

Choose a tag to compare

@zeenix zeenix released this 11 May 07:48
· 5091 commits to main since this release
  • Add ObjectServer::with method, that runs a given function in the context of a given object path and interface. This is mainly useful for emitting signals.
  • Interface trait now requires std::any::Any. This isn't exactly a breaking change since this was implicitly required already by ObjectServer methods.
  • Support abstract unix sockets.
  • Use zvariant_derive macros through zvariant crate.
  • Deprecate Error::NoTLSConnection and Error::NoTLSNode as these errors expose internal details and are no longer returned by any of our API.
  • Put zbus into the prelude.

Contributors to this release: