mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Update both 3.4 and 3.5 changelog to cover two fixes
Two fixes: 1. netutil: add url comparison without resolver to URLStringsEqual 2. client/v3: Add backoff before retry when watch stream returns unavailable Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
parent
b48641e5f2
commit
e4cfa07d09
@ -11,6 +11,12 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
|
||||
- Fix [auth invalid token and old revision errors in watch](https://github.com/etcd-io/etcd/pull/14548)
|
||||
- Fix [avoid closing a watch with ID 0 incorrectly](https://github.com/etcd-io/etcd/pull/14562)
|
||||
|
||||
### Package `netutil`
|
||||
- Fix [netutil: add url comparison without resolver to URLStringsEqual](https://github.com/etcd-io/etcd/pull/14577)
|
||||
|
||||
### Package `clientv3`
|
||||
- Fix [Add backoff before retry when watch stream returns unavailable](https://github.com/etcd-io/etcd/pull/14581).
|
||||
|
||||
<hr>
|
||||
|
||||
## v3.4.21 (2022-09-15)
|
||||
|
@ -10,6 +10,12 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
|
||||
- Fix [auth invalid token and old revision errors in watch](https://github.com/etcd-io/etcd/pull/14547)
|
||||
- Fix [avoid closing a watch with ID 0 incorrectly](https://github.com/etcd-io/etcd/pull/14563)
|
||||
|
||||
### Package `netutil`
|
||||
- Fix [netutil: add url comparison without resolver to URLStringsEqual](https://github.com/etcd-io/etcd/pull/14573)
|
||||
|
||||
### Package `clientv3`
|
||||
- Fix [Add backoff before retry when watch stream returns unavailable](https://github.com/etcd-io/etcd/pull/14582).
|
||||
|
||||
<hr>
|
||||
|
||||
## v3.5.5 (2022-09-15)
|
||||
|
Loading…
x
Reference in New Issue
Block a user