go: Update module github.com/grpc-ecosystem/go-grpc-middleware/v2 to v2.3.3
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| github.com/grpc-ecosystem/go-grpc-middleware/v2 | require | patch |
v2.3.2 -> v2.3.3
|
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.3.3
What's Changed
- add WithLabelsFromContext prometheus interceptor option by @benjibuiltit in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/758
- fix: correct comment typo in StreamServerInterceptor function by @haru-256 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/760
- Minor refactor to remove duplication by @nwnt in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/761
- chore: migrate golangci-lint to v2.3.0 by @mmorel-35 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/765
- chore: enable misspell linter with golangci-lint by @mmorel-35 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/768
- chore: enable errorlint by @mmorel-35 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/774
- chore: update buf to v1.55.1 by @mmorel-35 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/767
- chore: update dependabot configuration for gomod and github-actions by @mmorel-35 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/775
- chore: enable testifylint linter by @mmorel-35 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/769
- chore: enable several rules from go-critic by @mmorel-35 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/766
- chore: enable several rules from govet by @mmorel-35 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/773
- chore: enable contextcheck and fatcontext linters by @mmorel-35 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/770
- chore: enable usestdlibvars linter by @mmorel-35 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/772
- chore: enable promlinter linter by @mmorel-35 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/771
- chore: enable usetesting linter by @mmorel-35 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/784
- build(deps): bump google.golang.org/grpc from 1.67.1 to 1.74.2 by @mmorel-35 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/785
- chore: enable hugeParam rule from go-critic by @mmorel-35 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/786
- chore: use actions/setup-go native cache by @mmorel-35 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/787
- fix(#794): Wrapping codes.OK should not cause panic by @floppyzedolfin in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/795
- feat(prometheus): add ContextLabels to ClientMetrics by @ArtARTs36 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/798
- fix(ci): tidy module before linting by @manute in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/808
- [Prometheus] Fix pre-registration of
handledmetrics with context labels by @t-bowcock in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/810 - avoid unnecessary logging field creation when payload logging is disabled by @dbeneker in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/809
New Contributors
- @benjibuiltit made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/758
- @haru-256 made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/760
- @nwnt made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/761
- @mmorel-35 made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/765
- @floppyzedolfin made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/795
- @ArtARTs36 made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/798
- @manute made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/808
- @t-bowcock made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/810
- @dbeneker made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/809
Full Changelog: https://github.com/grpc-ecosystem/go-grpc-middleware/compare/v2.3.2...v2.3.3
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.