This repository was archived by the owner on Dec 3, 2023. It is now read-only.
deps: update dependency io.grpc:grpc-bom to v1.47.0 #842
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.46.0->1.47.0Release Notes
grpc/grpc-java
v1.47.0Compare Source
Bug Fixes
ClassCastExceptionsfor hard-coded providers on Android (#9174). This avoidsServiceConfigurationErrorin certain cases when an “SDK” includes a copy of gRPC that was renamed with Proguard-like tools that do precise class name rewriting (versus something like Maven Shade Plugin which uses coarse pattern matching)asAndroidAppUri()(#9169)ScheduledExecutorServicefor keepalive if provided. Previously the user-provided executor was used for deadlines, but not keepalive. Keepalive always used the default executor (#9073)libgrpclb.jarproduced by bazel//grpclb:grpclbtarget (#9156)TRANSIENT_FAILUREstatus. (#9085)New Features
ServerBuilder(#9176). This includes methods for keepalive, max connection age, and max connection idle. These APIs have been available on NettyServerBuilder since v1.4.0NameResolverto influence which transport to use (#9076)NameResolverforunix:scheme, as defined in gRPC Name Resolution (#9113)allOfsecurity policy, which allows access iff ALL given security policies allow access. (#9125)anyOfsecurity policy, which allows access if ANY given security policy allows access. (#9147)hasPermissionssecurity policy, which checks that a caller has all of the given package permissions. (#9117)IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETSso maven_install will not use the artifacts from Maven Central (#9172)Cluster.load_balancing_policyfield. This implements gRFC A52: gRPC xDS Custom Load Balancer Configuration. (#9141)is_optionallogic in Cluster Specifier Plugins: if an unsupported Cluster Specifier Plugin is optional, don't NACK, and skip any routes that point to it. (#9168)Behavior Changes
ring_hashLB aggregation rule to better handle transient_failure channel status (#9084, #9093)Dependencies
Acknowledgements
@caseyduquettesc
@cfredri4
@jvolkman
@mirlord
@ovidiutirla
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.
This PR has been generated by Mend Renovate. View repository job log here.