Releases: mostynb/go-grpc-compression
Releases · mostynb/go-grpc-compression
upgrade github.com/klauspost/compress to v1.11.2
v1.1.3 upgrade github.com/klauspost/compress to v1.11.2
avoid goroutine leak when using zstd
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
This contains a zstd compatibility fix.