Tags: kageurufu/zbus
Tags
π zvariant 5.4.0 * β¨ `*Value` derive macros now support optional fields in dict structs. dbus2#311
π zbus 5.5.0 * β Replace `futures-util` dependency with `futures-lite`. With the (default) `async-io` feature, `futures-lite` was already an indirect dependency while `futures-util` was not.
π zvariant 5.3.0 * β¨ Implement `From<Arc<str>>` & `From<Cow<str>>` for `Value`. * π Don't assume enum discriminant to be always a literal in `Value` macros. * β¬οΈ Update `winnow` to 0.7. * β¬οΈ Update `rand` to 0.9.0.
π zvariant_utils 3.2.0 * β¬οΈ Update winnow to 0.7.
* π zbus 5.4.0 * π Correctly format list of accepted auth mechanisms in error string. dbus2#1216 * π©Ή Do not reply if no-reply-expected flag is set. * β¬οΈ Update `winnow` to 0.7. * β¬οΈ Update `rand` to 0.9.0.
π zbus_xmlgen Release 5.1.0 * β¬οΈ Update clap to v4.5.27.
π zbus_names 4.2.0 * β¬οΈ Update winnow to 0.7.
π zbus 5.3.1 * π Drop unnecessary 'static lifetime requirements in proxy. The passed strings just need to satisfy the inner lifetime of the proxy. * π Fix generated get_all() function. Naming the optional header parameter 'header' several times for different property getters collides with the 'header` local argument of the generated get_all() function. Obvious workaround is don't name your special parameter 'header'. This is easily fixed by simply wrapping each getter code block generated for get_all() in its own scope.
π zbus_xmlgen 5.0.2 * π Gracefully handle the situation of `rustfmt`. * β¬οΈ Lower MSRV to 1.77.
PreviousNext