Releases: z-galaxy/zbus
Releases · z-galaxy/zbus
zvariant_utils-3.4.0
Performance
- ⚡️ Add Fields::get(i) for constant-time positional access.
zvariant-5.12.0
Dependencies
- ⬆️ Bump zvariant_utils requirement to 3.4.
Documentation
- 📝 Document D-Bus FD encoding on
Fd. - 📝 Show catch-all enum variant in docs.
Other
- 🦺 Add 2 debug asserts.
Performance
- ⚡️ Use Fields::get(i) for O(1) field signature lookup.
zbus_macros-5.16.0
Documentation
- 📝 Document the
Interfaceimpl methods generated by#[interface]. #1542
zbus-5.16.0
Changed
- 🔧 Restrict vsock features to Linux targets.
Documentation
- 📝 Replace docs.rs all-features with explicit feature list.
Fixed
- 🚑️ Fix sendmsg for iOS and other apple OS.
Other
- 🔊 warn on GetAll error during property cache init. #1325
zvariant_derive-5.11.0
Added
- ✨ Support nested dictionaries in *Dict derives. #312
zvariant-5.11.0
Added
- ✨ Support nested dictionaries in *Dict derives. #312
Fixed
- 🐛 Accept ObjectPath/Signature as map identifier keys.
zvariant_utils-3.3.1
Documentation
- 📝 Configure docs.rs to build for all supported targets.
Other
- 🤖 Fix formatting of CHANGELOG files.
- 🤖 Use the default header in changelog.
zvariant_derive-5.10.1
Documentation
- 📝 Configure docs.rs to build for all supported targets.
zvariant-5.10.1
Documentation
- 📝 Configure docs.rs to build for all supported targets.
zbus_xmlgen-5.3.1
Documentation
- 📝 Configure docs.rs to build for all supported targets.
Fixed
- 🐛 Emit owned types for Variant/Structure property setters. #1770