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: bec6a86
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: c40e2dc
Choose a head ref
  • 7 commits
  • 42 files changed
  • 3 contributors

Commits on Oct 20, 2020

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

Commits on Oct 29, 2020

  1. Fix builders ABI backward compatibility broken in v1.33.0

    * fix channel builders ABI backward compatibility broken in v1.33.0
    * fix server builders ABI backward compatibility broken in v1.33.0
    * makes ForwardingServerBuilder package-private
    sergiitk committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    e9831c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af97bef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    136e95a View commit details
    Browse the repository at this point in the history
  4. netty: Abrupt GOAWAY should not cause INTERNAL status

    The stream creation was failing because the stream id was disallowed:
    Caused by: io.grpc.StatusRuntimeException: INTERNAL: http2 exception
    	at io.grpc.Status.asRuntimeException(Status.java:533)
    	at io.grpc.stub.ClientCalls$BlockingResponseStream.hasNext(ClientCalls.java:629)
    	... 16 more
    Caused by: io.grpc.netty.shaded.io.netty.handler.codec.http2.Http2Exception$StreamException: Cannot create stream 222691 greater than Last-Stream-ID 222689 from GOAWAY.
    
    The problem was introduced in 9ead606. Fixes #7357
    ejona86 committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    e7acc6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d767ecc View commit details
    Browse the repository at this point in the history
  6. Bump version to 1.33.1

    sergiitk committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    c40e2dc View commit details
    Browse the repository at this point in the history
Loading