-
Notifications
You must be signed in to change notification settings - Fork 720
Comparing changes
Open a pull request
base repository: grpc-ecosystem/go-grpc-middleware
base: v2.2.0
head repository: grpc-ecosystem/go-grpc-middleware
compare: v2.3.1
- 9 commits
- 49 files changed
- 7 contributors
Commits on Dec 23, 2024
-
* logging: add AddFields Support the similar helpers from the v1 introduced in #91: - [ctxzap.AddFields](https://github.com/grpc-ecosystem/go-grpc-middleware/blob/v1/logging/zap/ctxzap/context.go#L23-L32) - [ctxlogrus.AddFields](https://github.com/grpc-ecosystem/go-grpc-middleware/blob/v1/logging/logrus/ctxlogrus/context.go#L22-L30) - [ctxkit.AddFields](https://github.com/grpc-ecosystem/go-grpc-middleware/blob/v1/logging/kit/ctxkit/context.go#L22-L28) Signed-off-by: Olivier Cano <[email protected]> * Update interceptors/logging/logging.go Co-authored-by: Johan Brandhorst-Satzkorn <[email protected]> --------- Signed-off-by: Olivier Cano <[email protected]> Co-authored-by: Johan Brandhorst-Satzkorn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ce33cf - Browse repository at this point
Copy the full SHA 3ce33cfView commit details
Commits on Dec 28, 2024
-
logging: store the propagated context in the reporter (#740)
Signed-off-by: Olivier Cano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bea7c0e - Browse repository at this point
Copy the full SHA bea7c0eView commit details
Commits on Jan 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ed865db - Browse repository at this point
Copy the full SHA ed865dbView commit details
Commits on Feb 11, 2025
-
grpc_retry backoff overflow (#747)
* grpc_retry backoff overflow * Add bounds to exponentBase2 and use it instead of math.Exp2 * Add a few tests * Add copyright to backoff_test
Configuration menu - View commit details
-
Copy full SHA for d75a1b8 - Browse repository at this point
Copy the full SHA d75a1b8View commit details -
defer cancel() leaks memory (#748)
* defer cancel() leaks memory * Update interceptors/retry/retry.go Co-authored-by: Johan Brandhorst-Satzkorn <[email protected]> --------- Co-authored-by: Johan Brandhorst-Satzkorn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1423fc - Browse repository at this point
Copy the full SHA c1423fcView commit details -
protovalidate: support new protovalidate-go Validator interface (#746)
* interceptors/protovalidate: support protovalidate-go.Validator interface Signed-off-by: Koichi Shiraishi <[email protected]> * testing/testpb: revert regenerate pb Signed-off-by: Koichi Shiraishi <[email protected]> * go.mod: revert add toolchain directive Signed-off-by: Koichi Shiraishi <[email protected]> * Revert "go.mod: revert add toolchain directive" This reverts commit 7ba0f46. Signed-off-by: Koichi Shiraishi <[email protected]> --------- Signed-off-by: Koichi Shiraishi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6f3545 - Browse repository at this point
Copy the full SHA c6f3545View commit details
Commits on Feb 18, 2025
-
* README: fix doc replacing * modernize CI * Update golang.org deps * Update tool deps * Fix lint errors * Fix test errors
Configuration menu - View commit details
-
Copy full SHA for 8ce5e42 - Browse repository at this point
Copy the full SHA 8ce5e42View commit details
Commits on Feb 26, 2025
-
Return uint64 from exponentBase2 function (#753)
A 32bit binary could not be built because `1 << 62` would overflow the return `uint` type, as it is an architecture dependent type. Closes #752
Configuration menu - View commit details
-
Copy full SHA for 8b26373 - Browse repository at this point
Copy the full SHA 8b26373View commit details
Commits on Mar 4, 2025
-
add build tag to disable tracing (#754)
* add build tag to disable tracing * add new build tag `-build=retrynotrace` to support dead code elimination * fix copyright headers * Update interceptors/retry/trace_notrace.go Co-authored-by: Johan Brandhorst-Satzkorn <[email protected]> * add interceptors/retry/README.md --------- Co-authored-by: Johan Brandhorst-Satzkorn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 509959f - Browse repository at this point
Copy the full SHA 509959fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.0...v2.3.1