File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ This package provides various compression algorithms.
16
16
17
17
# changelog
18
18
19
+ * July 1st, 2023 - [ v1.16.7] ( https://github.com/klauspost/compress/releases/tag/v1.16.7 )
20
+ * zstd: Fix default level first dictionary encode https://github.com/klauspost/compress/pull/829
21
+ * s2: add GetBufferCapacity() method by @GiedriusS in https://github.com/klauspost/compress/pull/832
22
+
19
23
* June 13, 2023 - [ v1.16.6] ( https://github.com/klauspost/compress/releases/tag/v1.16.6 )
20
24
* zstd: correctly ignore WithEncoderPadding(1) by @ianlancetaylor in https://github.com/klauspost/compress/pull/806
21
25
* zstd: Add amd64 match length assembly https://github.com/klauspost/compress/pull/824
@@ -50,6 +54,9 @@ This package provides various compression algorithms.
50
54
* s2: Support io.ReaderAt in ReadSeeker. https://github.com/klauspost/compress/pull/747
51
55
* s2c/s2sx: Use concurrent decoding. https://github.com/klauspost/compress/pull/746
52
56
57
+ <details >
58
+ <summary>See changes to v1.15.x</summary>
59
+
53
60
* Jan 21st, 2023 (v1.15.15)
54
61
* deflate: Improve level 7-9 by @klauspost in https://github.com/klauspost/compress/pull/739
55
62
* zstd: Add delta encoding support by @greatroar in https://github.com/klauspost/compress/pull/728
@@ -176,6 +183,8 @@ Stream decompression is now faster on asynchronous, since the goroutine allocati
176
183
177
184
While the release has been extensively tested, it is recommended to testing when upgrading.
178
185
186
+ </details >
187
+
179
188
<details >
180
189
<summary>See changes to v1.14.x</summary>
181
190
You can’t perform that action at this time.
0 commit comments