Skip to content
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

fix(deps): Update grpc-java monorepo to v1.65.0 #109

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

cq-bot
Copy link
Contributor

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

This PR contains the following updates:

Package Type Update Change
io.grpc:protoc-gen-grpc-java dependencies minor 1.64.0 -> 1.65.0
io.grpc:grpc-testing dependencies minor 1.64.0 -> 1.65.0
io.grpc:grpc-netty-shaded dependencies minor 1.64.0 -> 1.65.0
io.grpc:grpc-stub dependencies minor 1.64.0 -> 1.65.0
io.grpc:grpc-services dependencies minor 1.64.0 -> 1.65.0
io.grpc:grpc-protobuf dependencies minor 1.64.0 -> 1.65.0

Release Notes

grpc/grpc-java (io.grpc:protoc-gen-grpc-java)

v1.65.0

grpc-netty in this release is compatible with Netty 4.1.111; it fixes the incompatibility that caused data corruption. grpc-netty-shaded is still using Netty 4.1.100.

New Features
  • New module grpc-gcp-csm-observability (df8cfe9)
Improvements
  • api: Add ClientStreamTracer.inboundHeaders(Metadata) (960012d). This is the same as the existing inboundHeaders(), but is provided the Metadata
  • api: Fix various typos in the documentation (#​11144) (6ec744f)
  • core: When queuing RPCs, don’t request picks from the LB twice (8844cf7). This could be viewed as a small performance optimization, but mainly reduces the amount of race-handling code
  • util: Improve AdvancedTlsX509KeyManager’s documentation, verification, and testing. (#​11139) (781b4c4) This change shows @ExperimentalApi being removed, but it was re-added in 3c97245 before the release
  • examples: Fix broken command in reflection readme (#​11131) (c31dbf4)
  • binder: Add a connection timeout (#​11255) (791f894)
Bug fixes
  • core: Exit idle mode when delayed transport is in use (fea577c). This was a long-standing race that could cause RPCs to hang, but was very unlikely to be hit. Avoiding the double-picking (8844cf7) made the race more visible
  • netty: Fix Netty composite buffer merging to be compatible with Netty 4.1.111 (#​11294) (0fea7dd). The previous behavior easily caused data corruption
  • okhttp: Workaround SSLSocket not noticing socket is closed (a28357e). Previously, shutting down when a new connection was being established could result in the server never becoming terminated
  • inprocess: Fix listener race if transport is shutdown while starting (e4e7f3a). This issue was unlikely to be hit outside of specialized tests
  • services: restore //services:binarylog bazel target (#​11292) (d57f271). This fixes a regression introduced in 1.62.2
  • binder: Wait for all server transports to terminate before returning the security policy executor to the object pool (#​11240) (34ee600)
  • binder: Reject further SETUP_TRANSPORT requests post-BinderServer shutdown (#​11260) (1670e97)
  • bazel: Include missing com_google_protobuf_javalite in MODULE.bazel (#​11147) (f995c12)
Thanks to

@​hakusai22
@​firov
@​mateusazis
@​Mir3605
@​niloc132

v1.64.1

What's Changed

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 Jul 1, 2024
@kodiakhq kodiakhq bot merged commit 171e739 into main Jul 1, 2024
4 checks passed
@kodiakhq kodiakhq bot deleted the renovate/grpc-java-monorepo branch July 1, 2024 01:54
kodiakhq bot pushed a commit that referenced this pull request Jul 8, 2024
🤖 I have created a release *beep* *boop*
---


## [0.0.19](v0.0.18...v0.0.19) (2024-07-01)


### Bug Fixes

* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v4.27.2 ([#107](#107)) ([e069c32](e069c32))
* **deps:** Update grpc-java monorepo to v1.65.0 ([#109](#109)) ([171e739](171e739))
* Generate Java Code from `plugin-pb` ([#110](#110)) ([a71131e](a71131e))

---
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.

None yet

1 participant