You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/05/05 05:10:52 UTC

[GitHub] [beam] dependabot[bot] opened a new pull request, #26568: Bump google.golang.org/grpc from 1.54.0 to 1.55.0 in /sdks

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

   Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.54.0 to 1.55.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.55.0</h2>
   <h1>Behavior Changes</h1>
   <ul>
   <li>xds: enable federation support by default (<a href="https://redirect.github.com/grpc/grpc-go/issues/6151">#6151</a>)</li>
   <li>status: <code>status.Code</code> and <code>status.FromError</code> handle wrapped errors (<a href="https://redirect.github.com/grpc/grpc-go/issues/6031">#6031</a> and <a href="https://redirect.github.com/grpc/grpc-go/issues/6150">#6150</a>)
   <ul>
   <li>Special Thanks: <a href="https://github.com/psyhatter"><code>@​psyhatter</code></a></li>
   </ul>
   </li>
   </ul>
   <h1>New Features</h1>
   <ul>
   <li>xds/xdsclient: support <code>ignore_resource_deletion</code> server feature as per gRFC <a href="https://github.com/grpc/proposal/blob/master/A53-xds-ignore-resource-deletion.md">A53</a> (<a href="https://redirect.github.com/grpc/grpc-go/issues/6035">#6035</a>)</li>
   <li>security/advancedtls: add min/max TLS version selection options (<a href="https://redirect.github.com/grpc/grpc-go/issues/6007">#6007</a>)
   <ul>
   <li>Special Thanks: <a href="https://github.com/joeljeske"><code>@​joeljeske</code></a></li>
   </ul>
   </li>
   </ul>
   <h1>Bug Fixes</h1>
   <ul>
   <li>xds: stop routing RPCs to deleted clusters (<a href="https://redirect.github.com/grpc/grpc-go/issues/6125">#6125</a>)</li>
   <li>client: fix race between stream creation and GOAWAY receipt, which could lead to spurious UNAVAILABLE stream errors (<a href="https://redirect.github.com/grpc/grpc-go/issues/6142">#6142</a>)</li>
   </ul>
   <h1>Performance Improvements</h1>
   <ul>
   <li>server: improve stream handler goroutine worker allocation when <a href="https://pkg.go.dev/google.golang.org/grpc#NumStreamWorkers"><code>NumStreamWorkers</code></a> is used (<a href="https://redirect.github.com/grpc/grpc-go/issues/6004">#6004</a>)
   <ul>
   <li>Special Thanks: <a href="https://github.com/SaveTheRbtz"><code>@​SaveTheRbtz</code></a></li>
   </ul>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-go/commit/82c6376d2ac5badf955e360e461455212a89713e"><code>82c6376</code></a> Change version to 1.55.0 (<a href="https://redirect.github.com/grpc/grpc-go/issues/6211">#6211</a>)</li>
   <li><a href="https://github.com/grpc/grpc-go/commit/d33f68e712024f90ed86d254e1d9d9f424667a29"><code>d33f68e</code></a> googledirectpatph: enable ignore_resource_deletion in bootstrap (<a href="https://redirect.github.com/grpc/grpc-go/issues/6243">#6243</a>) (<a href="https://redirect.github.com/grpc/grpc-go/issues/6246">#6246</a>)</li>
   <li><a href="https://github.com/grpc/grpc-go/commit/3fc6e0016ef9e919647bbccaba76919b25e49167"><code>3fc6e00</code></a> authz: Move audit package (<a href="https://redirect.github.com/grpc/grpc-go/issues/6218">#6218</a>) (<a href="https://redirect.github.com/grpc/grpc-go/issues/6219">#6219</a>)</li>
   <li><a href="https://github.com/grpc/grpc-go/commit/875c97a94dca8093bf01ff2fef490fbdd576373d"><code>875c97a</code></a> examples/features/observability: use observability module v1.0.0 (<a href="https://redirect.github.com/grpc/grpc-go/issues/6210">#6210</a>)</li>
   <li><a href="https://github.com/grpc/grpc-go/commit/aa8c137da98cbb59ddcf58e7c7e130cdd8f4fec7"><code>aa8c137</code></a> authz: add audit logging APIs (<a href="https://redirect.github.com/grpc/grpc-go/issues/6158">#6158</a>)</li>
   <li><a href="https://github.com/grpc/grpc-go/commit/b91b8842e9437f711267bfc227c454de91e7cf15"><code>b91b884</code></a> gcp/observability: Have o11y module point to grpc 1.54 and opencensus 1.0.0 (...</li>
   <li><a href="https://github.com/grpc/grpc-go/commit/eab9e20d1bbecbdcdf442c5f6669ad731a160c0f"><code>eab9e20</code></a> test/kokoro: increase PSM Security test timeout to 4h (<a href="https://redirect.github.com/grpc/grpc-go/issues/6193">#6193</a>)</li>
   <li><a href="https://github.com/grpc/grpc-go/commit/d90621f9e920aa6fdb554252f7f476e0b7791c1d"><code>d90621f</code></a> remove the unnecessary call to ResetTimer and StopTimer (<a href="https://redirect.github.com/grpc/grpc-go/issues/6185">#6185</a>)</li>
   <li><a href="https://github.com/grpc/grpc-go/commit/fe72db9589696a625af72117a600ba191227b7c5"><code>fe72db9</code></a> testing: add helpers to start test service, and retrieve port (<a href="https://redirect.github.com/grpc/grpc-go/issues/6187">#6187</a>)</li>
   <li><a href="https://github.com/grpc/grpc-go/commit/5a50b970ccaddcd811b4a0da8e56fe1a2492f7da"><code>5a50b97</code></a> Revert &quot;Revert &quot;credentials/alts: defer ALTS stream creation until handshake ...</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-go/compare/v1.54.0...v1.55.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.54.0&new-version=1.55.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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] commented on pull request #26568: Bump google.golang.org/grpc from 1.54.0 to 1.55.0 in /sdks

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #26568:
URL: https://github.com/apache/beam/pull/26568#issuecomment-1535719428

   Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`:
   
   R: @jrmccluskey for label go.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)
   
   The PR bot will only process comments in the main thread (not review comments).


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] jrmccluskey merged pull request #26568: Bump google.golang.org/grpc from 1.54.0 to 1.55.0 in /sdks

Posted by "jrmccluskey (via GitHub)" <gi...@apache.org>.
jrmccluskey merged PR #26568:
URL: https://github.com/apache/beam/pull/26568


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org