Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MINOR: [C#] Bump Grpc.AspNetCore.Server from 2.60.0 to 2.62.0 in /csharp #41219

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps Grpc.AspNetCore.Server from 2.60.0 to 2.62.0.

Release notes

Sourced from Grpc.AspNetCore.Server's releases.

Release v2.62.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.61.0...v2.62.0

Release v2.62.0-pre1

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.61.0...v2.62.0-pre1

Release v2.61.0

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.60.0...v2.61.0

Release v2.61.0-pre1

What's Changed

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [Grpc.AspNetCore.Server](https://github.com/grpc/grpc-dotnet) from 2.60.0 to 2.62.0.
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](grpc/grpc-dotnet@v2.60.0...v2.62.0)

---
updated-dependencies:
- dependency-name: Grpc.AspNetCore.Server
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Dependabot-only labels Apr 15, 2024
@CurtHagenlocher CurtHagenlocher merged commit 28d292c into main Apr 15, 2024
16 checks passed
@CurtHagenlocher CurtHagenlocher removed the awaiting review Awaiting review label Apr 15, 2024
@dependabot dependabot bot deleted the dependabot/nuget/csharp/Grpc.AspNetCore.Server-2.62.0 branch April 15, 2024 17:12
@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Apr 15, 2024
Copy link

After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 28d292c.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 4 possible false positives for unstable benchmarks that are known to sometimes produce them.

tolleybot pushed a commit to tmct/arrow that referenced this pull request May 2, 2024
…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]>
vibhatha pushed a commit to vibhatha/arrow that referenced this pull request May 25, 2024
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting committer review Awaiting committer review Component: C# dependencies Dependabot-only .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant