Skip to content

fix(deps): Update grpc-java monorepo to v1.62.2 #187

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
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:grpc-inprocess dependencies minor 1.61.1 -> 1.62.2
io.grpc:grpc-testing dependencies minor 1.61.1 -> 1.62.2
io.grpc:grpc-services dependencies minor 1.61.1 -> 1.62.2
io.grpc:grpc-stub dependencies minor 1.61.1 -> 1.62.2
io.grpc:grpc-protobuf dependencies minor 1.61.1 -> 1.62.2

Release Notes

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

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

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
@cq-bot cq-bot force-pushed the renovate/grpc-java-monorepo branch from 19d7f07 to acfb383 Compare March 1, 2024 03:20
@kodiakhq kodiakhq bot merged commit ec009d7 into main Mar 1, 2024
@kodiakhq kodiakhq bot deleted the renovate/grpc-java-monorepo branch March 1, 2024 03:29
kodiakhq bot pushed a commit that referenced this pull request Mar 5, 2024
🤖 I have created a release *beep* *boop*
---


## [0.0.22](v0.0.21...v0.0.22) (2024-03-05)


### Bug Fixes

* **deps:** Update actions/setup-java action to v4 ([#192](#192)) ([d919222](d919222))
* **deps:** Update dependency gradle to v8.6 ([#186](#186)) ([0325779](0325779))
* **deps:** Update dependency io.cloudquery:plugin-pb-java to v0.0.15 ([#190](#190)) ([a35a6e6](a35a6e6))
* **deps:** Update dependency nl.jqno.equalsverifier:equalsverifier to v3.15.7 ([#182](#182)) ([611c8a7](611c8a7))
* **deps:** Update dependency org.assertj:assertj-core to v3.25.3 ([#184](#184)) ([c1ab19c](c1ab19c))
* **deps:** Update grpc-java monorepo to v1.62.2 ([#187](#187)) ([ec009d7](ec009d7))
* **deps:** Update junit5 monorepo to v5.10.2 ([#185](#185)) ([144b687](144b687))
* **deps:** Update log4j2 monorepo to v2.23.0 ([#188](#188)) ([04c740c](04c740c))
* **deps:** Update plugin io.freefair.lombok to v8.6 ([#189](#189)) ([0f5568f](0f5568f))

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