We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065c37d commit 3b41216Copy full SHA for 3b41216
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.4.2 - 2019-04-29
2
+
3
+- Fix potential two leaders at the same term when transferring leader. (https://github.com/pingcap/raft-rs/pull/225)
4
+- Support `StatusRef` that doesn't clone. (https://github.com/pingcap/raft-rs/pull/227)
5
6
# 0.4.0 - 2018-09-18
7
8
- No longer scan the raft log when becoming a leader. (https://github.com/pingcap/raft-rs/pull/100)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "raft"
-version = "0.4.0"
+version = "0.4.2"
authors = ["The TiKV Project Developers"]
license = "Apache-2.0"
keywords = ["raft", "distributed-systems", "ha"]
0 commit comments