update changelog for both 3.5 and 3.6 for the PRs of trimming the suffix dot from the target in SRV record

This commit is contained in:
ahrtr 2022-02-21 07:06:07 +08:00
parent a63fa17b76
commit 6781651e0b
2 changed files with 9 additions and 1 deletions

View File

@ -5,6 +5,12 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
The minimum recommended etcd versions to run in **production** are 3.3.18+, 3.4.2+, and 3.5.2+. Refer to the [versioning policy](https://etcd.io/docs/v3.5/op-guide/versioning/) for more details.
<hr>
## v3.5.3 (TBD)
### package `client/pkg/v3`
- [Trim the suffix dot from the target](https://github.com/etcd-io/etcd/pull/13714) in SRV records returned by DNS lookup
<hr>
## [v3.5.2](https://github.com/etcd-io/etcd/releases/tag/v3.5.2) (2022-02-01)

View File

@ -16,13 +16,15 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.6.0).
- Add command to generate [shell completion](https://github.com/etcd-io/etcd/pull/13133).
- When print endpoint status, [show db size in use](https://github.com/etcd-io/etcd/pull/13639)
- [Trim the suffix dot from the target](https://github.com/etcd-io/etcd/pull/13712) in SRV records returned by DNS lookup.
### etcdutl v3
- Add command to generate [shell completion](https://github.com/etcd-io/etcd/pull/13142).
- Add `migrate` command for downgrading/upgrading etcd data dir files.
### package `client/pkg/v3`
- [Trim the suffix dot from the target](https://github.com/etcd-io/etcd/pull/13712) in SRV records returned by DNS lookup
### Package `server`
- Package `mvcc` was moved to `storage/mvcc`