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.48.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.48.1
Choose a head ref
  • 11 commits
  • 50 files changed
  • 4 contributors

Commits on Jul 19, 2022

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

Commits on Jul 21, 2022

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

Commits on Jul 28, 2022

  1. core: Workaround retry causing memory leak

    Data is getting orphaned sitting in MessageFramer. This hack thus always
    flushes data out of the framer so no data can remain sitting there.
    
    See #9340
    ejona86 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    289a442 View commit details
    Browse the repository at this point in the history
  2. xds: do not expose orca proto in ORCA api (#9366)

    The fix avoids shaded dependency of orca protos
    YifeiZhuang committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    25183ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    014c022 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c287af View commit details
    Browse the repository at this point in the history
  5. service: CalMetricRecorder.recordCallMetric is deprecated, use CalMet…

    …ricRecorder.recordRequestCostMetric (#9410)
    YifeiZhuang committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    c7f0965 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80dc067 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. core: server stream should not deliver halfClose() when call is immed…

    …iately cancelled(#9362)
    
    Fix a bug where the server stream delivers halfClose() to the call during cancellation. It happens when call has a short deadline. Server sees `INTERNAL, desc: Half-closed without a request` due to the bug.
    YifeiZhuang committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    d56f8fb View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

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

    YifeiZhuang committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    6e2e18b View commit details
    Browse the repository at this point in the history
Loading