-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Comparing changes
Open a pull request
base repository: grpc/grpc-java
base: master
head repository: grpc/grpc-java
compare: v1.66.x
- 12 commits
- 51 files changed
- 5 contributors
Commits on Jul 29, 2024
-
Start 1.67.0 development cycle
kannanjgithub committedJul 29, 2024 Loading Loading status checks…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
ejona86 authoredAug 1, 2024 Loading Loading status checks…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.
kannanjgithub authoredAug 2, 2024 Loading Loading status checks…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.
Loading Loading status checks…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 -
kannanjgithub committed
Aug 6, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for cf78406 - Browse repository at this point
Copy the full SHA cf78406View commit details -
Bump version to 1.66.1-SNAPSHOT
kannanjgithub committedAug 6, 2024 Loading Loading status checks…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
-
Revert "Enable new PickFirst LB (#11348)" (#11425) (#11448)
This reverts commit ccfd351.
larry-safran authoredAug 7, 2024 Loading Loading status checks…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
-
Add dualstack interop test kokoro config (#11422) (#11478)
larry-safran authoredAug 15, 2024 Loading Loading status checks…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.
ejona86 committedSep 5, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 81cc82e - Browse repository at this point
Copy the full SHA 81cc82eView commit details
Commits on May 2, 2025
-
.github/workflows: Bump action major versions (v1.66.x backport) (#12044
) * .github/workflows: Bump action major versions from Node16 to Node20 (#11476) GitHub began the Node16 deprecation process a year ago [1][2]. This commit updates all workflows to use the latest Node20 actions. [1]: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ [2]: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ * Update appengine-web.xml Use Java 17. --------- Co-authored-by: Eng Zer Jun <engzerjun@gmail.com>
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 9282880 - Browse repository at this point
Copy the full SHA 9282880View commit details
Commits on May 12, 2025
-
Update psm-dualstack.cfg (v1.66.x backport) (#12033)
Update psm-dualstack.cfg (#11950) 120 minutes has not been sufficient, causing frequent VM timeout errors in the test runs.
kannanjgithub authoredMay 12, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 122a1b4 - Browse repository at this point
Copy the full SHA 122a1b4View commit details
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