Skip to content

0.3.0

Compare
Choose a tag to compare
@jimmycuadra jimmycuadra released this 27 Jan 11:36
· 134 commits to master since this release

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.