Commit 58d29b3
authored
fix(deps): Update module github.com/grpc-ecosystem/go-grpc-middleware/v2 to v2.2.0 (#2033)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/grpc-ecosystem/go-grpc-middleware/v2](https://togithub.com/grpc-ecosystem/go-grpc-middleware) | require | minor | `v2.1.0` -> `v2.2.0` |
---
### Release Notes
<details>
<summary>grpc-ecosystem/go-grpc-middleware (github.com/grpc-ecosystem/go-grpc-middleware/v2)</summary>
### [`v2.2.0`](https://togithub.com/grpc-ecosystem/go-grpc-middleware/releases/tag/v2.2.0)
[Compare Source](https://togithub.com/grpc-ecosystem/go-grpc-middleware/compare/v2.1.0...v2.2.0)
#### What's Changed
- Call retry callback on retry by [@​fredr](https://togithub.com/fredr) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/700](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/700)
- interceptors: Update logging interceptor Reporter to re-extract fields from context before logging by [@​chancez](https://togithub.com/chancez) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/702](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/702)
- logging: Document correct WithFieldsFromContext/WithFieldsFromContextAndCallMeta usage by [@​chancez](https://togithub.com/chancez) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/703](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/703)
- Include error details in protovalidate responses by [@​akshayjshah](https://togithub.com/akshayjshah) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/714](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/714)
- protovalidate: avoid pointer comparisons by [@​akshayjshah](https://togithub.com/akshayjshah) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/715](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/715)
- Support for namespace in grpc prometheus counter and histogram metrics by [@​hyungi](https://togithub.com/hyungi) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/718](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/718)
- Protovalidate interceptor cleanup, Go version bump by [@​ash2k](https://togithub.com/ash2k) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/721](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/721)
- Use ValueFromIncomingContext() to reduce allocations and copying by [@​ash2k](https://togithub.com/ash2k) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/723](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/723)
- Update examples to the latest otelgrpc API by [@​nmittler](https://togithub.com/nmittler) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/729](https://togithub.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](https://togithub.com/alexandrupitis1) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/725](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/725)
- x-retry-attempt to StreamClientInterceptor by [@​Boklazhenko](https://togithub.com/Boklazhenko) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/733](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/733)
- logging: add WithErrorFields by [@​kindermoumoute](https://togithub.com/kindermoumoute) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/734](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/734)
- example: use slog instead of go-kit by [@​kindermoumoute](https://togithub.com/kindermoumoute) in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/735](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/735)
#### New Contributors
- [@​fredr](https://togithub.com/fredr) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/700](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/700)
- [@​marefr](https://togithub.com/marefr) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/706](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/706)
- [@​akshayjshah](https://togithub.com/akshayjshah) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/714](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/714)
- [@​hyungi](https://togithub.com/hyungi) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/718](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/718)
- [@​nmittler](https://togithub.com/nmittler) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/729](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/729)
- [@​alexandrupitis1](https://togithub.com/alexandrupitis1) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/725](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/725)
- [@​Boklazhenko](https://togithub.com/Boklazhenko) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/733](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/733)
- [@​kindermoumoute](https://togithub.com/kindermoumoute) made their first contribution in [https://github.com/grpc-ecosystem/go-grpc-middleware/pull/734](https://togithub.com/grpc-ecosystem/go-grpc-middleware/pull/734)
**Full Changelog**: grpc-ecosystem/go-grpc-middleware@v2.1.0...v2.2.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->1 parent 7f6fb0a commit 58d29b3
4 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments