From 3e5cb8e70c7c5eb7493b9562448bc707038cde45 Mon Sep 17 00:00:00 2001 From: charisu <838885272@qq.com> Date: Fri, 28 Aug 2020 13:41:56 +0800 Subject: [PATCH] Create CHANGELOG-1.0.md --- CHANGELOG-1.0.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG-1.0.md diff --git a/CHANGELOG-1.0.md b/CHANGELOG-1.0.md new file mode 100644 index 0000000000..af759bd8f5 --- /dev/null +++ b/CHANGELOG-1.0.md @@ -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.