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`.