Skip to content

Commit

Permalink
Create CHANGELOG-1.0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bai-charisu authored and YunhuiChen committed Aug 31, 2020
1 parent af8cd38 commit 3e5cb8e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG-1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
See [code changes](https://github.com/opencurve/curve/compare/v0.1.4...release1.0).

## The new features:
- Support external ip for ChunkServer to divide inter-cluster communication and communication with clients.
- The Curve_ops_tool supports printing space-info for each logical pool.
- Add snapshot clone tool.
- The curve-ansible adds deploy_monitor.yml.

## optimization
- Braft completely non-intrusive modifications.
- Replace HMacSha256 implementation.

## bug fix
- Fixed the bug that chunkserver_deploy.sh not able to delete the previous fstab record when deploy one.
- Fixed mds abort when exiting.
- Fixed curvefs_tool (curve) missing support for password.
- Fixed the bug that data from Etcd would not placed in LRU cache.
- Fixed ChunkServer not aborting when read returns an internal error.

0 comments on commit 3e5cb8e

Please sign in to comment.