Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

zbus

@zbus@toot.cat
  • Open on toot.cat

Toots about zbus crate: https://crates.io/crates/zbus

119 Followers
1 Following
16 Posts
Joined November 19, 2022

Posts

Open post
zbus
zbus @zbus@toot.cat · May 29, 2026
zbus
@zbus@toot.cat

Toots about zbus crate: https://crates.io/crates/zbus

toot.cat

zvariant 5.12 and zbus 5.16 released! 🎉

Release notes at https://github.com/z-galaxy/zbus/releases

2
0
1
0
Open post
zbus
zbus @zbus@toot.cat · May 03, 2026
zbus
@zbus@toot.cat

Toots about zbus crate: https://crates.io/crates/zbus

toot.cat

zvariant 5.11 released. This release bring support for nested dictionaries in *Dict macros, making it easy to create a strongly-typed representation of your dictionary-based types:

https://z-galaxy.github.io/zbus/faq.html#nested-dictionaries

2
0
1
0
Open post
zbus
zbus @zbus@toot.cat · Feb 22, 2026
zbus
@zbus@toot.cat

Toots about zbus crate: https://crates.io/crates/zbus

toot.cat

New releaes:

* zbus 5.14
* zvariant 5.10
* zbus_xmlgen 5.3

Release notes at: https://github.com/z-galaxy/zbus/releases

1
0
1
0
Open post
zbus
zbus @zbus@toot.cat · Jan 09, 2026
zbus
@zbus@toot.cat

Toots about zbus crate: https://crates.io/crates/zbus

toot.cat
Replying to @zbus@toot.cat
looks like zbus_names broke things for folks: https://github.com/z-galaxy/zbus/issues/1665 . 😢 We're on it..
1
0
0
0
Open post
zbus
zbus @zbus@toot.cat · Jan 09, 2026
zbus
@zbus@toot.cat

Toots about zbus crate: https://crates.io/crates/zbus

toot.cat

New set of releases out:

zbus 5.13
zvariant 5.9
zbus_xml 5.1
zbus_xmlgen 5.2
zbus_names 4.3

These are the first ones to be made using `release-plz` (thanks to @MarcoIeni@hachyderm.io for making this amazing tool). For now on, releasing would take much less time, allowing us to release often.

Release notes at: https://github.com/z-galaxy/zbus/releases

5
1
4
0
Open post
zbus
zbus @zbus@toot.cat · Oct 28, 2025
zbus
@zbus@toot.cat

Toots about zbus crate: https://crates.io/crates/zbus

toot.cat

Thanks to our awesome new contributor, Hadi Haider, the next zvariant release will provide a `signature` macro that allows you to easily construct a D-Bus/GVariant signature from a string literal, validating it at compile-time (so you get instant feedback if you make a mistake). So you can do things like:

const SOME_SIGNATURE: Signature: signature!("a{sv}");

and be sure that if this builds, it means the signature is a valid signature string.

6
0
2
0
Open post
zbus
zbus @zbus@toot.cat · Oct 15, 2025
zbus
@zbus@toot.cat

Toots about zbus crate: https://crates.io/crates/zbus

toot.cat

zbus 5.12 and zvariant 5.8 released! Include a bunch of fixes, updates and dropping of `rand` dependency.

Release notes at:

https://github.com/z-galaxy/zbus/releases/tag/zbus-5.12.0
https://github.com/z-galaxy/zbus/releases/tag/zvariant-5.8.0

5
0
2
0
Open post
zbus
zbus @zbus@toot.cat · Oct 15, 2025
zbus
@zbus@toot.cat

Toots about zbus crate: https://crates.io/crates/zbus

toot.cat

PSA: our github space/org has bee renamed from "dbus2" to "z-galaxy". Two main reasons for the renaming:

1. The previous name gave people the wrong impression that the project is an attempt of a hostile takeover of the D-Bus community. That was far from the truth and the new name should help alleviate those fears.

2. The new related project that takes inspirations from zbus, zlink needed an org and has been moved under this org. While zlink is related in the sense that it also solve the same problem (IPC on Unix) and also from the same author, "dbus2" name would have likely confused folks.

https://github.com/z-galaxy
https://github.com/z-galaxy/zlink

9
0
8
0
Open post
zbus
zbus @zbus@toot.cat · Jul 16, 2025
zbus
@zbus@toot.cat

Toots about zbus crate: https://crates.io/crates/zbus

toot.cat

zbus 5.9.0 is out! Grab it crabs! 🦀

1
0
1
0
Open post
zbus
zbus @zbus@toot.cat · May 13, 2025
zbus
@zbus@toot.cat

Toots about zbus crate: https://crates.io/crates/zbus

toot.cat

🔖 zvariant 5.5.2 & zbus 5.7.0 released.

We listened to users' feedback and un-deprecated the SerializeDict & DeserializeDict derives. We also now recommend their use for simple cases as they can allow you to avoid a lot of boilerplate.

However, these macros have been re-written to be thin wrappers around serde derives. Although we tested these changes, there could still be some breakage. Please let us know through the usual channels, if you notice anything is off. 👍

The relevant FAQ entry in the book, has been updated accordingly: https://dbus2.github.io/zbus/faq.html#how-to-use-a-struct-as-a-dictionary

3
0
2
0
Open post
zbus
zbus @zbus@toot.cat · May 03, 2025
zbus
@zbus@toot.cat

Toots about zbus crate: https://crates.io/crates/zbus

toot.cat

zvariant 5.5 and zbus 5.6 published!

Beside many other additions & fixes, the most important change is the deprecation of SerializeDict & DeserializeDict derive macros in favor of serde_derive macros. Confused about what that means to your existing code or how to port your code? No worries! Our book got you covered: https://dbus2.github.io/zbus/faq.html#how-to-use-a-struct-as-a-dictionary

1
0
2
0
Open post
zbus
zbus @zbus@toot.cat · Jan 10, 2025
zbus
@zbus@toot.cat

Toots about zbus crate: https://crates.io/crates/zbus

toot.cat

New zbus and zvariant releases out:

https://github.com/dbus2/zbus/releases/tag/zbus-5.3.0
https://github.com/dbus2/zbus/releases/tag/zvariant-5.2.0
https://github.com/dbus2/zbus/releases/tag/zvariant_utils-3.1.0

2
0
1
0
Open post
zbus
zbus @zbus@toot.cat · Nov 13, 2024
zbus
@zbus@toot.cat

Toots about zbus crate: https://crates.io/crates/zbus

toot.cat
Replying to @zbus@toot.cat
there is now an issue to track this: https://github.com/dbus2/zbus/issues/1144 but rest assured, you'll get deprecation warnings long before the support is dropped.
0
0
0
0
Open post
zbus
zbus @zbus@toot.cat · Nov 13, 2024
zbus
@zbus@toot.cat

Toots about zbus crate: https://crates.io/crates/zbus

toot.cat

if you rely on the gvariant support in zvariant, please read this and comment if you disagree with the idea of gvariant support getting dropped from zvariant:

https://github.com/dbus2/zbus/issues/1125#issuecomment-2474819201

0
2
1
0
Open post
zbus
zbus @zbus@toot.cat · Nov 07, 2024
zbus
@zbus@toot.cat

Toots about zbus crate: https://crates.io/crates/zbus

toot.cat

zbus 5.1.1 is out. This release fixes the issue of tokio users ending up depending on a bunch of smol-rs crates needlessly.

1
0
1
0
Open post
zbus
zbus @zbus@toot.cat · Nov 05, 2024
zbus
@zbus@toot.cat

Toots about zbus crate: https://crates.io/crates/zbus

toot.cat

We now have our benchmarks running in the CI. This not only means that we now have a graphs of our performance history:

https://dbus2.github.io/zbus/dev/bench/index.html

but also, we get an alert as a comment on the commit if there is a significant enough regression detected:

https://github.com/dbus2/zbus/commit/22e772f8f42068fe6fb98dfabdcd4a191143bfb0#commitcomment-148750095

😎 ⚡

1
0
1
0

Remote instance

toot.cat
Open on original server
313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 13:01:40 UTC