Skip to content

Releases: PikaLabs/floyd

Release v2.1.1

09 Jan 08:20
Compare
Choose a tag to compare
  • Fix down or slow nodes cause poor availability problem
  • Simplify GetServerStatus to decrease lock granulartity

Release v2.1.0

03 Jan 09:26
Compare
Choose a tag to compare
  • Support membership changing
  • Compact with v2.0.2

Release v2.0.5

06 Dec 07:21
Compare
Choose a tag to compare
  • Support Lock interface
  • update pink to 3.0.7

Release v2.0.4

13 Sep 07:32
Compare
Choose a tag to compare
  • update pink to v3.0.6
  • update slash to v1.2

Floyd v2.0.3

12 Sep 02:35
Compare
Choose a tag to compare
  1. fix read error
  2. improve redis protocol

fix bugs and add example

30 Aug 10:31
Compare
Choose a tag to compare
  1. 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
  2. add t8 test case
  3. add raftis example
  4. update readme

the protocol correct version

09 Aug 16:46
Compare
Choose a tag to compare

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

09 Aug 09:47
Compare
Choose a tag to compare

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

12 Jul 08:03
Compare
Choose a tag to compare
  • add raft truncate interface,
  • compare two rocksdb tool

Floyd 1.3.0

08 Jul 14:32
Compare
Choose a tag to compare

New Version