Skip to content

Releases: jimmycuadra/rust-etcd

0.4.0

25 Mar 13:14
Compare
Choose a tag to compare

New features:

  • Added methods for the self statistics and store statistics APIs.
  • Added an EtcdResult type for results that may return an etcd error.

0.3.1

19 Feb 11:56
Compare
Choose a tag to compare

Improvements:

  • The crate can now be built against both stable (with code generation) and nightly (with compiler plugins).
  • Updates for the latest code generation dependencies and etcd 2.2.5.

0.3.0

27 Jan 11:36
Compare
Choose a tag to compare

Breaking changes:

  • Types are now divided into public modules. Only the most commonly used types are reexported from the crate root.
  • Types that can be deserialized now use Serde (Deserialize) instead of rustc-serialize (RustcDecodable).
  • etcd::Client::get has an additional boolean argument, strong_consistency.

Improvements:

  • Clarified some details in the documentation.

0.2.0

27 Jan 11:20
Compare
Choose a tag to compare

Initial release.