Loading
Update module github.com/klauspost/compress to v1.19.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| github.com/klauspost/compress | require | minor | v1.18.6 -> v1.19.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
klauspost/compress (github.com/klauspost/compress)
v1.19.0
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
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
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by GitLab Dependency Bot