Skip to content

Commit

Permalink
CHANGELOG: add item into 3.4/3.5
Browse files Browse the repository at this point in the history
Add item **server/embed: fix data race when start insecure grpc** to
3.4/3.5 changelog.

REF: #15509

Signed-off-by: Wei Fu <fuweid89@gmail.com>
  • Loading branch information
fuweid committed Mar 22, 2023
1 parent c62cf2c commit ad90d2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG/CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/

## v3.4.25 (TBD)

### etcd server
- Fix [server/embed: fix data race when start insecure grpc](https://github.com/etcd-io/etcd/pull/15518)

### Go
- Require [Go 1.19+](https://github.com/etcd-io/etcd/pull/15333).
- Compile with [Go 1.19+](https://go.dev/doc/devel/release#go1.19)
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG/CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/

## v3.5.8 (TBD)

### etcd server
- Fix [server/embed: fix data race when start insecure grpc](https://github.com/etcd-io/etcd/pull/15517)

### Package `client/pkg/v3`
- Fix [aligning zap log timestamp resolution to microseconds](https://github.com/etcd-io/etcd/pull/15240). Etcd now uses zap timestamp format: `2006-01-02T15:04:05.999999Z0700` (microsecond instead of milliseconds precision).

Expand Down

0 comments on commit ad90d2d

Please sign in to comment.