What's Changed
- flate: Fix reset with dictionary on custom window encodes by @klauspost in #912
- zstd: Limit better/best default window to 8MB by @klauspost in #913
- zstd: Shorter and faster asm for decSymbol.newState by @greatroar in #896
- zstd: Add Frame header encoding and stripping by @klauspost in #908
- zstd: Tweak noasm FSE decoder by @greatroar in #910
- s2: Fix callbacks for skippable blocks and disallow 0xfe (Padding) for custom use by @Jille in #916
- s2: Fix incorrect length encoded by writer.AddSkippableBlock by @Jille in #917
- s2: Fix up AddSkippableBlock more by @klauspost in #919
- s2: Document and test how to peek the stream for skippable blocks by @Jille in #918
- internal/race,s2: add some race instrumentation by @egonelbre in #903
- build(deps): bump the github-actions group with 4 updates by @dependabot in #900
- CI: Hash pin sensitive actions and configure Dependabot to automatically update them by @diogoteles08 in #899
- Update generator and executable go.mod by @klauspost in #904
- Update README.md by @pelenium in #905
- build(deps): bump the github-actions group with 1 update by @dependabot in #906
New Contributors
Full Changelog: v1.17.4...v1.17.5