File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,13 @@ This package provides various compression algorithms.
16
16
17
17
# changelog
18
18
19
+ * Sep 23rd, 2024 - [ 1.17.10] ( https://github.com/klauspost/compress/releases/tag/v1.17.10 )
20
+ * gzhttp: Add TransportAlwaysDecompress option. https://github.com/klauspost/compress/pull/978
21
+ * gzhttp: Add supported decompress request body by @mirecl in https://github.com/klauspost/compress/pull/1002
22
+ * s2: Add EncodeBuffer buffer recycling callback https://github.com/klauspost/compress/pull/982
23
+ * zstd: Improve memory usage on small streaming encodes https://github.com/klauspost/compress/pull/1007
24
+ * flate: read data written with partial flush by @vajexal in https://github.com/klauspost/compress/pull/996
25
+
19
26
* Jun 12th, 2024 - [ 1.17.9] ( https://github.com/klauspost/compress/releases/tag/v1.17.9 )
20
27
* s2: Reduce ReadFrom temporary allocations https://github.com/klauspost/compress/pull/949
21
28
* flate, zstd: Shave some bytes off amd64 matchLen by @greatroar in https://github.com/klauspost/compress/pull/963
You can’t perform that action at this time.
0 commit comments