Skip to content

Commit

Permalink
docs: update CHANGLOG.md and README.md to prepare release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenix500526 authored and mergify[bot] committed May 5, 2023
1 parent 36f121c commit 7b85abe
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
# ChangeLog

## v0.4.0

### Features
1. Introduce batching mechanism to improve network bandwidth utilization
2. Implement the snapshot feature for CURP consensus protocol,
3. Implement the snapshot relevant API,which is compatible with etcdctl. The rest of other APIs in etcdctl maintenance will be implemented in the future.

### Fix Bugs
1. Fix a bug that commands will execute out of order in some concurrent cases (issue #197), resolve in the pr #195
2. Fix a bug that the gc task will panic during benchmark(issue #206), resolve in the pr #210
3. Fix a bug that the lock feature will work abnormally in some cases(issue #209), resolve in the pr #212
4. Fix a bug that some concurrent put requests will get wrong revisions (issue #209), resolve in the pr #238

## v0.3.0

### Features:
### Features
* Implement a persistent storage layer to enable durability, including:
* Implement a storage engine layer to abstract the concrete storage engine, like `rocksdb`,
and enable upper layer storage function (#185, #187)
* Enable recover loggic for `curp` and `xline` (#194, #184)

### Fix Bugs:
### Fix Bugs
* Fix concurrent cmd order bug (#197)

## v0.2.0

### Features:
### Features
* Enable Xline to boot up from the config file `xline_server.conf` (#145)
* Support ETCD APIs, like the lease api and the lock api (#142, #153)
* Enable the recovery mechanism in CURP module (#146)
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ details of the deployment is shown below.
We compared the performance with two different workloads. One is 1 key case, the
other is 100K key space case. Here's the test result.

![1 key test](./img/1-key-perf.png)
![xline key perf](./img/xline-key-perf.png)

![100k_key_test](./img/100k-key-perf.png)

It's easy to tell Xline has a better performance than Etcd in a geo-distributed
multi-cluster environment.
Expand Down
Binary file removed img/1-key-perf.png
Binary file not shown.
Binary file removed img/100k-key-perf.png
Binary file not shown.
Binary file added img/xline-key-perf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7b85abe

Please sign in to comment.