Skip to content

fix(deps): Update grpc-java monorepo to v1.63.0 #224

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2024

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented May 1, 2024

This PR contains the following updates:

Package Type Update Change
io.grpc:grpc-inprocess dependencies minor 1.62.2 -> 1.63.0
io.grpc:grpc-testing dependencies minor 1.62.2 -> 1.63.0
io.grpc:grpc-services dependencies minor 1.62.2 -> 1.63.0
io.grpc:grpc-stub dependencies minor 1.62.2 -> 1.63.0
io.grpc:grpc-protobuf dependencies minor 1.62.2 -> 1.63.0

Release Notes

grpc/grpc-java (io.grpc:grpc-inprocess)

v1.63.0

API Changes
New Features

xds, dual stack, happy eyeballs: Support dual stack in xds, change list includes:

  • Enable new PickFirst lb policy by default. The new PickFirst implements subchannel picking logic. (#​11002) (8a9ce99)
  • EDS resource now supports additional addresses (#​11011) (38f968f)
  • Change address based outlier detection to endpoint based (#​10939) (c61fe69)
  • Enable Happy Eyeballs by default (#​11022) (51f811d)
Improvements
  • rls: Adding extra debug logs (#​10902) (eba699a)
  • binder: Add missing Android API annotations (#​10841) (ce2adcc)
  • core: Provide DEADLINE_EXCEEDED insights for context deadline (3abab95). When the deadline triggered and the deadline was set on the RPC via the stub or CallOptions, gRPC would gather additional debugging information to help understand where the RPC took so long. However if the deadline came from io.grpc.Context the error was simply “context timed out.” Now the debugging information is provided in both cases
  • examples: Fix file paths in debug example README (e19f1f1)
  • compiler: implement ability to skip generation of javax annotation (#​10927) (0d39c2c). Pass the option jakarta_omit to protoc-gen-grpc-java when generating code
  • xds: Get rid of xDS v2 proto dependencies (#​10968) (feab4e5). grpc-xds jar size has decreased by 35%.
  • xds: Support retrieving names from wrapped resource containers (#​10975) (867e469)
  • netty: improve server handling of writes to reset streams (#​10258) (a68399a)
  • api: Fix a typo in ServerInterceptor JavaDoc (#​10990) (0b82f01)
  • servlet: Check log fine level before hex string conversion. (#​11038)
  • auth: Specify a locale for upper/lower case conversions (1.63.x backport) #​11050
Bug Fixes
  • xds: Copy data in least request to avoid picker data race (f4cc166). This fixes a possible regression introduced in 1.60.0. Auditing the buggy code showed it unlikely to cause problems in practice, but that was more by happenstance than by design
  • xds: Fix data race in the xds client that contacts the control plane (d7628a3)
  • rls: Fix a local and remote race (aa90768). The remote race could cause an RPC to hang until its deadline. It had been seen in practice when the client was severely CPU under-provisioned
  • xds: Fix xdsNameResolver virtual host lookup authority with xdstp style names. Use service authority instead of ldsResourceName (#​10960) (78b3972)
  • core: Fix retry race condition that can lead to double decrementing inFlightSubStreams and so miss calling closed (#​11026) (#​11033)
  • okhttp: Fix OkHTTP client transport leak (#​11060)
  • xds: Use empty string when disabling server hostname verification ( #​11058)
Dependencies
  • Upgraded google-auth-library-java to 1.22.0
Acknowledgement

Alex Panchenko
Benjamin Peterson
David Ankin
Prashanth Swaminathan
Touko Vainio-Kaila


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cq-bot cq-bot added the automerge Add to automerge PRs once requirements are met label May 1, 2024
@kodiakhq kodiakhq bot merged commit 1b69fb6 into main May 1, 2024
5 checks passed
@kodiakhq kodiakhq bot deleted the renovate/grpc-java-monorepo branch May 1, 2024 02:34
kodiakhq bot pushed a commit that referenced this pull request May 6, 2024
🤖 I have created a release *beep* *boop*
---


## [0.0.28](v0.0.27...v0.0.28) (2024-05-06)


### Bug Fixes

* **deps:** Update dependency commons-io:commons-io to v2.16.1 ([#220](#220)) ([75c9203](75c9203))
* **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.17 ([#228](#228)) ([1358a54](1358a54))
* **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v3.16.1 ([#222](#222)) ([753fbe1](753fbe1))
* **deps:** Update eclipse-temurin Docker tag to v21.0.3_9-jre ([#223](#223)) ([5cf512e](5cf512e))
* **deps:** Update grpc-java monorepo to v1.63.0 ([#224](#224)) ([1b69fb6](1b69fb6))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Add to automerge PRs once requirements are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant