Skip to content

Releases: z-galaxy/zbus

zvariant_utils-3.4.0

29 May 14:39
1e306d3

Choose a tag to compare

Performance

  • ⚡️ Add Fields::get(i) for constant-time positional access.

zvariant-5.12.0

29 May 14:40
1e306d3

Choose a tag to compare

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

29 May 14:40
1e306d3

Choose a tag to compare

Documentation

  • 📝 Document the Interface impl methods generated by #[interface]. #1542

zbus-5.16.0

29 May 14:40
1e306d3

Choose a tag to compare

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

03 May 16:38
10aeaac

Choose a tag to compare

Added

  • ✨ Support nested dictionaries in *Dict derives. #312

zvariant-5.11.0

03 May 16:38
10aeaac

Choose a tag to compare

Added

  • ✨ Support nested dictionaries in *Dict derives. #312

Fixed

  • 🐛 Accept ObjectPath/Signature as map identifier keys.

zvariant_utils-3.3.1

26 Apr 16:58
de33018

Choose a tag to compare

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

26 Apr 16:58
de33018

Choose a tag to compare

Documentation

  • 📝 Configure docs.rs to build for all supported targets.

zvariant-5.10.1

26 Apr 16:59
de33018

Choose a tag to compare

Documentation

  • 📝 Configure docs.rs to build for all supported targets.

zbus_xmlgen-5.3.1

26 Apr 16:59
de33018

Choose a tag to compare

Documentation

  • 📝 Configure docs.rs to build for all supported targets.

Fixed

  • 🐛 Emit owned types for Variant/Structure property setters. #1770