-
Notifications
You must be signed in to change notification settings - Fork 720
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: grpc-ecosystem/go-grpc-middleware
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: grpc-ecosystem/go-grpc-middleware
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 44 files changed
- 5 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
Loading
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.0