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

Commits on Oct 1, 2025

  1. api: remove nullable from StatusOr value methods (#12338)

    It someone wants it nullable, that should be defined via the type
    parameter, e.g. `StatusOr<@nullable Foo> foo`
    panchenko authored and ejona86 committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    f89d1d8 View commit details
    Browse the repository at this point in the history
  2. netty: Unconditionally disable adaptive cumulator (#12390)

    io.netty.util.Version is unreliable, so we stop using it. grpc-netty and
    grpc-netty-shaded have their version.properties mix, and you can't tell
    which is which.
    
    Changed the tests to use assume, so it is clear in the results that they
    weren't run.
    ejona86 committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    70b7249 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

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

    AgraVator committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    d0db129 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5dfa10 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

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