Raft Rs Versions Save

Raft distributed consensus algorithm implemented in Rust.

v0.7.0

1 year ago
  • Update prost to 0.11 (#496)
  • Make priority an i64 so a lower than default priority can be configured (#495)
  • Allow fetching entries in asynchronous manner (#459)
  • Support setting max-inflight-msgs in runtime to reduce memory usage (#450)

v0.6.0

2 years ago
  • Joint Consensus became a stable feature (#379, #380, #382, #383, #385, #386, #411)
  • Ported aggresive flow control from etcd/raft (#354)
  • Introduced group commit to force geo replication safety (#359)
  • Harden read index (#355, #363)
  • Support limiting uncommited logs (#398)
  • Support asynchronous ready (#403, #410, #417, #433)
  • Fast log append rejection (#367)
  • bytes::Bytes is used for protos if feature protobuf-codec is enabled (by default) (#438)
  • Switched to thiserror (#435)
  • Implemented committed entries pagination (#440)

v0.4.3

5 years ago

v0.4.2

5 years ago

v0.5.0

5 years ago

v0.4.1

5 years ago

Please note: This is a point release intended for TiKV. It's not intended for general usage. We recommend you use 0.5.0.

v0.4.0

5 years ago

v0.3.1

5 years ago

v0.3.0

5 years ago