changelog: added non mutating requests pass through quotaKVServer when NOSPACE in 3.7

Signed-off-by: Vaibhav Mehta <mehvaibh@amazon.com>
This commit is contained in:
Vaibhav Mehta 2022-12-05 15:12:47 -08:00
parent b851eac5b9
commit 898c6e867c

View File

@ -8,6 +8,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
### etcd server
- Fix [Remove memberID from data corrupt alarm](https://github.com/etcd-io/etcd/pull/14852).
- Fix [non mutating requests pass through quotaKVServer when NOSPACE](https://github.com/etcd-io/etcd/pull/14884)
<hr>