Skip to content

Commit 7f8da61

Browse files
authored
Merge pull request #19847 from amosehiguese/update-changelog
chore(CHANGELOG): update v3.5 and v3.6 changelog to reflect Endpoint.Metadata deprecation
2 parents 158b9e0 + 965603e commit 7f8da61

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG/CHANGELOG-3.5.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
1313
### Package `clientv3`
1414

1515
- [Replace `resolver.State.Addresses` with `resolver.State.Endpoint.Addresses`](https://github.com/etcd-io/etcd/pull/19783).
16+
- [Deprecated the Metadata field in the Endpoint struct from the client/v3/naming/endpoints package](https://github.com/etcd-io/etcd/pull/19846).
1617

1718
### Dependencies
1819

CHANGELOG/CHANGELOG-3.6.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Previous change logs can be found at [CHANGELOG-3.5](https://github.com/etcd-io/
1717
### Package `clientv3`
1818

1919
- [Replace `resolver.State.Addresses` with `resolver.State.Endpoint.Addresses`](https://github.com/etcd-io/etcd/pull/19782).
20+
- [Deprecated the Metadata field in the Endpoint struct from the client/v3/naming/endpoints package](https://github.com/etcd-io/etcd/pull/19842).
2021

2122
---
2223

0 commit comments

Comments
 (0)