Skip to content

Releases: mostynb/go-grpc-compression

upgrade github.com/klauspost/compress to v1.11.2

15 Nov 08:49
Compare
Choose a tag to compare
v1.1.3

upgrade github.com/klauspost/compress to v1.11.2

avoid goroutine leak when using zstd

28 Aug 21:23
Compare
Choose a tag to compare

github.com/klauspost/compress/zstd requires that Close is called before encoders/decoders are garbage-collected, otherwise it leaks goroutines. Background: klauspost/compress#264

Thanks to @ains-stripe for the fix.

v1.1.1: upgrade github.com/klauspost/compress to v1.10.11

21 Aug 18:52
Compare
Choose a tag to compare
This contains a zstd compatibility fix.

v1.1.0

10 Jul 17:35
Compare
Choose a tag to compare

Add lz4.