mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #17819 from henrybear327/changelog/ignore-raft-messages-if-member-id-mismatch
Update CHANGELOG 3.4 and 3.5 - ignore raft messages if member id mismatch
This commit is contained in:
commit
e246bb8d4d
@ -8,10 +8,11 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
|
|||||||
|
|
||||||
### etcd server
|
### etcd server
|
||||||
- Fix [LeaseTimeToLive returns error if leader changed](https://github.com/etcd-io/etcd/pull/17705).
|
- Fix [LeaseTimeToLive returns error if leader changed](https://github.com/etcd-io/etcd/pull/17705).
|
||||||
|
- Fix [ignore raft messages if member id mismatch](https://github.com/etcd-io/etcd/pull/17814).
|
||||||
|
|
||||||
### Package `clientv3`
|
### Package `clientv3`
|
||||||
- Add [requests retry when receiving ErrGPRCNotSupportedForLearner and endpoints > 1](https://github.com/etcd-io/etcd/pull/17692).
|
- Add [requests retry when receiving ErrGPRCNotSupportedForLearner and endpoints > 1](https://github.com/etcd-io/etcd/pull/17692).
|
||||||
- Fix [initialization for epMu in client context](https://github.com/etcd-io/etcd/pull/17714)
|
- Fix [initialization for epMu in client context](https://github.com/etcd-io/etcd/pull/17714).
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
- Compile binaries using [go 1.21.9](https://github.com/etcd-io/etcd/pull/17709).
|
- Compile binaries using [go 1.21.9](https://github.com/etcd-io/etcd/pull/17709).
|
||||||
|
|||||||
@ -9,10 +9,11 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
|
|||||||
### etcd server
|
### etcd server
|
||||||
- Fix [LeaseTimeToLive returns error if leader changed](https://github.com/etcd-io/etcd/pull/17704).
|
- Fix [LeaseTimeToLive returns error if leader changed](https://github.com/etcd-io/etcd/pull/17704).
|
||||||
- Add [metrics `etcd_disk_wal_write_duration_seconds`](https://github.com/etcd-io/etcd/pull/17616).
|
- Add [metrics `etcd_disk_wal_write_duration_seconds`](https://github.com/etcd-io/etcd/pull/17616).
|
||||||
|
- Fix [ignore raft messages if member id mismatch](https://github.com/etcd-io/etcd/pull/17813).
|
||||||
|
|
||||||
### Package `clientv3`
|
### Package `clientv3`
|
||||||
- Add [requests retry when receiving ErrGPRCNotSupportedForLearner and endpoints > 1](https://github.com/etcd-io/etcd/pull/17641).
|
- Add [requests retry when receiving ErrGPRCNotSupportedForLearner and endpoints > 1](https://github.com/etcd-io/etcd/pull/17641).
|
||||||
- Fix [initialization for mu in client context](https://github.com/etcd-io/etcd/pull/17699)
|
- Fix [initialization for mu in client context](https://github.com/etcd-io/etcd/pull/17699).
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
- Compile binaries using [go 1.21.9](https://github.com/etcd-io/etcd/pull/17708).
|
- Compile binaries using [go 1.21.9](https://github.com/etcd-io/etcd/pull/17708).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user