Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Releases: dbus2/zbus-old

zvariant_derive 3.10.0

10 May 22:03
Compare
Choose a tag to compare

Release 3.10.0 to go with zvariant 3.10.0

zvariant 3.10.0

10 May 22:03
Compare
Choose a tag to compare
  • Implement Clone for Error.
  • Introduce Error::InputOutput(Arc<..>) and deprecated Error::Io in favour of it.
  • Implement Default for Optional.
  • Misc minor fixes and improvements.

zbus_macros 3.6.2

10 May 22:03
Compare
Choose a tag to compare

To go with zbus 3.6.2.

zbus 3.6.2

10 May 22:03
Compare
Choose a tag to compare

Drop unused generic from blocking::Proxy::call_with_flags.

zbus_xmlgen 3.1.0

10 May 22:03
Compare
Choose a tag to compare
  • Add name attribute to incorrectly snake_case names.
  • Use quick-xml API from zbus for XML parsing instead of serde-xml-based.
  • Set default service & path when it's known.
  • Specify assume_defaults when service or path is unknown.
  • Require zbus 3.6.1.

zbus_macros 3.6.1

10 May 22:03
Compare
Choose a tag to compare
  • Specify full path of Into and TryInto traits. TryInto will fail for users otherwise unless they import it themselves or use 2021 Rust.
  • Move assume_defaults attr docs to the correct place.

zbus 3.6.1

10 May 22:03
Compare
Choose a tag to compare

Add an alternative XML parsing API based on quick-xml, which is enabled through a new quick-xml
cargo feature. This is because serde-xml-rs is unmaintained,. serde-xml-based xml API will
eventually be dropped in favour of this.

Including new API in a micro release cause this was intended to be part of 3.6.0. So it's sort of a fix.

zvariant_derive 3.9.0

10 May 22:02
Compare
Choose a tag to compare
  • Doc fixes and improvements.

zvariant 3.9.0

10 May 22:02
Compare
Choose a tag to compare
  • Deserialize impl of OwnedObjectPath shouldn't assume borrowed string. This allows this type to be deserialized from a std::io::Read.
  • Implement Type for Path and PathBuf.
  • Add chrono feature that enables Type for chrono::{DateTime, NaiveTime, NaiveDateTime}.

zbus_names 2.4.0

10 May 22:02
Compare
Choose a tag to compare
  • Allow converting a Cow<str> to the all types.
  • Correctly deserialization from String. This allows deserialization from std::io::Read.
  • Require latest zvariant release.