Skip to content

Commit

Permalink
CHANGELOG: update changes for issue 18089
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Fu <fuweid89@gmail.com>
  • Loading branch information
fuweid committed Aug 21, 2024
1 parent 4dab785 commit f73d6e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG/CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/

### etcd server
- Fix [performance regression issue caused by the `ensureLeadership` in lease renew](https://github.com/etcd-io/etcd/pull/18440).
- [keep tombstone if revision == compactAtRev](https://github.com/etcd-io/etcd/pull/18475)

### Package clientv3
- [Print gRPC metadata in guaranteed order using the official go fmt pkg](https://github.com/etcd-io/etcd/pull/18311).

### Dependencies
- Compile binaries using go [1.21.13](https://github.com/etcd-io/etcd/pull/18422).

### Others
- [tests/e2e: add e2e test to reproduce issue 18089](https://github.com/etcd-io/etcd/pull/18455)
- [tests: should not use duplicate revision.Main for one key](https://github.com/etcd-io/etcd/pull/18456)

<hr>

## v3.4.33 (2024-06-13)
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG/CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,17 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/

### etcd server
- Fix [performance regression issue caused by the `ensureLeadership` in lease renew](https://github.com/etcd-io/etcd/pull/18439).
- [keep tombstone if revision == compactAtRev](https://github.com/etcd-io/etcd/pull/18474)

### Dependencies
- Compile binaries using [go 1.21.13](https://github.com/etcd-io/etcd/pull/18421).

### Others
- [tests/e2e: add e2e test to reproduce issue 18089](https://github.com/etcd-io/etcd/pull/18457)
- [client/pkg/testutil: update interestingGoroutines](https://github.com/etcd-io/etcd/pull/18458)
- [tests: should not use duplicate revision.Main for one key](https://github.com/etcd-io/etcd/pull/18461)
- [tests/e2e: add test cases related to HashKV](https://github.com/etcd-io/etcd/pull/18476)

<hr>

## v3.5.15 (2024-07-19)
Expand Down

0 comments on commit f73d6e9

Please sign in to comment.