Skip to content

Commit

Permalink
Merge pull request #13384 from hexfusion/bump-cl-3.3.26
Browse files Browse the repository at this point in the history
CHANGELOG: 3.3.26
  • Loading branch information
hexfusion committed Oct 4, 2021
2 parents e66ecd7 + 168b074 commit 1d73f3c
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG-3.3.md
Expand Up @@ -8,8 +8,25 @@ The minimum recommended etcd versions to run in **production** are 3.2.28+, 3.3.

<hr>

## v3.3.26 (2021-10-03)

## v3.3.25 (2020 TBD)
See [code changes](https://github.com/etcd-io/etcd/compare/v3.3.25...v3.3.26) and [v3.3 upgrade guide](https://etcd.io/docs/latest/upgrades/upgrade_3_3/) for any breaking changes.

### Package `clientv3`

- Fix [auth token invalid after watch reconnects](https://github.com/etcd-io/etcd/pull/12264). Get AuthToken automatically when clientConn is ready.

### Package `fileutil`

- Fix [constant](https://github.com/etcd-io/etcd/pull/12440) for linux locking.

### Go

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

<hr>

## v3.3.25 (2020-08-24)

See [code changes](https://github.com/etcd-io/etcd/compare/v3.3.23...v3.3.25) and [v3.3 upgrade guide](https://etcd.io/docs/latest/upgrades/upgrade_3_3/) for any breaking changes.

Expand Down

0 comments on commit 1d73f3c

Please sign in to comment.