Skip to content

Commit

Permalink
Merge pull request etcd-io#14141 from ahrtr/3.4_changelog_go_1.16
Browse files Browse the repository at this point in the history
Update 3.4 change log item for 3.4.19
  • Loading branch information
ahrtr committed Jun 22, 2022
2 parents 1a12388 + 685435b commit 1da0b01
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG/CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.4.18...v3.4.19) an
### Package `clientv3`
- Fix [a bug of not refreshing expired tokens](https://github.com/etcd-io/etcd/pull/13999).

### Dependency
- Upgrade [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt/releases) from [v1.3.3](https://github.com/etcd-io/bbolt/releases/tag/v1.3.3) to [v1.3.6](https://github.com/etcd-io/bbolt/releases/tag/v1.3.6).

### Go
- Require [Go 1.16+](https://github.com/etcd-io/etcd/pull/14136).
- Compile with [Go 1.16+](https://go.dev/doc/devel/release#go1.16).
- etcd uses [go modules](https://github.com/etcd-io/etcd/pull/14136) (instead of vendor dir) to track dependencies.

<hr>

## v3.4.18 (2021-10-15)
Expand Down

0 comments on commit 1da0b01

Please sign in to comment.