go: Update module github.com/grpc-ecosystem/go-grpc-middleware/v2 to v2.2.0
requested to merge gitlab-renovate-forks/gitaly:renovate/github.com-grpc-ecosystem-go-grpc-middleware-v2-2.x into master
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/grpc-ecosystem/go-grpc-middleware/v2 | require | minor |
v2.1.0 -> v2.2.0
|
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
grpc-ecosystem/go-grpc-middleware (github.com/grpc-ecosystem/go-grpc-middleware/v2)
v2.2.0
What's Changed
- Call retry callback on retry by @fredr in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/700
- interceptors: Update logging interceptor Reporter to re-extract fields from context before logging by @chancez in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/702
- logging: Document correct WithFieldsFromContext/WithFieldsFromContextAndCallMeta usage by @chancez in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/703
- Include error details in protovalidate responses by @akshayjshah in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/714
- protovalidate: avoid pointer comparisons by @akshayjshah in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/715
- Support for namespace in grpc prometheus counter and histogram metrics by @hyungi in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/718
- Protovalidate interceptor cleanup, Go version bump by @ash2k in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/721
- Use ValueFromIncomingContext() to reduce allocations and copying by @ash2k in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/723
- Update examples to the latest otelgrpc API by @nmittler in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/729
- Fix grpc middleware interceptor not PostCall-ing when a streaming RPC with non-streaming server finishes successfully. by @alexandrupitis1 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/725
- x-retry-attempt to StreamClientInterceptor by @Boklazhenko in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/733
- logging: add WithErrorFields by @kindermoumoute in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/734
- example: use slog instead of go-kit by @kindermoumoute in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/735
New Contributors
- @fredr made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/700
- @marefr made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/706
- @akshayjshah made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/714
- @hyungi made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/718
- @nmittler made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/729
- @alexandrupitis1 made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/725
- @Boklazhenko made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/733
- @kindermoumoute made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/734
Full Changelog: https://github.com/grpc-ecosystem/go-grpc-middleware/compare/v2.1.0...v2.2.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.