This repository has been archived by the owner on May 11, 2023. It is now read-only.
zbus 3.11.0
- ConnectionBuilder::build shouldn't assume executor ticking. This fixes a deadlock when internal
executor is disabled and interface is added to the builder. - Don't panic in proxy builder. Return an error instead.
- Some optimizations in handshake code.
- Error out on invalid UTF-8 in the cookie auth data.
- Add
Error:MissingParameter
variant. - Implement
Clone
forInterfaceRef
. - Add
SignalStream::name
getter. SignalStream
's inner lifetime need to be tied to that of proxy's inner lifetime, not the proxy
itself. In case of macros, we can declare it as '`static'.- Some fixes to docs.
- Dependency changes:
- Enable
io
feature offutures-util
ifasync-io
is enabled. - Add optional dep on
async-fs
. - update
nix
to 0.26.
- Enable