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.62.2 #86

Merged
merged 2 commits into from
Mar 1, 2024

Conversation

cq-bot
Copy link
Contributor

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

This PR contains the following updates:

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

Release Notes

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

v1.62.2

gRPC Java 1.62.2 Release Notes

Note that this is the initial 1.62.x release

API Changes
  • services: Remove io.grpc.services.BinaryLogs, which was deprecated since 2021. io.grpc.protobuf.services.BinaryLogs should be used instead (#​10832).
  • Allow users outside of io.grpc.xds package to create custom xDS resources (#​10834) (6d96e65)
New Features
  • api:Add ClientTransportFilter. Similarly to ServerTransportFilter, this will provide an observability hook and it allows direct modification of the transport's attributes. (#​10646)
Improvements
  • java_grpc_library.bzl: Add support for Auto Exec Groups (cb03bd2). This is mostly a behind-the-scenes change to adjust to the newer way Bazel operates
  • java_grpc_library.bzl: Support runfiles for protoc and the plugin (65a6b3b). Neither binary uses runfiles, but the task will be ready if they need to in the future
  • xds: Add EC key support for XdsChannelCredentials/XdsServerCredentials (100d5a5)
  • binder:Change log level from WARNING to FINER for expected exception during close with error, to reduce log spamming (#​10899) (7ba0718)
Bug Fixes
  • xds: Fix a bug in WeightedRoundRobinLoadBalancer policy that could raise NullPointerException and further cause channel panic when picking a subchannel. This bug can only be triggered when connection can not be established and the channel reports TRANSIENT_FAILURE state. (#​10868)
Dependencies
  • The protoc plugin no longer supports macOS Big Sur (macOS 11). Binaries are now built using Monterey (macOS 12)
Acknowledgements

v1.61.1

Bug Fixes

xds: Fix a bug in WeightedRoundRobinLoadBalancer policy that could raise NullPointerException and further cause channel panic when picking a subchannel. This bug can only be triggered when connection can not be established and the channel reports TRANSIENT_FAILURE state. (#​10868)


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 Mar 1, 2024
@kodiakhq kodiakhq bot merged commit 250e211 into main Mar 1, 2024
4 checks passed
@kodiakhq kodiakhq bot deleted the renovate/grpc-java-monorepo branch March 1, 2024 02:04
kodiakhq bot pushed a commit that referenced this pull request Mar 1, 2024
🤖 I have created a release *beep* *boop*
---


## [0.0.15](v0.0.14...v0.0.15) (2024-03-01)


### Bug Fixes

* **deps:** Update dependency com.google.protobuf:protobuf-java-util to v3.25.3 ([#83](#83)) ([f8961bf](f8961bf))
* **deps:** Update dependency gradle to v8.6 ([#85](#85)) ([0f5f17b](0f5f17b))
* **deps:** Update grpc-java monorepo to v1.62.2 ([#86](#86)) ([250e211](250e211))
* Generate Java Code from `plugin-pb` ([#87](#87)) ([e09b4fd](e09b4fd))

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

2 participants