From 351a8200712b3b0cfeaed2010969e478cf31b123 Mon Sep 17 00:00:00 2001 From: Geoff Macartney Date: Tue, 26 Nov 2024 12:38:05 +0000 Subject: [PATCH] Update changelogs/unreleased/6546-chaosbox-small.md Co-authored-by: Tero Saarni Signed-off-by: Geoff Macartney --- changelogs/unreleased/6546-chaosbox-small.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/unreleased/6546-chaosbox-small.md b/changelogs/unreleased/6546-chaosbox-small.md index 6017d1b0588..9cde1d1c957 100644 --- a/changelogs/unreleased/6546-chaosbox-small.md +++ b/changelogs/unreleased/6546-chaosbox-small.md @@ -1 +1 @@ -Add "compression" object to define settings in default HTTP filters, initially just supporting changing/disabling compression algorithm. +The HTTP compression algorithm can now be configured using the `compression.algorithm` field in the configuration file or the `spec.envoy.listener.compression.algorithm` field in the `ContourConfiguration` CRD. The available values are `gzip` (default), `brotli`, `zstd`, and `disabled`.