Releases: dbus2/zbus
Releases · dbus2/zbus
🔖 zvariant 5.4.0
- ✨
*Value
derive macros now support optional fields in dict structs. #311
🔖 zvariant_utils 3.2.0
- ⬆️ Update winnow to 0.7.
🔖 zvariant 5.3.0
- ✨ Implement
From<Arc<str>>
&From<Cow<str>>
forValue
. - 🐛 Don't assume enum discriminant to be always a literal in
Value
macros. - ⬆️ 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.4.0
- 🐛 Correctly format list of accepted auth mechanisms in error string. #1216
- 🩹 Do not reply if no-reply-expected flag is set.
- ⬆️ Update
winnow
to 0.7. - ⬆️ Update
rand
to 0.9.0.
🔖 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.
🔖 zbus_xml 5.0.2
- ⬇️ Lower MSRV to 1.77.
🔖 zbus_names 4.1.1
- ⬇️ Lower MSRV to 1.77.