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.68.1
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.68.2
Choose a head ref
  • 7 commits
  • 40 files changed
  • 4 contributors

Commits on Oct 28, 2024

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

Commits on Nov 14, 2024

  1. api: When forwarding from Listener onAddresses to Listener2 continue …

    …to use onResult (#11666) (#11688)
    
    When forwarding from Listener onAddresses to Listener2 continue to use onResult and not onResult2 because the latter requires to be called from within synchronization context and it breaks existing code that didn't need to do so when using the old Listener interface.
    kannanjgithub authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2636d5d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    197a15c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e225c23 View commit details
    Browse the repository at this point in the history
  3. okhttp: Use failing "source" for read bytes when sending GOAWAY due t…

    …o insufficient thread pool size
    
    Create `ClientFrameHandler` with failing source to be used in case of failed 2nd thread scheduling. Fixes NPE from #11503.
    kannanjgithub authored and ejona86 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    1dac376 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3782ba8 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Bump version to 1.68.2

    ejona86 committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    fa5cfcd View commit details
    Browse the repository at this point in the history
Loading