Skip to content

Remove module github.com/grpc-ecosystem/go-grpc-middleware

Vasilii Iakliushin requested to merge major-grpc-dependencies into master

What does this MR do and why?

grpc module in 1.21 release has introduced a same functionality as go-grpc-middleware provided.

https://github.com/grpc/grpc-go/pull/2696

We don't need to use go-grpc-middleware for chaining anymore.


Release Notes

grpc-ecosystem/go-grpc-middleware

v2.0.0

Compare Source

This is the first stable release of the new v2 release branch 🎉

Many of the interceptors have been rewritten from scratch and the project has been upgraded to use the Go Protobuf v2 API.

See the project README for details and migration guide. Thanks to all contributors who made this possible! 💪🏽

What's Changed

New Contributors

Full Changelog: https://github.com/grpc-ecosystem/go-grpc-middleware/compare/v1.4.0...v2.0.0

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Vasilii Iakliushin

Merge request reports

Loading