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.
  • 9 commits
  • 41 files changed
  • 4 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
    Copy the full SHA
    7dada7d View commit details

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
    Copy the full SHA
    4412054 View commit details

Commits on Jan 21, 2025

  1. Copy the full SHA
    e015a74 View commit details
  2. Bump version to 1.70.0

    shivaspeaks committed Jan 21, 2025
    Copy the full SHA
    22a42c8 View commit details
  3. Bump version to 1.70.1-SNAPSHOT

    shivaspeaks committed Jan 21, 2025
    Copy the full SHA
    5d55fc1 View commit details

Commits on Apr 7, 2025

  1. core: Avoid Set.removeAll() when passing a possibly-large List (#11994)…

    … (#12002)
    
    See #11958
    ejona86 authored Apr 7, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1a895cc View commit details
  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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e763891 View commit details

Commits on Apr 23, 2025

  1. Update psm-dualstack.cfg (#11950) (#12029)

    120 minutes has not been sufficient, causing frequent VM timeout errors in the test runs.
    kannanjgithub authored Apr 23, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ade51e4 View commit details

Commits on May 22, 2025

  1. Rename PSM interop fallback test suite to light (#12095)

    murgatroid99 authored May 22, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    78aab8f View commit details
Loading