Merge pull request #14996 from ahrtr/changelog_watch_error_20221215

changelog: added item to cover the rollback to fix 'auth invalid token and old revision errors in watch'
This commit is contained in:
Hitoshi Mitake
2022-12-15 09:40:01 +09:00
committed by GitHub

View File

@@ -11,6 +11,9 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
- Fix [Allow non mutating requests pass through quotaKVServer when NOSPACE](https://github.com/etcd-io/etcd/pull/14884).
- Fix [nil pointer panic for readonly txn due to nil response](https://github.com/etcd-io/etcd/pull/14899).
### Package `clientv3`
- Reverted the fix to [auth invalid token and old revision errors in watch](https://github.com/etcd-io/etcd/pull/14995).
<hr>