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.3.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.1
Choose a head ref
  • 2 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 26, 2025

  1. 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
    fesiqueira authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    8b26373 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. 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 <johan.brandhorst@gmail.com>
    
    * add interceptors/retry/README.md
    
    ---------
    
    Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
    rashmi-tondare and johanbrandhorst authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    509959f View commit details
    Browse the repository at this point in the history
Loading