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