-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: grpc/grpc-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.66.x
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 47 files changed
- 4 contributors
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c37fb18 - Browse repository at this point
Copy the full SHA c37fb18View commit details
Commits on Aug 1, 2024
-
Revert "Introduce onResult2 in NameResolver Listener2 that returns St…
…atus (#11313)" (#11423) This reverts commit 9ba2f9d. It causes a channel panic due to unimplemented onResult2(). ``` java.lang.UnsupportedOperationException: Not implemented. at io.grpc.NameResolver$Listener2.onResult2(NameResolver.java:257) at io.grpc.internal.DnsNameResolver$Resolve.lambda$run$0(DnsNameResolver.java:334) at io.grpc.SynchronizationContext.drain(SynchronizationContext.java:94) at io.grpc.SynchronizationContext.execute(SynchronizationContext.java:126) at io.grpc.internal.DnsNameResolver$Resolve.run(DnsNameResolver.java:333) ``` b/356669977
Configuration menu - View commit details
-
Copy full SHA for ef09d94 - Browse repository at this point
Copy the full SHA ef09d94View commit details
Commits on Aug 2, 2024
-
Revert "Start 1.67.0 development cycle (#11416)" (#11428)
This reverts commit 0090a52 since 1.67.0-SNAPSHOT should not be referenced in the 1.66.x release.
Configuration menu - View commit details
-
Copy full SHA for 752a045 - Browse repository at this point
Copy the full SHA 752a045View commit details -
xds: XdsClient should unsubscribe on last resource (#11264)
Otherwise, the server will continue sending updates and if we re-subscribe to the last resource, the server won't re-send it. Also completely remove the per-type state, as it could only add confusion.
Configuration menu - View commit details
-
Copy full SHA for 19c9b99 - Browse repository at this point
Copy the full SHA 19c9b99View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 33af0a7 - Browse repository at this point
Copy the full SHA 33af0a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf78406 - Browse repository at this point
Copy the full SHA cf78406View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9749ba - Browse repository at this point
Copy the full SHA a9749baView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5a5ef2a - Browse repository at this point
Copy the full SHA 5a5ef2aView commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fb4e486 - Browse repository at this point
Copy the full SHA fb4e486View commit details
Commits on Sep 5, 2024
-
core: touch() buffer when detach()ing
Detachable lets a buffer outlive its original lifetime. The new lifetime is application-controlled. If the application fails to read/close the stream, then the leak detector wouldn't make clear what code was responsible for the buffer's lifetime. With this touch, we'll be able to see detach() was called and thus know the application needs debugging. Realized when looking at b/364531464, although I think the issue is unrelated.
Configuration menu - View commit details
-
Copy full SHA for 81cc82e - Browse repository at this point
Copy the full SHA 81cc82eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...v1.66.x