fix(deps): Update grpc-java monorepo to v1.73.0 #180
Merged
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.72.0->1.73.01.74.01.72.0->1.73.01.74.01.72.0->1.73.01.74.01.72.0->1.73.01.74.01.72.0->1.73.01.74.01.72.0->1.73.01.74.0Release Notes
grpc/grpc-java (io.grpc:protoc-gen-grpc-java)
v1.73.0API Changes
xds: Enable least request by default (#12062)
core: Delete the long-deprecated GRPC_PROXY_EXP env variable (#11988) (
908f9f1). This was experimental and has been warning when used since v1.8.0. Use the Java-standard -Dhttps.proxyHost and -Dhttps.proxyPort insteadapi: Remove deprecated SubchannelPicker.requestConnection() (
f79ab2f). This API was replaced by LoadBalancer.requestConnection() in v1.22.0Bug Fixes
config: prevents global stats config freeze in ConfiguratorRegistry.getConfigurators() (#11991) (
d4c46a7)xds: XdsDepManager should ignore updates after shutdown (
25199e9). This fixes a source of java.lang.NullPointerException: Cannot invoke "io.grpc.xds.XdsDependencyManager$RdsUpdateSupplier.getRdsUpdate()" because "routeSource" is null regression introduced in v1.72.0Improvements
xds: listener type validation (#11933) (
c8d1e6e)xds: add the missing xds.authority metric defined in gRFC A78 (#12018) (
6cd007d)New Features
xds: float LRU cache across interceptors (#11992) (
7a08fdb)xds: propagate audience from cluster resource in gcp auth filter. This completes the gRFC A83, implementation of GCP Authentication Filter. (#11972) (
84c7713)opentelemetry: Implement grpc.lb.backend_service optional label (
9619453). This completes the gRFC A89 implementation, which is enabled when requesting the new labelDocumentation
api: Remove mention of "epoch" from Ticker.nanoTime() javadocs (
84bd014)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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.
This PR has been generated by Renovate Bot.