Bump github.com/klauspost/compress from 1.17.10 to 1.17.11
Bumps github.com/klauspost/compress from 1.17.10 to 1.17.11.
Release notes
Sourced from github.com/klauspost/compress's releases.
v1.17.11
What's Changed
- zstd: Fix extra CRC written with multiple Close calls by
@klauspost
in klauspost/compress#1017- s2: Don't use stack for index tables by
@klauspost
in klauspost/compress#1014- gzhttp: No content-type on no body response code by
@juliens
in klauspost/compress#1011- gzhttp: Do not set the content-type when response has no body by
@kevinpollet
in klauspost/compress#1013New Contributors
@juliens
made their first contribution in klauspost/compress#1011@kevinpollet
made their first contribution in klauspost/compress#1013Full Changelog: https://github.com/klauspost/compress/compare/v1.17.10...v1.17.11
Commits
-
72cd4a9
zstd: Fix extra CRC written with multiple Close calls (#1017) -
dbd6c38
s2: Don't use stack for index tables (#1014) -
f73ab1e
Do not set the content-type when response has no body (#1013) -
f2a4f25
build(deps): bump github/codeql-action in the github-actions group (#1012) -
8e14b1b
No content-type on no body response code (#1011) -
13a1ce6
ci: Match goreleaser version (#1009) -
6c5a195
Update README.md - See full diff in compare view