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/grpc-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: grpc/grpc-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.72.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Apr 7, 2025

  1. Configuration menu
    Copy the full SHA
    666136b View commit details
    Browse the repository at this point in the history
  2. xds: ClusterResolverLoadBalancer handle update for both resolved addr…

    …esses and errors via ResolutionResult (#11997) (#12006)
    
    Backport of #11997 to v1.72.x.
    ------
    Fixes #11995
    kannanjgithub authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    8681786 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. stub: trailersFromThrowable() metadata should be copied (#11979) (#12008

    )
    
    If the same exception is passed to multiple RPCs, then the results will race, which this fix addresses.
    
    Fixes #11973
    
    Co-authored-by: jiangyuan <[email protected]>
    ejona86 and JoeCqupt authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    a6e1c1f View commit details
    Browse the repository at this point in the history
Loading