From c28807f7fef7198c79ceedadb870c136ad6e640e Mon Sep 17 00:00:00 2001 From: tangcong Date: Sun, 5 Apr 2020 19:27:13 +0800 Subject: [PATCH] changelog: update for #11699,#11670,#11652,#11735 --- CHANGELOG-3.5.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index 3e55810a6b3e..005a6fbf1e58 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -98,6 +98,8 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Improve [peer corruption checker](https://github.com/etcd-io/etcd/pull/11621) to work when peer mTLS is enabled. - Log [`[CLIENT-PORT]/health` check in server side](https://github.com/etcd-io/etcd/pull/11704). - Improve [compaction performance when latest index is greater than 1-million](https://github.com/etcd-io/etcd/pull/11734). +- [Refactor consistentindex](https://github.com/etcd-io/etcd/pull/11699). +- [Add log when etcdserver failed to apply command](https://github.com/etcd-io/etcd/pull/11670). ### Package `embed` @@ -147,6 +149,8 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Fix [NoPassword check when adding user through GRPC gateway](https://github.com/etcd-io/etcd/pull/11418) ([issue#11414](https://github.com/etcd-io/etcd/issues/11414)) - Fix bug where [some auth related messages are logged at wrong level](https://github.com/etcd-io/etcd/pull/11586) +- [Fix a data corruption bug by saving consitent index](https://github.com/etcd-io/etcd/pull/11652). +- [Dramatically improve checkPassword performance](https://github.com/etcd-io/etcd/pull/11735). ### API