Skip to content

Commit ccda73a

Browse files
authored
Merge pull request #19171 from joshuazh-x/changelog
Update 3.4/3.5 CHANGELOG with fix for deadlock in etcd.Close
2 parents ebb2b06 + cc49fa8 commit ccda73a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG/CHANGELOG-3.4.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
66

77
## v3.4.36 (TBC)
88

9+
### etcd server
10+
- [Avoid deadlock in etcd.Close when stopping during bootstrapping](https://github.com/etcd-io/etcd/pull/19166)
11+
912
### Package `clientv3`
1013
- Fix [runtime panic that occurs when KeepAlive is called with a Context implemented by an uncomparable type](https://github.com/etcd-io/etcd/pull/18936)
1114

CHANGELOG/CHANGELOG-3.5.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
66
## v3.5.18 (TBC)
77

88
### etcd server
9+
- [Avoid deadlock in etcd.Close when stopping during bootstrapping](https://github.com/etcd-io/etcd/pull/19167)
910
- [Print warning messages if any of the deprecated v2store related flags is set](https://github.com/etcd-io/etcd/pull/18999)
1011

1112
### Package `clientv3`

0 commit comments

Comments
 (0)