Releases: justin0u0/raft
Releases · justin0u0/raft
v1.0.2
What's Changed
- Fix/test cannot commit log if term mismatch may split votes by @justin0u0 in #12
Full Changelog: v1.0.1...v1.0.2
template-v1.0.2
What's Changed
- Fix/test cannot commit log if term mismatch may split votes by @justin0u0 in #12
Full Changelog: template-v1.0.1...template-v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1
template-v1.0.1
Full Changelog: template-v1.0.0...template-v1.0.1
v1.0.0
What's Changed
- Feature/implement raft rpcs by @justin0u0 in #1
- Feature/implement raft leader election by @justin0u0 in #2
- Feature/implement raft leader election test by @justin0u0 in #3
- Refactor/leader election by @justin0u0 in #4
- Refactor/Leader Election by @justin0u0 in #5
- Feature/implement raft log replication by @justin0u0 in #6
- Feature/implement raft basic log replication test by @justin0u0 in #7
- Feature/implement raft persistence by @justin0u0 in #8
- Feature/add more raft log replication test by @justin0u0 in #9
- Feature/add more raft log replication test 2 by @justin0u0 in #10
New Contributors
- @justin0u0 made their first contribution in #1
Full Changelog: https://github.com/justin0u0/raft/commits/v1.0.0
template-v1.0.0
chore: finish template