Skip to content

Releases: klauspost/compress

v1.13.5

30 Aug 09:30
e632408
Compare
Choose a tag to compare

Changelog

501979b gz/zlib/flate: Alias stdlib errors (#425)
f8e7977 s2: Add block support to commandline tools (#413)
e632408 zstd: pooledZipWriter should return Writers to the same pool (#426)

v1.13.4

12 Aug 09:30
bf4861f
Compare
Choose a tag to compare

Changelog

2ad8e19 Add snappy replacement package (#412)
bf4861f zstd: Fix incorrect encoding in best mode (#415)

v1.13.3

03 Aug 07:59
6c2ac28
Compare
Choose a tag to compare

Changelog

af25d77 zstd: Fix WriteTo error forwarding (#411)
6c2ac28 zstd: Improve Best compression (#404)

v1.13.2

02 Aug 10:51
83be565
Compare
Choose a tag to compare

Changelog

e9c9800 gzhttp: Return http.HandlerFunc instead of http.Handler (#406)
94867dd huff0: Add size estimation function. (#405)
5fa6c07 s2sx: Fix max size error (#399)
7cf5f14 zstd: Add stream content size (#401)
09f13c9 zstd: Simplify hashing functions (#402)
83be565 zstd: use SpeedBestCompression for level >= 10 (#410)

v1.13.1

14 Jun 08:07
5453ad3
Compare
Choose a tag to compare

Changelog

1d8faa8 gzhttp: Add header to skip compression (#389)
5453ad3 s2: Add full Snappy output support (#396)
893eb62 s2: Improve speed with bigger output margin (#395)
f118b5f zstd: Add configurable Decoder window size (#394)

v1.13.0

03 Jun 13:14
d7343df
Compare
Choose a tag to compare

Changelog

b4546d4 Add gzip HTTP handler/client wrapper (#383)
b7e9e8e Make content detection ignoring write sizes.
6315923 gzhttp: Don't compress HEAD requests (#387)
f51c216 gzhttp: Reduce allocs more (#385)
3e13b83 gzhttp: Support Flush always (#386)
ab9d76f s2: Clarify EncodeBuffer usage (#384)
d172db7 zstd: Detect short invalid signatures (#382)
e95c300 zstd: Spawn decoder goroutine only if needed. (#380)

v1.12.3

25 May 13:20
b5e9484
Compare
Choose a tag to compare

Changelog

20ca64c Mark ZipMethodPKWare as deprecated (#369)
6274b7e deflate: Better Huffman encoding (#374)
216f3e5 flate: Allocate less for history. (#375)
2748482 zstd: Forward read errors (#373)

v1.12.2

27 Apr 08:14
8e10930
Compare
Choose a tag to compare

Changelog

577513c Update benchmarks.
ba2263c deflate: Improve level 5+6 compression (#367)
6522991 s2: Improve better compression (#359)
a4d53ad s2: Load after checking src limit on amd64. (#362)
5fe15d9 s2: Remove BP saving by using upgraded avo (#366)
e3ae23b s2: Search at match end in best mode (#358)
8e10930 s2sx: Limit max executable size (#368)
6546703 zstd: Add helpers to compress/decompress zstd inside zip files (#363)
93b05d6 zstd: Improve best compression (#360)
9bb6b77 zstd: Improve better compression (#364)
e48015b zstd: Improve compression with dictionaries too. (#365)

v1.12.1

14 Apr 10:13
2adf487
Compare
Choose a tag to compare

Changelog

68843eb Fix some minor issues reported by staticcheck (#342)
0fa83e4 Remove snappy package (#350)
c223fea Save BP register to XMM (#349)
b2eb836 s2: Make allow commandline input to be http/https (#348)
d6a4830 s2: More accurate scoring in best mode (#353)
10cfee4 s2sx: Add stdin input (#352)
460ec9e zstd: Allocate less when using dictionaries (#346)

v1.11.13

26 Mar 10:00
a3b7545
Compare
Choose a tag to compare

Changelog

81c3975 Fix a few unnecessary type conversions (#339)
4fd183f deflate: Improve entropy compression (#338)
1454288 s2: Clean up and minor performance improvement in best (#341)
a0dc84a zstd: Add WithLowerEncoderMem (#336)
2bb69be zstd: Big speedup on small dictionary encodes (#345)