Skip to content

zbus-2.3.0

Choose a tag to compare

@zeenix zeenix released this 11 May 07:56
· 3429 commits to main since this release
  • Add ObjectManager interface.
  • Sprinkle some tracing and debug in code assuming or ignoring events.
  • Add nonce-tcp connection support.
  • Fix a process handle leak.
  • Add zvariant proxy features: uuid, url and time.
  • Enable time, fs and io-util features of tokio, when tokio is enabled.
  • Prevent a deadlocks while not processing stream when message queue fills up.
  • Implement Eq for types implementing PartialEq.
  • Fix tokio support on Windows.
  • Document that Unix socket is not supported on Windows with tokio-only (when the default async-io feature is disabled).
  • A bunch of internal fixes.
  • New dependencies:
    • tracing.
    • dirs.
  • Dependencies changed:
    • Switch from env_logger to tracing-subscriber.