Skip to content

Commit

Permalink
Merge pull request #12079 from cfc4n/changelog_3.3-3.4
Browse files Browse the repository at this point in the history
CHANGELOG-3.3-3.4: update for #12069
  • Loading branch information
gyuho authored Jun 26, 2020
2 parents 2b79442 + 3ced62a commit e94dc39
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG-3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ Previous change logs can be found at [CHANGELOG-3.2](https:/etcd-io/

The minimum recommended etcd versions to run in **production** are 3.2.28+, 3.3.18+, and 3.4.2+.

<hr>


## [v3.3.23](https:/etcd-io/etcd/releases/tag/v3.3.23) (TBD)

See [code changes](https:/etcd-io/etcd/compare/v3.3.22...v3.3.23) and [v3.3 upgrade guide](https:/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_3.md) for any breaking changes.

### Breaking Changes
- Fix [incorrect package dependency when etcd clientv3 used as libary](https:/etcd-io/etcd/issues/12068).

### Package `wal`

### etcd server
- Fix [watch stream got closed if one watch request is not permitted](https:/etcd-io/etcd/pull/11758).
- Add [etcd --auth-token-ttl](https:/etcd-io/etcd/pull/11980) flag to customize `simpleTokenTTL` settings.
- Improve [runtime.FDUsage objects malloc of Memory Usage and CPU Usage](https:/etcd-io/etcd/pull/11986).
- Improve [mvcc.watchResponse channel Memory Usage](https:/etcd-io/etcd/pull/11987).

### Go

- Compile with [*Go 1.12.17*](https://golang.org/doc/devel/release.html#go1.12).



<hr>

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ See [code changes](https:/etcd-io/etcd/compare/v3.4.9...v3.4.10) and

- Add [`--unsafe-no-fsync`](https:/etcd-io/etcd/pull/11946) flag.
- Setting the flag disables all uses of fsync, which is unsafe and will cause data loss. This flag makes it possible to run an etcd node for testing and development without placing lots of load on the file system.
- Add [etcd --auth-token-ttl](https:/etcd-io/etcd/pull/11980) flag to customize `simpleTokenTTL` settings.
- Improve [runtime.FDUsage objects malloc of Memory Usage and CPU Usage](https:/etcd-io/etcd/pull/11986).
- Improve [mvcc.watchResponse channel Memory Usage](https:/etcd-io/etcd/pull/11987).

### Go

Expand Down

0 comments on commit e94dc39

Please sign in to comment.