File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,20 @@ This package provides various compression algorithms.
16
16
17
17
# changelog
18
18
19
+ * Jun 12th, 2024 - [ 1.17.9] ( https://github.com/klauspost/compress/releases/tag/v1.17.9 )
20
+ * s2: Reduce ReadFrom temporary allocations https://github.com/klauspost/compress/pull/949
21
+ * flate, zstd: Shave some bytes off amd64 matchLen by @greatroar in https://github.com/klauspost/compress/pull/963
22
+ * Upgrade zip/zlib to 1.22.4 upstream https://github.com/klauspost/compress/pull/970 https://github.com/klauspost/compress/pull/971
23
+ * zstd: BuildDict fails with RLE table https://github.com/klauspost/compress/pull/951
24
+
25
+ * Apr 9th, 2024 - [ 1.17.8] ( https://github.com/klauspost/compress/releases/tag/v1.17.8 )
26
+ * zstd: Reject blocks where reserved values are not 0 https://github.com/klauspost/compress/pull/885
27
+ * zstd: Add RLE detection+encoding https://github.com/klauspost/compress/pull/938
28
+
29
+ * Feb 21st, 2024 - [ 1.17.7] ( https://github.com/klauspost/compress/releases/tag/v1.17.7 )
30
+ * s2: Add AsyncFlush method: Complete the block without flushing by @Jille in https://github.com/klauspost/compress/pull/927
31
+ * s2: Fix literal+repeat exceeds dst crash https://github.com/klauspost/compress/pull/930
32
+
19
33
* Feb 5th, 2024 - [ 1.17.6] ( https://github.com/klauspost/compress/releases/tag/v1.17.6 )
20
34
* zstd: Fix incorrect repeat coding in best mode https://github.com/klauspost/compress/pull/923
21
35
* s2: Fix DecodeConcurrent deadlock on errors https://github.com/klauspost/compress/pull/925
You can’t perform that action at this time.
0 commit comments