optimism
optimism copied to clipboard
dependabot(gomod): bump github.com/klauspost/compress from 1.17.9 to 1.17.11
Bumps github.com/klauspost/compress from 1.17.9 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
v1.17.10
What's Changed
- gzhttp: Add TransportAlwaysDecompress option. by
@klauspost
in klauspost/compress#978- s2: Add EncodeBuffer buffer recycling callback by
@klauspost
in klauspost/compress#982- zstd: Improve memory usage on small streaming encodes by
@klauspost
in klauspost/compress#1007- gzhttp: Add supported decompress request body by
@mirecl
in klauspost/compress#1002- flate: read data written with partial flush by
@vajexal
in klauspost/compress#996- ci: Upgrade Go & other by
@klauspost
in klauspost/compress#1008- docs: Small typofix in comment by
@Jille
in klauspost/compress#976- build(deps): bump the github-actions group with 2 updates by
@dependabot
in klauspost/compress#979- docs: Fix URL typo when installing builddict by
@Wikidepia
in klauspost/compress#980- build(deps): bump the github-actions group with 2 updates by
@dependabot
in klauspost/compress#985- Fix typos by
@deining
in klauspost/compress#986- build(deps): bump github/codeql-action from 3.25.15 to 3.26.6 in the github-actions group by
@dependabot
in klauspost/compress#997New Contributors
@Wikidepia
made their first contribution in klauspost/compress#980@deining
made their first contribution in klauspost/compress#986@vajexal
made their first contribution in klauspost/compress#996@mirecl
made their first contribution in klauspost/compress#1002Full Changelog: https://github.com/klauspost/compress/compare/v1.17.9...v1.17.10
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.md2a46d6b
Update README.md4dafca9
ci: Upgrade Go & other (#1008)26519f8
zstd: Improve memory usage on small streaming encodes (#1007)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)