mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #16442 from jmhbnz/update-changelog
Update changelog for go 1.20 update and socket options fix
This commit is contained in:
commit
cfbb60d8af
@ -11,7 +11,7 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
|
||||
- Fix [Reset auth token when failing to authenticate due to auth being disabled](https://github.com/etcd-io/etcd/pull/16240)
|
||||
|
||||
### Dependencies
|
||||
- Compile binaries using [go 1.19.12](https://github.com/etcd-io/etcd/pull/16353).
|
||||
- Compile binaries using [go 1.20.7](https://github.com/etcd-io/etcd/pull/16406).
|
||||
|
||||
<hr>
|
||||
|
||||
|
@ -7,6 +7,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
|
||||
## v3.5.10 (tbd)
|
||||
|
||||
### etcd server
|
||||
- Fix [`--socket-reuse-port` and `--socket-reuse-address` not able to be set in configuration file](https://github.com/etcd-io/etcd/pull/16435).
|
||||
- Fix [corruption check may get a `ErrCompacted` error when server has just been compacted](https://github.com/etcd-io/etcd/pull/16048)
|
||||
- Improve [Lease put performance for the case that auth is disabled or the user is admin](https://github.com/etcd-io/etcd/pull/16019)
|
||||
- Improve [Skip getting authInfo from incoming context when auth is disabled](https://github.com/etcd-io/etcd/pull/16241)
|
||||
@ -26,7 +27,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
|
||||
- Fix [Reset auth token when failing to authenticate due to auth being disabled](https://github.com/etcd-io/etcd/pull/16241)
|
||||
|
||||
### Dependencies
|
||||
- Compile binaries using [go 1.19.12](https://github.com/etcd-io/etcd/pull/16352).
|
||||
- Compile binaries using [go 1.20.7](https://github.com/etcd-io/etcd/pull/16401).
|
||||
|
||||
<hr>
|
||||
|
||||
|
@ -94,8 +94,8 @@ See [List of metrics](https://etcd.io/docs/latest/metrics/) for all metrics per
|
||||
- Add [`etcd_debugging_server_alarms`](https://github.com/etcd-io/etcd/pull/14276).
|
||||
|
||||
### Go
|
||||
- Require [Go 1.19+](https://github.com/etcd-io/etcd/pull/14463).
|
||||
- Compile with [Go 1.19+](https://golang.org/doc/devel/release.html#go1.19). Please refer to [gc-guide](https://go.dev/doc/gc-guide) to configure `GOGC` and `GOMEMLIMIT` properly.
|
||||
- Require [Go 1.20+](https://github.com/etcd-io/etcd/pull/16394).
|
||||
- Compile with [Go 1.20+](https://golang.org/doc/devel/release.html#go1.20). Please refer to [gc-guide](https://go.dev/doc/gc-guide) to configure `GOGC` and `GOMEMLIMIT` properly.
|
||||
|
||||
### Other
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user