Releases: PikaLabs/floyd
Releases · PikaLabs/floyd
Release v2.1.1
Release v2.1.0
- Support membership changing
- Compact with v2.0.2
Release v2.0.5
- Support Lock interface
- update pink to 3.0.7
Release v2.0.4
- update pink to v3.0.6
- update slash to v1.2
Floyd v2.0.3
- fix read error
- improve redis protocol
fix bugs and add example
- fix RequestVote bug. the leader will not become follower when network partition, and the candidate's log is smaller than leader but the candidate has larger term
- add t8 test case
- add raftis example
- update readme
the protocol correct version
This version adds many test cases and almost rewrite the main flow.
This version is proved as raft protocol correct. And I have took lots of energy to improve the log and the coding style
It is really a milestone for floyd.
the protocol correct version
This version adds mang test cases and almost rewrite the main flow.
This version is proved as raft protocol correct. And I have took lots of energy to improve the log and the coding.
It is really a milestone for floyd.
Floyd 1.3.1
- add raft truncate interface,
- compare two rocksdb tool
Floyd 1.3.0
New Version