Skip to content

Tags: klauspost/compress

Tags

v1.18.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Deprecate Go 1.21 and add 1.24 (#1055)

* Deprecate Go 1.21 and add 1.24
* Update s2sx go.mod

Remove old docs, prep for new release.

v1.17.11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
zstd: Fix extra CRC written with multiple Close calls (#1017)

* zstd: Fix extra CRC written with multiple Close calls
* Also check write/flush after close.

Fixes #1016

v1.17.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v1.17.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade zlib to upstream (#971)

Mostly cosmetic changes.

v1.17.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v1.17.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
tests: Rename fuzz helpers back. (#931)

v1.17.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
s2: Fix DecodeConcurrent deadlock on errors (#925)

When DecodeConcurrent encounters an error it can lock up in some cases.

Fix and add fuzz test for stream decoding.

Fixes #920

v1.17.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
s2: Document and test how to peek the stream for skippable blocks (#918)

Co-authored-by: Klaus Post <[email protected]>

v1.17.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
gzhttp: Allow overriding decompression on transport (#892)

This allows getting compressed data even if `Content-Encoding` is set.

Also allows decompression even if "Accept-Encoding" was not set by this client.

v1.17.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
gzhttp: Fix missing content type on Close (#883)

If compression had not yet been triggered in Write, be sure to detect content type on Close.

Fixes #882