rust-etcd v0.9.0 Release Notes
Release Date: 2018-12-15 // over 3 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
'screatedIndex
andmodifiedIndex
are now optional again, as they are not present on the root node.