changelog: add requests retry when receiving ErrGPRCNotSupportedForLearner

Signed-off-by: Ilya Baev <ilya.baev@gcore.com>
This commit is contained in:
Ilya Baev 2024-04-02 06:50:11 +00:00
parent 547aa643e6
commit 156096a66b
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
## v3.4.32 (TBD)
### Package `clientv3`
- Add [requests retry when receiving ErrGPRCNotSupportedForLearner and endpoints > 1](https://github.com/etcd-io/etcd/pull/17692).
<hr>
## v3.4.31 (2024-03-21)

View File

@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
## v3.5.14 (TBD)
### Package `clientv3`
- Add [requests retry when receiving ErrGPRCNotSupportedForLearner and endpoints > 1](https://github.com/etcd-io/etcd/pull/17641).
<hr>
## v3.5.13 (2024-03-29)