Skip to content

Commit

Permalink
CHANGELOG/CHANGELOG-3.4.md: update changelog
Browse files Browse the repository at this point in the history
In this commit, we update the changelog for gRPC
metadata printing in release 3.4 which is mainly
a backport from PR etcd-io#18311.

Signed-off-by: Mohamed Awnallah <[email protected]>
  • Loading branch information
mohamedawnallah committed Jul 13, 2024
1 parent eeeb7e0 commit 04eed2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG/CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,7 @@ See [code changes](https://github.com/etcd-io/etcd/compare/v3.3.0...v3.4.0) and
- Add `etcd --experimental-peer-skip-client-san-verification` to [skip verification of peer client address](https://github.com/etcd-io/etcd/pull/10524).
- Add `etcd --experimental-compaction-batch-limit` to [sets the maximum revisions deleted in each compaction batch](https://github.com/etcd-io/etcd/pull/11034).
- Reduced default compaction batch size from 10k revisions to 1k revisions to improve p99 latency during compactions and reduced wait between compactions from 100ms to 10ms.
- [print gRPC metadata in guarnteed order using the official go fmt pkg](https://github.com/etcd-io/etcd/pull/18311).

### Breaking Changes

Expand Down

0 comments on commit 04eed2c

Please sign in to comment.