Skip to content

Commit 6c5a195

Browse files
authored
Update README.md
1 parent 2a46d6b commit 6c5a195

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ This package provides various compression algorithms.
1616

1717
# changelog
1818

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+
1926
* Jun 12th, 2024 - [1.17.9](https://github.com/klauspost/compress/releases/tag/v1.17.9)
2027
* s2: Reduce ReadFrom temporary allocations https://github.com/klauspost/compress/pull/949
2128
* flate, zstd: Shave some bytes off amd64 matchLen by @greatroar in https://github.com/klauspost/compress/pull/963

0 commit comments

Comments
 (0)