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