fix(deps): update dependency io.grpc:grpc-bom to v1.62.2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| io.grpc:grpc-bom | 1.60.1 -> 1.62.2 |
Release Notes
grpc/grpc-java (io.grpc:grpc-bom)
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.BinaryLogsshould 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)
v1.61.0
API Changes
- Remove unused experimental API ManagedChannelBuilder.enableFullStreamDecompression (#10744)
- api: Deprecate LoadBalancer.EMPTY_PICKER added in 1.58.0 in favor of FixedResultPicker (
860b5cb)
New Features
- binder: Experimental support for asynchronous security policies (#10566)
Improvements
- core: reduce CompositeReadableBuffer allocation (#3279)
- core: Improve error message clarity when a channel leak is detected (
201893f) - util: use shared index across
round_robinpickers (dca89b2). This makes its implementation more similar toweighted_round_robin. - xds: Implement ADS stream flow control mechanism (#10674). This limits the maximum memory consumed if the control plane sends updates more rapidly than they can be processed.
Bug Fixes
- core: Check outbound maximum message size for the compressed size in addition to the already-checked uncompressed size (#10739). Fixed the status code to be RESOURCE_EXHAUSTED instead of UNKNOWN.
- util: Fix NPE when multiple addresses are in an address group for petiole load balancer policies (#10769)
- util: Disable publishing of fixtures (
8ac43dd). The Gradle test fixtures are for use by grpc-java's internal tests. - okhttp: Ignore known conscrypt socket close issue (#10812). This stops an exception from being thrown when a known Conscrypt synchronization issue happens.
Dependencies
- Drop support for Bazel 5 (
55a9c01). Bazel 7 is available, and Protobuf has already dropped support for Bazel 5. - Change many compile deps to runtime deps (
d6830d7). This reduces the transitive classes "leaked" into the compile classpath. In particular, grpc-core (io.grpc.internal) will be less frequently included transitively at compile time. - Upgrade dependencies (
c985797)- Protobuf to 3.25.1
- auto-value-annotations to 1.10.4
- error_prone_annotations to 2.23.0
- proto-google-common-protos to 2.29.0
- google-cloud-logging to 3.15.14
- guava to 32.1.3-android
- okio to 3.4.0
Acknowledgements
v1.60.2
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 - At any time (no schedule defined), 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 this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.