dependabot[bot] opened a new pull request, #27706:
URL: https://github.com/apache/beam/pull/27706

   Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.2 
to 1.57.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-go/releases";>google.golang.org/grpc's 
releases</a>.</em></p>
   <blockquote>
   <h2>Release 1.57.0</h2>
   <h1>API Changes</h1>
   <ul>
   <li>resolver: remove deprecated <code>Target.Scheme</code> and 
<code>Target.Authority</code>.  Use <code>URL.Scheme</code> and 
<code>URL.Host</code> instead, respectively (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6363";>#6363</a>)</li>
   </ul>
   <h1>Behavior Changes</h1>
   <ul>
   <li>client: percent-encode the default authority for the channel (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6428";>#6428</a>)</li>
   <li>xds: require EDS service name to be set in a CDS cluster with an 'xdstp' 
resource name (gRFC A47) (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6438";>#6438</a>)</li>
   </ul>
   <h1>New Features</h1>
   <ul>
   <li>reflection: support the v1 reflection service and update 
<code>Register</code> to register both v1alpha and v1 (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6329";>#6329</a>)</li>
   <li>xds: add support for string matcher in RBAC header matching (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6419";>#6419</a>)</li>
   <li>alts: add support for <code>GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES</code> 
env var (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6267";>#6267</a>)</li>
   <li>balancer/weightedroundrobin: de-experimentalize name of LB policy (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6477";>#6477</a>)</li>
   </ul>
   <h1>Bug Fixes</h1>
   <ul>
   <li>status: <code>status.FromError</code> now returns an error with 
<code>codes.Unknown</code> when the error implements the 
<code>GRPCStatus()</code> method, and calling <code>GRPCStatus()</code> returns 
<code>nil</code> (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6374";>#6374</a>)
   <ul>
   <li>Special Thanks: <a 
href="https://github.com/atollena";><code>@​atollena</code></a></li>
   </ul>
   </li>
   <li>server: fix bug preventing TCP user timeout from being set on the 
connection when TLS is used (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6321";>#6321</a>)
   <ul>
   <li>Special Thanks: <a 
href="https://github.com/tobotg";><code>@​tobotg</code></a></li>
   </ul>
   </li>
   <li>client: eliminate connection churn during an address update that differs 
only in balancer attributes (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6439";>#6439</a>)</li>
   <li>clusterresolver: handle EDS nacks, resource-not-found errors, and DNS 
Resolver errors correctly (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6436";>#6436</a>, <a 
href="https://redirect.github.com/grpc/grpc-go/issues/6461";>#6461</a>)</li>
   <li>xds/ringhash: cache connectivity state of subchannels inside picker to 
avoid rare races (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6351";>#6351</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-go/commit/87bf02ad24f6cc071d2553eb5d62332194bba1fe";><code>87bf02a</code></a>
 Change version to 1.57.0 (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6448";>#6448</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-go/commit/6b64be9784958b37d2b1d7618b37a7f8a824654b";><code>6b64be9</code></a>
 resolver/weighted_round_robin: remove experimental suffix from name</li>
   <li><a 
href="https://github.com/grpc/grpc-go/commit/9489082068eb8cade6ea4f943ac83a205e0e382b";><code>9489082</code></a>
 github: replace deprecated command with environment file (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6417";>#6417</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-go/commit/d1868a539b5acb10daceeeb4fcbc6a8dedc7a532";><code>d1868a5</code></a>
 clusterresolver: add logs for dns discovery mechanism error cases (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6444";>#6444</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-go/commit/8e9c8f8e7133eb7ed64438837636dae2c5d92ce6";><code>8e9c8f8</code></a>
 grpc: do not use balancer attributes during address comparison (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6439";>#6439</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-go/commit/db32c5bfeb563e7ce6661b37d6a55688cbeb4a20";><code>db32c5b</code></a>
 Fix preloader mode in benchmarks (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6359";>#6359</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-go/commit/f0280f9d3d2f3fbe45de1ab5873a19ec678c74c8";><code>f0280f9</code></a>
 xds: require EDS service name in new-style CDS clusters (gRFC A47) (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6438";>#6438</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-go/commit/bf5b7aecd53ba679d72d43bbf61dee40633f6344";><code>bf5b7ae</code></a>
 clusterresolver: handle EDS nacks and resource-not-found errors correctly (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6";>#6</a>...</li>
   <li><a 
href="https://github.com/grpc/grpc-go/commit/fc0aa4689cd434c21cd4cbbbe9ef5af842ccb326";><code>fc0aa46</code></a>
 client: encode the authority by default (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6428";>#6428</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-go/commit/11feb0a9afd844fd2ab1f18dca02ad6a344b21bf";><code>11feb0a</code></a>
 resolver: delete Target.Scheme and Target.Authority (<a 
href="https://redirect.github.com/grpc/grpc-go/issues/6363";>#6363</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-go/compare/v1.56.2...v1.57.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/grpc&package-manager=go_modules&previous-version=1.56.2&new-version=1.57.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually 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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to