| Age | Commit message (Expand) | Author |
| 2023-05-26 | Repair Centos 7 environment, CI build failedv3.0.4 | fengweihao |
| 2023-03-10 | token bucket CBS and CIR are set to zero, this token does not set speed limit | fengweihao |
| 2023-02-09 | :bug: To avoid leader election blocking, keyspace uses new connection for eve... | Zheng Chao |
| 2023-02-08 | Support swarmkv-cli to simply generate rpm packages | fengweihao |
| 2023-02-01 | Refactor the log.c code | fengweihao |
| 2023-01-26 | :sparkles: The SwarmKV supports cluster-announce-ip, cluster-announce-port an... | Zheng Chao |
| 2023-01-25 | :bug: The test case of Resilience.AddSlotOwner fails when run all tests. To f... | Zheng Chao |
| 2023-01-18 | :construction: Refactoring Consul communication of keyspace. | Zheng Chao |
| 2023-01-16 | Support specifying the address of the consul agent | fengweihao |
| 2023-01-13 | :bug: To avoid ambiguous, data type is mandatory in OR map SET operation. | Zheng Chao |
| 2023-01-13 | :recycle: The keyspace uses future-promise to do HTTP get. | Zheng Chao |
| 2022-12-30 | Support swamkv-cli matching path hints and fix the bugs in the leader election. | fengweihao |
| 2022-12-22 | :construction: Remove failed node from key space and CRDT space. | Zheng Chao |
| 2022-12-21 | :bug: When using multiple worker threads, the `CLUSTER INFO` command outputs ... | Zheng Chao |
| 2022-12-01 | :bug: `swarmkv-cli -l [p2p port]` does not work. | Zheng Chao |
| 2022-11-30 | :sparkles: Support `KEYSLOT` command. | Zheng Chao |
| 2022-11-25 | :sparkles: Command `CLUSTER ADDKEYOWNER` can add multiple nodes as key owner. | Zheng Chao |
| 2022-11-25 | :bug: Bugfix: When cluster leader handle failed nodes, invalid read of health... | Zheng Chao |
| 2022-11-22 | :recycle: Rename Async API. Add async example. | Zheng Chao |
| 2022-11-18 | Bugfix: The node is not reset, causes that this node cannot be found in the l... | fengweihao |
| 2022-11-17 | Add debug assert test cases for swarmkv_cli | fengweihao |
| 2022-11-17 | Bugfix: Fix cluster sanity check/heal cmd, add multiple key test cases | fengweihao |
| 2022-11-13 | :memo: Add examples | Zheng Chao |
| 2022-11-13 | :sparkles: Add commands `INCR`, `DECR` and API swarmkv_command_on(). | Zheng Chao |
| 2022-11-12 | :thread: The lock of STORE module are switched from mutex to rwlock. | Zheng Chao |
| 2022-11-10 | :sparkles: Running the same command N times in `swarmkv-cli`. | Zheng Chao |
| 2022-11-10 | Improvement: The Sync Master is added for batched `CRDT PUSH`. | Zheng Chao |
| 2022-11-07 | New `TUNNEL` command for troubleshooting. The remote command processing code ... | 郑超 |
| 2022-11-06 | New commands for latency tracking. | Zheng Chao |
| 2022-11-02 | New commands `INFO` and `CLUSTER INFO`. | Zheng Chao |
| 2022-10-31 | Swarmkv_cli test case adapter colon seperated ip port | fengweihao |
| 2022-10-29 | Refactor colon seperated ip port | 郑超 |
| 2022-10-28 | Bugfix: sdscatvprintf() doesn't support "%I". Typos in key_entry_merge(). | Zheng Chao |
| 2022-10-28 | A node can be a quiet follower by swarmkv_options_set_run_for_leader_flag(0). | Zheng Chao |
| 2022-10-27 | Performance Enhancement | 郑超 |
| 2022-10-23 | Completely remove denpendency on MESA_handle_logger. | Zheng Chao |
| 2022-10-22 | The OC Token Bucket is robust to over consuming. | zhengchao |
| 2022-10-21 | Add a new data type token bucket, which is manipulated by TCFG, TCONSUME and ... | 郑超 |
| 2022-10-20 | Added 'Hash Tags' feature to ensure that multiple keys are allocated in the s... | zhengchao |
| 2022-10-20 | swarmkv-cli listens on random port, so you can run multiple swarmkv-cli in on... | zhengchao |
| 2022-10-18 | Add set p2p listening ports on the cli | fengweihao |
| 2022-09-29 | Add command attach/detach to swarmkv cli | fengweihao |
| 2022-09-15 | Add command cluster sanity check/heal to swarmkv cli | fengweihao |
| 2022-09-08 | Test case of AddNode. | zhengchao |
| 2022-09-01 | swarmkv-cli can run one time command with --exec option. | zhengchao |
| 2022-08-29 | Refactor crdt keys command and pace to a complete sanity fix. | zhengchao |
| 2022-08-26 | Add command CLUSTER SANITY check | fix | fengweihao |
| 2022-08-16 | Add and modify log handle functions | fengweihao |
| 2022-07-21 | For avoiding dead-locking, swarmkv_net run send and receive at deferred mode. | zhengchao |
| 2022-07-15 | fix memory leakages | zhengchao |