You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,12 @@ This package provides various compression algorithms.
16
16
17
17
# changelog
18
18
19
+
* Jan 21st, 2023 (v1.15.15)
20
+
* deflate: Improve level 7-9 by @klauspost in https://github.com/klauspost/compress/pull/739
21
+
* zstd: Add delta encoding support by @greatroar in https://github.com/klauspost/compress/pull/728
22
+
* zstd: Various speed improvements by @greatroar https://github.com/klauspost/compress/pull/741 https://github.com/klauspost/compress/pull/734 https://github.com/klauspost/compress/pull/736 https://github.com/klauspost/compress/pull/744 https://github.com/klauspost/compress/pull/743 https://github.com/klauspost/compress/pull/745
23
+
* gzhttp: Add SuffixETag() and DropETag() options to prevent ETag collisions on compressed responses by @willbicks in https://github.com/klauspost/compress/pull/740
24
+
19
25
* Jan 3rd, 2023 (v1.15.14)
20
26
21
27
* flate: Improve speed in big stateless blocks https://github.com/klauspost/compress/pull/718
0 commit comments