From ebbfad9d7d96cc66606ee9f247da36757ab87725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Duchesneau?= Date: Tue, 17 Dec 2024 14:54:29 -0500 Subject: [PATCH] add note to CHANGELOG regarding substreams-tier1-enforce-compression defaulting to true --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36091b3..99401d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ for instructions to keep up to date. ## v2.8.3 +> [!NOTE] +> This release will reject connections from clients that don't support GZIP compression. Use `--substreams-tier1-enforce-compression=false` to keep previous behavior, then check the logs for `incoming Substreams Blocks request` logs with the value `compressed: false` to track users who are not using compressed HTTP connections. + * Fix broken `tools poller` command in v2.8.2 ## v2.8.2 @@ -13,6 +16,9 @@ for instructions to keep up to date. > [!WARNING] > Do NOT use this version with `tools poller`, a flag issue prevents the poller from starting up. Recommended that you upgrade to v2.8.3 ASAP +> [!NOTE] +> This release will reject connections from clients that don't support GZIP compression. Use `--substreams-tier1-enforce-compression=false` to keep previous behavior, then check the logs for `incoming Substreams Blocks request` logs with the value `compressed: false` to track users who are not using compressed HTTP connections. + * Bump firehose-core to [v1.6.8](https://github.com/streamingfast/firehose-core/releases/tag/v1.6.8) * Substreams: add `--substreams-tier1-enforce-compression` to reject connections from clients that do not support GZIP compression * Substreams performance: reduced the number of mallocs (patching some third-party libraries)