Skip to content

Commit

Permalink
add note to CHANGELOG regarding substreams-tier1-enforce-compression …
Browse files Browse the repository at this point in the history
…defaulting to true
  • Loading branch information
sduchesneau committed Dec 17, 2024
1 parent 797b6e4 commit ebbfad9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,19 @@ 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

> [!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)
Expand Down

0 comments on commit ebbfad9

Please sign in to comment.