Skip to content
Permalink

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
Choose a base ref
...
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
Choose a head ref
  • 7 commits
  • 44 files changed
  • 5 contributors

Commits on Dec 23, 2024

  1. logging: add AddFields (#739)

    * 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]>
    kindermoumoute and johanbrandhorst authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    3ce33cf View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2024

  1. Configuration menu
    Copy the full SHA
    bea7c0e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Configuration menu
    Copy the full SHA
    ed865db View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. 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
    JacobSMoller authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    d75a1b8 View commit details
    Browse the repository at this point in the history
  2. 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]>
    JacobSMoller and johanbrandhorst authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    c1423fc View commit details
    Browse the repository at this point in the history
  3. 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]>
    zchee authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    c6f3545 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Fix ci (#750)

    * README: fix doc replacing
    
    * modernize CI
    
    * Update golang.org deps
    
    * Update tool deps
    
    * Fix lint errors
    
    * Fix test errors
    johanbrandhorst authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    8ce5e42 View commit details
    Browse the repository at this point in the history
Loading