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

[GitHub] [dubbo-go-samples] dependabot[bot] opened a new pull request, #566: Build(deps): bump google.golang.org/grpc from 1.51.0 to 1.55.0

dependabot[bot] opened a new pull request, #566:
URL: https://github.com/apache/dubbo-go-samples/pull/566

   Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.51.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>
   <h2>Release 1.54.1</h2>
   <h1>Bug Fixes</h1>
   <ul>
   <li>credentials/alts: revert a change that causes a crash in the handshaker</li>
   </ul>
   <h2>Release 1.54.0</h2>
   <h1>Behavior Changes</h1>
   <ul>
   <li>xds: remove support for xDS v2 transport API (<a href="https://redirect.github.com/grpc/grpc-go/issues/6013">#6013</a>)</li>
   </ul>
   <h1>New Features</h1>
   <ul>
   <li>server: expose <code>SetSendCompressor</code> API to set send compressor name (<a href="https://redirect.github.com/grpc/grpc-go/issues/5744">#5744</a>)
   <ul>
   <li>Special Thanks: <a href="https://github.com/jronak"><code>@​jronak</code></a></li>
   </ul>
   </li>
   <li>xdsclient: include <code>Node</code> proto only in the first discovery request message, to improve performance (<a href="https://redirect.github.com/grpc/grpc-go/issues/6078">#6078</a>)</li>
   </ul>
   <h1>Bug Fixes</h1>
   <ul>
   <li>metadata: fix validation logic and properly validate metadata appended via <code>AppendToOutgoingContext</code> (<a href="https://redirect.github.com/grpc/grpc-go/issues/6001">#6001</a>)
   <ul>
   <li>Special Thanks: <a href="https://github.com/ktalg"><code>@​ktalg</code></a></li>
   </ul>
   </li>
   <li>transport: do not close connections when we encounter I/O errors until after all data is consumed (<a href="https://redirect.github.com/grpc/grpc-go/issues/6110">#6110</a>)</li>
   <li>ringhash: ensure addresses are consistently hashed across updates (<a href="https://redirect.github.com/grpc/grpc-go/issues/6066">#6066</a>)</li>
   <li>xds/clusterimpl: fix a bug causing unnecessary closing and re-opening of LRS streams (<a href="https://redirect.github.com/grpc/grpc-go/issues/6112">#6112</a>)</li>
   <li>xds: NACK route configuration if sum of weights of weighted clusters exceeds uint32_max (<a href="https://redirect.github.com/grpc/grpc-go/issues/6085">#6085</a>)</li>
   </ul>
   <h1>Documentation</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.51.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.51.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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-samples] AlexStocks closed pull request #566: Build(deps): bump google.golang.org/grpc from 1.51.0 to 1.55.0

Posted by "AlexStocks (via GitHub)" <gi...@apache.org>.
AlexStocks closed pull request #566: Build(deps): bump google.golang.org/grpc from 1.51.0 to 1.55.0
URL: https://github.com/apache/dubbo-go-samples/pull/566


-- 
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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go-samples] dependabot[bot] commented on pull request #566: Build(deps): bump google.golang.org/grpc from 1.51.0 to 1.55.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #566:
URL: https://github.com/apache/dubbo-go-samples/pull/566#issuecomment-1539842563

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org