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.70.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 39 files changed
  • 3 contributors

Commits on Jan 13, 2025

  1. xds: Pass grpc.xds.cluster label to tracer

    This is in service to gRFC A89. Since the gRFC isn't finalized this
    purposefully doesn't really do anything yet. The grpc-opentelemetry
    change to use this optional label will be done after the gRFC is merged.
    grpc-opentelemetry currently has a hard-coded list (one entry) of labels
    that it looks for, and this label will need to be added.
    
    b/356167676
    ejona86 committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    7dada7d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2025

  1. xds: Rename grpc.xds.cluster to grpc.lb.backend_service

    The name is being changed to allow the value to be used in more metrics
    where xds-specifics are awkward.
    ejona86 committed Jan 18, 2025
    Configuration menu
    Copy the full SHA
    4412054 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. Configuration menu
    Copy the full SHA
    e015a74 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.70.0

    shivaspeaks committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    22a42c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d55fc1 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Configuration menu
    Copy the full SHA
    1a895cc 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 (v1.70.x backport) (#12004)
    
    Backport of #11997 to v1.70.x.
    ---------------
    Fixes #11995.
    kannanjgithub authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    e763891 View commit details
    Browse the repository at this point in the history
Loading