Sourced from github.com/klauspost/compress's releases.
v1.19.0
What's Changed
- zstd: Add true concurrent stream encoding by
@klauspostin klauspost/compress#1136- zstd: arm64 decoder asm by
@lizthegreyin klauspost/compress#1160- zstd: avoid unused BuildDict encoder allocation by
@snissnin klauspost/compress#1147- flate: Add inflate checkpoints by
@klauspostin klauspost/compress#1154- snappy/s2: Limit length of varint in
decodedLenby@eustasin klauspost/compress#1148- gzhttp: match qvalue parameter case-insensitively (RFC 7231) by
@z9zin klauspost/compress#1149- zip: add NameDecoder callback for legacy encoding rewrite by
@SAY-5in klauspost/compress#1150- huff0: Allow building tables from histogram. by
@klauspostin klauspost/compress#1155- huff0: Allow building table from oversized histogram. by
@klauspostin klauspost/compress#1156- s2sx: Clean symlink targets by
@klauspostin klauspost/compress#1163New Contributors
@snissnmade their first contribution in klauspost/compress#1147@eustasmade their first contribution in klauspost/compress#1148@z9zmade their first contribution in klauspost/compress#1149@SAY-5made their first contribution in klauspost/compress#1150@HNO3Miraclemade their first contribution in klauspost/compress#1165Full Changelog: https://github.com/klauspost/compress/compare/v1.18.6...v1.19.0
v1.18.7
- Fix s2.NewDict OOB read.
Security release without other changes.
Full Changelog: https://github.com/klauspost/compress/compare/v1.18.6...v1.18.7
f0953f9
flate: fix buffer formatting in tests (#1165)ab2e3cc
zstd: Add arm64 decoder asm (#1160)bb2723d
Merge commit from fork539243b
s2sx: Clean symlink targets (#1163)bd9228c
Apply go fix and check in CI (#1158)4cc176c
zstd: Add true concurrent stream encoding (#1136)4705fcb
build(deps): bump the github-actions group with 3 updates (#1157)e9c2e56
huff0: Allow building table from oversized histogram. (#1156)ecdb779
huff0: Allow building tables from histogram. (#1155)38efa45
zip: add NameDecoder callback for legacy encoding rewrite (#1150)