Skip to content

Commit f5dbde1

Browse files
authored
Merge pull request #19789 from ahrtr/changelog_20250423
Update changelog to cover the deprecating resolver.State.Addresses
2 parents c6ae58e + 4fec4ca commit f5dbde1

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG/CHANGELOG-3.5.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11

22

33
Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.4.md).
4+
45
---
56

67
## v3.5.22 (TBC)
78

9+
### Package `clientv3`
10+
11+
- [Replace `resolver.State.Addresses` with `resolver.State.Endpoint.Addresses`](https://github.com/etcd-io/etcd/pull/19783).
12+
813
### Dependencies
914

1015
- Compile binaries using [go 1.23.8](https://github.com/etcd-io/etcd/pull/19725)

CHANGELOG/CHANGELOG-3.6.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Previous change logs can be found at [CHANGELOG-3.5](https://github.com/etcd-io/
88

99
---
1010

11+
## v3.6.0-rc.5 (tbd)
12+
13+
### Package `clientv3`
14+
15+
- [Replace `resolver.State.Addresses` with `resolver.State.Endpoint.Addresses`](https://github.com/etcd-io/etcd/pull/19782).
16+
17+
---
18+
1119
## v3.6.0-rc.4 (2025-04-15)
1220

1321
### etcd server

0 commit comments

Comments
 (0)