Commit 7618274
authored
MINOR: Bump io.grpc:grpc-bom from 1.71.0 to 1.73.0 (#781)
Bumps [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) from 1.71.0
to 1.73.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-bom's
releases</a>.</em></p>
<blockquote>
<h2>V1.72.0</h2>
<h3>API Changes</h3>
<ul>
<li>util: Remove deprecated method GracefulSwitchLb.switchTo()
(f207be39a). It is rarely used outside of gRPC itself. The configuration
is passed as lb policy configuration instead</li>
<li>xds: Add support for custom per-target credentials on the transport
(<a
href="https://redirect.github.com/grpc/grpc-java/issues/11951">#11951</a>)
(1958e4237)</li>
<li>xds: Explicitly set request hash key for the ring hash LB policy
(892144dca)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>core: Apply ManagedChannelImpl's updateBalancingState() immediately
(ca4819ac6)</li>
<li>xds: Fix cluster selection races when updating config selector
(d82613a74)</li>
<li>otel: Fix span names as per the A72 gRFC changes (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11974">#11974</a>)
(94f8e9369)</li>
<li>xds: ClusterResolverLoadBalancer handle update for both resolved
addresses and errors via ResolutionResult (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11997">#11997</a>)
(868178651)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li>netty: Avoid allocating an exception on transport shutdown. This
reduces allocation rate for connection-heavy workloads/load testing
(a57c14a51)</li>
<li>servlet: Set an explicit description for CANCELLED status (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11927">#11927</a>)
(fca1d3cf4)</li>
<li>xds: <a
href="https://github.com/grpc/proposal/blob/master/A74-xds-config-tears.md">gRFC
A74 xDS Config Tears</a> implementation in the XdsNameResolver
(e80c19745). While there is more remaining, users may already see
reduced latency when resources are replaced. For example, if changing a
route from one backend service to another, RPCs may see less latency
during the transition</li>
<li>core: Log any exception during channel panic because of exception
(3961a923a). This prevents the exception from propagating up the stack
on an arbitrary thread. Such exceptions are rarely interesting. Instead,
the exception that caused the channel panic is the important one, and
RPCs will still fail with its details</li>
<li>util: Graceful switch to new LB when leaving CONNECTING (2e260a4bb).
Previously when using xDS and the configuration changes the LB policy,
the old LB policy is used until the new one is READY. Now the old LB
policy is used until the new policy becomes READY, TRANSIENT_FAILURE, or
IDLE</li>
<li>core: Use java.time.Time.getNano directly in InstantTimeProvider.
Previously reflection was used which would confuse R8 full mode (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11977">#11977</a>)
(7507a9ec0)</li>
<li>core: Avoid cancellation exceptions when notifying watchers that
already have their connections cancelled (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11934">#11934</a>)
(350f90e1a)</li>
<li>rls: allow maxAge in RLS config to exceed 5 minutes if staleAge is
set. Previously, the limit was 5 minutes, which isn't enough for some
gRPC clients (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11931">#11931</a>)
(c340f4a2f)</li>
<li>xds: avoid unnecessary dns lookup for CIDR addresses (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11932">#11932</a>)
(602aece08)</li>
<li>netty: Swap to UniformStreamByteDistributor (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11954">#11954</a>)
(2f52a0036). gRPC will no longer observe the HTTP/2 priorities, which
were not used directly by gRPC and deprecated in RFC 9113</li>
<li>core: Avoid Set.removeAll() when passing a possibly-large List (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11994">#11994</a>)
(666136b4b)</li>
<li>stub: trailersFromThrowable() metadata should be copied (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11979">#11979</a>)
(a6e1c1f09)</li>
</ul>
<h3>New Features</h3>
<ul>
<li>xds: xDS-based HTTP CONNECT configuration (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11861">#11861</a>)
(12197065f)</li>
<li>netty: Per-rpc authority verification against peer cert subject
names. Overriding transport authority at rpc time is only allowed when
using TlsChannelCredentials. The per-rpc authority verification feature
is guarded by the environment variable
GRPC_ENABLE_PER_RPC_AUTHORITY_CHECK in this release. When this is false
or not set, the rpc will not fail when the authority verification fails
but a warning will be logged. In a subsequent release the usage of this
environment variable will be removed and RPCs will start failing if the
authority doesn't match the peer certificate names. The environment
variable is temporary; if you are depending on the existing insecure
behavior, please file an issue (<a
href="https://redirect.github.com/grpc/grpc-java/issues/11724">#11724</a>)
(cdab410b8)</li>
</ul>
<h3>Thanks to</h3>
<p><a href="https://github.com/panchenko"><code>@panchenko</code></a>
<a
href="https://github.com/emmanuel-ferdman"><code>@emmanuel-ferdman</code></a>
<a href="https://github.com/JoeCqupt"><code>@JoeCqupt</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-java/commit/7f28d46c1083db30af5001888a33e1867c53d474"><code>7f28d46</code></a>
Bump version to 1.73.0</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/471748102fdd55586b110bc9c4c54b337ffd664f"><code>4717481</code></a>
Update README etc to reference 1.73.0</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/bfb55b5553a29e84d1f2ecd20699bc4e57ac3520"><code>bfb55b5</code></a>
xds: Add GcpAuthenticationFilter to FilterRegistry (<a
href="https://redirect.github.com/grpc/grpc-java/issues/12075">#12075</a>)
(<a
href="https://redirect.github.com/grpc/grpc-java/issues/12086">#12086</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/86136725f002533248e09a6ebfb3289a4627819f"><code>8613672</code></a>
Rename PSM interop fallback test suite to light (<a
href="https://redirect.github.com/grpc/grpc-java/issues/12092">#12092</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/165e47699fa673f2d1f65dd8fa8b067baf111d08"><code>165e476</code></a>
alts: add experimental keepalive (<a
href="https://redirect.github.com/grpc/grpc-java/issues/12076">#12076</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/e7722655302df4fc2a7effbb4de839c7b99e2bb5"><code>e772265</code></a>
xds: Enable least request by default (<a
href="https://redirect.github.com/grpc/grpc-java/issues/12054">#12054</a>)
(<a
href="https://redirect.github.com/grpc/grpc-java/issues/12062">#12062</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/6baac45bd238f6a4cdc4275840808c52a9162679"><code>6baac45</code></a>
xds: Fix pretty-print of Cluster with WrrLocality and LB policies (<a
href="https://redirect.github.com/grpc/grpc-java/issues/12037">#12037</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/454f1c5c6acc46e3d93ddf434a4e77943f5f52ec"><code>454f1c5</code></a>
binder: Create a Robolectric version of BinderTransportTest (<a
href="https://redirect.github.com/grpc/grpc-java/issues/12057">#12057</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/64fe061ccd0b8e57fdb54b983d58f235d568c55a"><code>64fe061</code></a>
Simplify RobolectricBinderSecurityTest (<a
href="https://redirect.github.com/grpc/grpc-java/issues/12058">#12058</a>)</li>
<li><a
href="https://github.com/grpc/grpc-java/commit/80cc988b3c2ed8961d0df9df0af13e297c522084"><code>80cc988</code></a>
xds: Use acceptResolvedAddresses() for WeightedTarget children (<a
href="https://redirect.github.com/grpc/grpc-java/issues/12053">#12053</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc-java/compare/v1.71.0...v1.73.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent d0e9d14 commit 7618274
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments