Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: [C#] Bump Grpc.AspNetCore.Server from 2.60.0 to 2.62.0 in /csh…
…arp (apache#41219) Bumps [Grpc.AspNetCore.Server](https://github.com/grpc/grpc-dotnet) from 2.60.0 to 2.62.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-dotnet/releases">Grpc.AspNetCore.Server's releases</a>.</em></p> <blockquote> <h2>Release v2.62.0</h2> <h2>What's Changed</h2> <ul> <li>Set default streams value in grpc-client.yml by <a href="https://github.com/sebastienros"><code>@sebastienros</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2379">grpc/grpc-dotnet#2379</a></li> <li>Fix OS detection error in UWP by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2376">grpc/grpc-dotnet#2376</a></li> <li>Update Grpc.Tools version to 2.62 by <a href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2382">grpc/grpc-dotnet#2382</a></li> <li>Bump v2.62.x to pre1 by <a href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2383">grpc/grpc-dotnet#2383</a></li> <li>Bump v2.62.x version for final release by <a href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2400">grpc/grpc-dotnet#2400</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.61.0...v2.62.0">https://github.com/grpc/grpc-dotnet/compare/v2.61.0...v2.62.0</a></p> <h2>Release v2.62.0-pre1</h2> <h2>What's Changed</h2> <ul> <li>Set default streams value in grpc-client.yml by <a href="https://github.com/sebastienros"><code>@sebastienros</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2379">grpc/grpc-dotnet#2379</a></li> <li>Fix OS detection error in UWP by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2376">grpc/grpc-dotnet#2376</a></li> <li>Update Grpc.Tools version to 2.62 by <a href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2382">grpc/grpc-dotnet#2382</a></li> <li>Bump v2.62.x to pre1 by <a href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2383">grpc/grpc-dotnet#2383</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.61.0...v2.62.0-pre1">https://github.com/grpc/grpc-dotnet/compare/v2.61.0...v2.62.0-pre1</a></p> <h2>Release v2.61.0</h2> <h2>What's Changed</h2> <ul> <li>Update Grpc.Tools to 2.60.0 by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2336">grpc/grpc-dotnet#2336</a></li> <li>Bump dev version to 2.61.0-dev on master branch by <a href="https://github.com/stanley-cheung"><code>@stanley-cheung</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2337">grpc/grpc-dotnet#2337</a></li> <li>Fix cancellation token reported when using retries by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2345">grpc/grpc-dotnet#2345</a></li> <li>First pass at Grpc.StatusProto API by <a href="https://github.com/tonydnewell"><code>@tonydnewell</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2205">grpc/grpc-dotnet#2205</a></li> <li>Add ProtoStatus example by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2273">grpc/grpc-dotnet#2273</a></li> <li>Grpc.StatusProto clean up by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2349">grpc/grpc-dotnet#2349</a></li> <li>Bump follow-redirects from 1.15.3 to 1.15.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2352">grpc/grpc-dotnet#2352</a></li> <li>Add key services tests for service and interceptor by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2356">grpc/grpc-dotnet#2356</a></li> <li>Allow GrpcChannel to use WinHttpHandler on Windows Server 2019 by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2362">grpc/grpc-dotnet#2362</a></li> <li>Add .NET 9 NuGet feed by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2365">grpc/grpc-dotnet#2365</a></li> <li>Add missing package mapping for net9 feed by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2366">grpc/grpc-dotnet#2366</a></li> <li>proposal: Build changelog based on previous stable version by <a href="https://github.com/tomkerkhove"><code>@tomkerkhove</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2269">grpc/grpc-dotnet#2269</a></li> <li>Bump Grpc.Tools to 1.61.0 by <a href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2370">grpc/grpc-dotnet#2370</a></li> <li>Bump versions on v2.61.x by <a href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2371">grpc/grpc-dotnet#2371</a></li> <li>Bump to v2.61.0 on v2.61.x branch by <a href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2374">grpc/grpc-dotnet#2374</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tonydnewell"><code>@tonydnewell</code></a> made their first contribution in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2205">grpc/grpc-dotnet#2205</a></li> <li><a href="https://github.com/tomkerkhove"><code>@tomkerkhove</code></a> made their first contribution in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2269">grpc/grpc-dotnet#2269</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.60.0...v2.61.0">https://github.com/grpc/grpc-dotnet/compare/v2.60.0...v2.61.0</a></p> <h2>Release v2.61.0-pre1</h2> <h2>What's Changed</h2> <ul> <li>Update Grpc.Tools to 2.60.0 by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2336">grpc/grpc-dotnet#2336</a></li> <li>Bump dev version to 2.61.0-dev on master branch by <a href="https://github.com/stanley-cheung"><code>@stanley-cheung</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2337">grpc/grpc-dotnet#2337</a></li> <li>Fix cancellation token reported when using retries by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2345">grpc/grpc-dotnet#2345</a></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-dotnet/commit/a20e53746e7cd41b09785bb979502b58902534c9"><code>a20e537</code></a> bump version for release (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2400">#2400</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/7b423e79708c57709515ff929721768a646dc02b"><code>7b423e7</code></a> bump to pre1 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2383">#2383</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/f29d927f428773a2f025b9b8b5536189927df196"><code>f29d927</code></a> update Grpc.Tools version to 2.62 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2382">#2382</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/098dca892a3949ade411c3f2f66003f7b330dfd2"><code>098dca8</code></a> Fix OS detection error in UWP (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2376">#2376</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/787faa64c73400c1a0bfaac5effd4409f296ebe5"><code>787faa6</code></a> Set default streams value in grpc-client.yml (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2379">#2379</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/da2038226c0a39edf03cedd6339dba5d5eb03315"><code>da20382</code></a> Merge pull request <a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2370">#2370</a> from apolcyn/bump_branch</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/7cd4bc2447d6ea7938798ac34330c1c873c07e62"><code>7cd4bc2</code></a> bump Grpc.Tools</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/6d1ea08ce3b4a22f8600a4e6bd2adbdaef652c82"><code>6d1ea08</code></a> proposal: Build changelog based on previous stable version (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2269">#2269</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/1a8435477ff9e6b7f7f7f8295da42a0a35abd2e8"><code>1a84354</code></a> Add missing package mapping for net9 feed (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2366">#2366</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/7f5b4574aac47f564e01ec89e2fba3f2255ef2dd"><code>7f5b457</code></a> Add .NET 9 NuGet feed (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2365">#2365</a>)</li> <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-dotnet/compare/v2.60.0...v2.62.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Grpc.AspNetCore.Server&package-manager=nuget&previous-version=2.60.0&new-version=2.62.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 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> Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Curt Hagenlocher <[email protected]>
- Loading branch information