Sourced from github.com/klauspost/compress's releases.
v1.17.9
What's Changed
- s2: Reduce ReadFrom temporary allocations by
@klauspost
in klauspost/compress#949- Fix arm64 vet issues by
@klauspost
in klauspost/compress#964- flate, zstd: Shave some bytes off amd64 matchLen by
@greatroar
in klauspost/compress#963- Upgrade zip to 1.22.4 upstream by
@klauspost
in klauspost/compress#970- zstd: BuildDict fails with RLE table by
@klauspost
in klauspost/compress#951- Upgrade zlib to upstream by
@klauspost
in klauspost/compress#971Full Changelog: https://github.com/klauspost/compress/compare/v1.17.8...v1.17.9
7ae2138
Upgrade zlib to upstream (#971)0396178
zstd: BuildDict fails with RLE table (#951)8411e1d
zip: Upgrade to 1.22.4 upstream (#970)d9f6f55
build(deps): bump the github-actions group across 1 directory with 2
updates ...5f7dd25
flate, zstd: Shave some bytes off amd64 matchLen (#963)3a0faf3
Fix arm64 vet issues (#964)8bd3916
s2: Reduce ReadFrom temporary allocations (#949)