What's Changed
- zstd: Speed up + improve best encoder by @greatroar in #776
- s2: Add Intel LZ4s converter by @klauspost in #766
- gzhttp: Add BREACH mitigation by @klauspost in #762
- gzhttp: Remove a few unneeded allocs by @klauspost in #768
- gzhttp: Fix crypto/rand.Read usage by @greatroar in #770
- gzhttp: Use SHA256 as paranoid option by @klauspost in #769
- gzhttp: Use strings for randomJitter to skip a copy by @greatroar in #767
- zstd: Fix ineffective block size check by @klauspost in #771
- zstd: Check FSE init values by @klauspost in #772
- zstd: Report EOF from byteBuf.readBig by @greatroar in #773
- huff0: Speed up compress1xDo by @greatroar in #774
- tests: Remove fuzz printing by @klauspost in #775
- tests: Add CICD Fuzz testing by @klauspost in #763
- ci: set minimal permissions to GitHub Workflows by @diogoteles08 in #765
New Contributors
- @diogoteles08 made their first contribution in #765
Full Changelog: v1.16.0...v1.16.1