Skip to content

Releases: klauspost/compress

v1.11.3

15 Nov 19:06
ff4a4ac
Compare
Choose a tag to compare

Changelog

3d6de88 Fix version number in changelog (#292)
d693bc8 inflate: 10-15% faster decompression (#293)
54e0c24 zstd: Tweak DecodeAll standard allocs (#295)

v1.11.2

28 Oct 07:51
456984a
Compare
Choose a tag to compare

Changelog

063ee1d fix code example - add missing '{' (#287)
7b0dd51 fix decompression example code (#288)
456984a s2: Fix "better" out of bounds read. (#291)

v1.11.1

01 Oct 19:01
06dfa05
Compare
Choose a tag to compare

Changelog

06dfa05 zstd: Set allLitEntropy true in default configuration (#286)

v1.11.0

08 Sep 09:43
624d717
Compare
Choose a tag to compare

Changelog

c0f3c32 Fix mixed Write and ReadFrom calls (#282)
624d717 Prepare for release
f5ee0f4 inflate: Limit variable shifts (#274)
28b8925 zstd: Add experimental encoder dictionaries (#281)

v1.10.11

13 Aug 09:22
e031915
Compare
Choose a tag to compare

Changelog

f5e4a2e Initialize predefined tables for test
fb1e79e Update Go CI to 1.15 (#276)
3fdfbd5 huff0: Populate compression table (#275)
b084a35 s2: Clean up code (#269)
898127a zstd: Fix ReadFrom with small blocks (#278)

v1.10.10

23 Jun 10:07
a8f778f
Compare
Choose a tag to compare

Changelog

d86ea11 s2: Simplify mem-move (#267)
d5778b2 zstd: Skip entropy on random data (#270)

v1.10.9

17 Jun 09:03
7d4a763
Compare
Choose a tag to compare

Changelog

1d79d62 Add cgo concurrent dec test.
7d4a763 Remove fuzzit tests and update docs.
01fb757 zip: update CreateHeaderRaw to handle zip64 fields. (#266)
db51c49 zstd: Add dictionaries with options (BREAKING) (#268)

v1.10.8

05 Jun 15:06
418e747
Compare
Choose a tag to compare

Changelog

31108c0 Zstd optimize small blocks (#265)

v1.10.7

01 Jun 11:33
90824b4
Compare
Choose a tag to compare

Changelog

9e8715a Also rename binaries.
5389f1e Upgrade CI to Go 1.14 (#261)
90824b4 zstd: Add decoder dictionary support (#260)
057ea20 zstd: Increment buffer offset (#263)
b276b9a zstd: Inline nextFast call (#259)

v1.10.6

21 May 16:52
f54780d
Compare
Choose a tag to compare

Changelog

ece7104 Reduce raw block allocs (#258)
f25eefb Rename releases (#257)
b81237a zstd: Enforce window size stricter (#256)