Merge pull request #14549 from mitake/changelog-backport-14322

update changelogs of 3.4 and 3.5 for handling auth invalid token and old revision errors in watch
This commit is contained in:
Benjamin Wang 2022-10-05 08:06:56 +08:00 committed by GitHub
commit f3e2d7b0bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
### etcd server
- Fix [memberID equals zero in corruption alarm](https://github.com/etcd-io/etcd/pull/14530)
- Fix [auth invalid token and old revision errors in watch](https://github.com/etcd-io/etcd/pull/14548)
<hr>

View File

@ -4,6 +4,13 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
<hr>
## v3.5.6 (TBD)
### etcd server
- Fix [auth invalid token and old revision errors in watch](https://github.com/etcd-io/etcd/pull/14547)
<hr>
## v3.5.5 (2022-09-15)
### Deprecations