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: v1.59.0
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.59.1
Choose a head ref
  • 6 commits
  • 41 files changed
  • 4 contributors

Commits on Oct 19, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    69f721f View commit details

Commits on Oct 26, 2023

  1. xds: Log ORCA UNIMPLEMENTED error to subchannel logger (#10625) (#10631)

    Logging to the static instance would result in application logs filling
    up if the Orca service is not available.
    We'd like to have the logging on the subchannelLogger, so we make it
    visible on demand.
    
    Also succeed Orca logging test if log message present. Using
    contains over containsExactly seems more reasonable.
    
    Co-authored-by: Yannick Epstein <yannick.epstein@gmail.com>
    ejona86 and yannickepstein authored Oct 26, 2023
    Copy the full SHA
    4caf106 View commit details

Commits on Nov 20, 2023

  1. netty: Add option to limit RST_STREAM rate

    The behavior purposefully mirrors that of Netty's
    AbstractHttp2ConnectionHandlerBuilder.decoderEnforceMaxRstFramesPerWindow().
    That API is not available to our code as we extend the
    Http2ConnectionHandler, but we want our API to be able to delegate to
    Netty's in the future if that ever becomes possible.
    ejona86 committed Nov 20, 2023
    Copy the full SHA
    ac94b6e View commit details
  2. Implement Http2Headers.isEmpty (#10663)

    pkoenig10 authored and ejona86 committed Nov 20, 2023
    Copy the full SHA
    85d3611 View commit details

Commits on Nov 28, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fdab428 View commit details
  2. Bump version to 1.59.1

    ejona86 committed Nov 28, 2023
    Copy the full SHA
    cb82a27 View commit details
Loading