Merge pull request #11645 from jingyih/update_changelog_11640

CHANGELOG: update from #11640 and #11644
release-3.5
Jingyi Hu 2020-02-23 14:42:50 +08:00 committed by GitHub
commit 085b19b5ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -515,6 +515,7 @@ See [security doc](https://github.com/etcd-io/etcd/blob/master/Documentation/op-
- Fix [server crash from creating an empty role](https://github.com/etcd-io/etcd/pull/10907).
- Previously, creating a role with an empty name crashed etcd server with an error code `Unavailable`.
- Now, creating a role with an empty name is not allowed with an error code `InvalidArgument`.
- Fix [quorum protection logic when promoting a learner](https://github.com/etcd-io/etcd/pull/11640).
### API

View File

@ -89,6 +89,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.
- Support [rollback/downgrade](TODO).
- Deprecate v2 apply on cluster version. [Use v3 request to set cluster version and recover cluster version from v3 backend](https://github.com/etcd-io/etcd/pull/11427).
- [Fix corruption bug in defrag](https://github.com/etcd-io/etcd/pull/11613).
- Fix [quorum protection logic when promoting a learner](https://github.com/etcd-io/etcd/pull/11640).
### Package `embed`