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.52.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.52.1
Choose a head ref
  • 4 commits
  • 28 files changed
  • 2 contributors

Commits on Jan 11, 2023

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

Commits on Jan 12, 2023

  1. xds:fix cancel xds watcher accidentally removes the url (v1.52 backpo…

    …rt) (#9810)
    
    Fix a bug. When any of the subscribers for a resource has the last watcher cancelled, the bug will accidentally remove that resource type from the map, which make xds stream not accepting response update for that resource type entirely (pass through, no ACK/NACK will send).
    YifeiZhuang authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    15026d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

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

    YifeiZhuang committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    57dfe8c View commit details
    Browse the repository at this point in the history
Loading