What's Changed
- zstd: Add true concurrent stream encoding by @klauspost in https://github.com/klauspost/compress/pull/1136
- zstd: arm64 decoder asm by @lizthegrey in https://github.com/klauspost/compress/pull/1160
- zstd: avoid unused BuildDict encoder allocation by @snissn in https://github.com/klauspost/compress/pull/1147
- flate: Add inflate checkpoints by @klauspost in https://github.com/klauspost/compress/pull/1154
- snappy/s2: Limit length of varint in
decodedLenby @eustas in https://github.com/klauspost/compress/pull/1148 - gzhttp: match qvalue parameter case-insensitively (RFC 7231) by @z9z in https://github.com/klauspost/compress/pull/1149
- zip: add NameDecoder callback for legacy encoding rewrite by @SAY-5 in https://github.com/klauspost/compress/pull/1150
- huff0: Allow building tables from histogram. by @klauspost in https://github.com/klauspost/compress/pull/1155
- huff0: Allow building table from oversized histogram. by @klauspost in https://github.com/klauspost/compress/pull/1156
- s2sx: Clean symlink targets by @klauspost in https://github.com/klauspost/compress/pull/1163
New Contributors
- @snissn made their first contribution in https://github.com/klauspost/compress/pull/1147
- @eustas made their first contribution in https://github.com/klauspost/compress/pull/1148
- @z9z made their first contribution in https://github.com/klauspost/compress/pull/1149
- @SAY-5 made their first contribution in https://github.com/klauspost/compress/pull/1150
- @HNO3Miracle made their first contribution in https://github.com/klauspost/compress/pull/1165
Full Changelog: https://github.com/klauspost/compress/compare/v1.18.6...v1.19.0