harp
harp copied to clipboard
chore(deps): Bump github.com/klauspost/compress from 1.15.1 to 1.16.7
Bumps github.com/klauspost/compress from 1.15.1 to 1.16.7.
Release notes
Sourced from github.com/klauspost/compress's releases.
v1.16.7
What's Changed
- zstd: Fix default level first dictionary encode by
@klauspostin klauspost/compress#829- docs: Fix typo in security advisory URL by
@vcabbagein klauspost/compress#830- s2: add GetBufferCapacity() method by
@GiedriusSin klauspost/compress#832New Contributors
@vcabbagemade their first contribution in klauspost/compress#830@GiedriusSmade their first contribution in klauspost/compress#832Full Changelog: https://github.com/klauspost/compress/compare/v1.16.6...v1.16.7
v1.16.6
What's Changed
- zstd: correctly ignore WithEncoderPadding(1) by
@ianlancetaylorin klauspost/compress#806- gzhttp: Handle informational headers by
@rtribottein klauspost/compress#815- zstd: Add amd64 match length assembly by
@klauspostin klauspost/compress#824- s2: Improve Better compression slightly by
@klauspostin klauspost/compress#663- s2: Clean up matchlen assembly by
@klauspostin klauspost/compress#825New Contributors
@rtribottemade their first contribution in klauspost/compress#815@dveedenmade their first contribution in klauspost/compress#816Full Changelog: https://github.com/klauspost/compress/compare/v1.16.5...v1.16.6
v1.16.5
What's Changed
- zstd: readByte needs to use io.ReadFull by
@jnoxonin klauspost/compress#802- gzip: Fix WriterTo after initial read by
@klauspostin klauspost/compress#804New Contributors
@jnoxonmade their first contribution in klauspost/compress#802Full Changelog: https://github.com/klauspost/compress/compare/v1.16.4...v1.16.5
v1.16.4
What's Changed
- s2: Fix huge block overflow by
@klauspostin klauspost/compress#779- s2: Allow CustomEncoder fallback by
@klauspostin klauspost/compress#780- zstd: Fix amd64 not always detecting corrupt data by
@klauspostin klauspost/compress#785- zstd: Improve zstd best efficiency by
@klauspostand@greatroarin klauspost/compress#784- zstd: Make load(32|64)32 safer and smaller by
@greatroarin klauspost/compress#788- zstd: Fix quick reject on long backmatches by
@klauspostin klauspost/compress#787- zstd: Revert table size change by
@klauspostin klauspost/compress#789- zstd: Respect WithAllLitEntropyCompression by
@klauspostin klauspost/compress#792- zstd: Fix back-referenced offset by
@klauspostin klauspost/compress#793- zstd: Load source value at start of loop by
@greatroarin klauspost/compress#794
... (truncated)
Commits
67a538es2: add GetBufferCapacity() method (#832)eff45bddoc: Fix typo in security advisory URL (#830)4edb2e8zstd: Fix default level first dictionary encode (#829)ae6c851Update README.mdd9eae82s2: Clean up matchlen assembly (#825)a3a5dcezstd: Add amd64 match length assembly (#824)9a951bes2: Improve Better compression slightly (#663)aa3702adocs: Fix undefined WithDecoderConcurrency (#816)ea3eeeagzhttp: Handle informational headers (#815)003aa4fUpdate README.md- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)