mostynb / go-grpc-compression

go gRPC encoding wrappers for some useful compression algorithms that are not available in google.golang.org/grpc
Apache License 2.0
19 stars 10 forks source link

Upgrade lz4 to v3, add unittests #7

Closed bogdandrutu closed 2 years ago

bogdandrutu commented 2 years ago

Signed-off-by: Bogdan Drutu bogdandrutu@gmail.com

mostynb commented 2 years ago

Thanks for the contribution- merged with a minor fix for the test bindings generation, and made a new relase: v1.1.15.

I also landed a test-teardown flakiness fix after making the release- but I don't think that matters for downstream consumers.