rust-etcd v0.9.0 Release Notes

Release Date: 2018-12-15 // over 5 years ago
  • ๐Ÿ’ฅ Breaking changes:

    • Rust 1.31 or later is now required.
    • โšก๏ธ Hyper has been updated to the 0.12 series.
    • tokio-core has been replaced with tokio, which changes APIs that used tokio-core's Core type previously.
    • Some method signatures have changed to use impl Trait instead of boxing.

    ๐Ÿ†• New features:

    • ๐Ÿ‘ etcd's authentication and authorization API is now supported.

    ๐Ÿ‘Œ Improvements:

    • Many additional common traits are now implemented for most of the types in the crate.
    • โšก๏ธ The version of etcd tested against has been updated to 2.3.8.

Previous changes from v0.8.0

  • ๐Ÿ’ฅ Breaking changes:

    • Node's createdIndex and modifiedIndex are now optional again, as they are not present on the root node.