changelog: update from 11621

Also moving an previous update in changelog 3.4 to the right spot.
This commit is contained in:
jingyih 2020-03-02 10:11:13 -08:00
parent d774916f6d
commit cec9807a85
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.3...v3.4.4) and
### etcd server
- [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).
- Improve [peer corruption checker](https://github.com/etcd-io/etcd/pull/11621) to work when peer mTLS is enabled.
### Metrics, Monitoring
@ -515,7 +517,6 @@ 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

@ -90,6 +90,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.
- 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).
- Improve [peer corruption checker](https://github.com/etcd-io/etcd/pull/11621) to work when peer mTLS is enabled.
### Package `embed`