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 a05b04f commit f391464
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ If you were at `firehose-core` version `1.0.0` and are bumping to `1.1.0`, you s

## v1.6.8

> [!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.
* 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)
* Substreams performance: removed heavy tracing (that wasn't exposed to the client)
Expand Down

0 comments on commit f391464

Please sign in to comment.