Skip to content

Commit

Permalink
MINOR: [C#] Bump Grpc.AspNetCore.Server from 2.63.0 to 2.64.0 in /csh…
Browse files Browse the repository at this point in the history
…arp (#43371)

Bumps [Grpc.AspNetCore.Server](https://github.com/grpc/grpc-dotnet) from 2.63.0 to 2.64.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.64.0</h2>
<h2>What's Changed</h2>
<ul>
<li>doc: fix typo by <a href="https://github.com/WeihanLi"><code>@​WeihanLi</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2432">grpc/grpc-dotnet#2432</a></li>
<li>doc: fix typo by <a href="https://github.com/WeihanLi"><code>@​WeihanLi</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2431">grpc/grpc-dotnet#2431</a></li>
<li>ci: upgrade checkout action version by <a href="https://github.com/WeihanLi"><code>@​WeihanLi</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2434">grpc/grpc-dotnet#2434</a></li>
<li>build: configure rollForward in global.json by <a href="https://github.com/WeihanLi"><code>@​WeihanLi</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2437">grpc/grpc-dotnet#2437</a></li>
<li>Support some HttpClientAction settings and log debug message instead of an error by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2448">grpc/grpc-dotnet#2448</a></li>
<li>Assign primary handler before other configuration by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2445">grpc/grpc-dotnet#2445</a></li>
<li>Update various package versions by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2453">grpc/grpc-dotnet#2453</a></li>
<li>Update Grpc.Tools to 2.64.0 by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2456">grpc/grpc-dotnet#2456</a></li>
<li>Change functional tests to use dynamic ports by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2458">grpc/grpc-dotnet#2458</a></li>
<li>Add WriteResponseHeadersAsync test by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2452">grpc/grpc-dotnet#2452</a></li>
<li>Update repo for .NET 9 by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2457">grpc/grpc-dotnet#2457</a></li>
<li>Fix flaky ConnectTimeout_MultipleCalls_AttemptReconnect test by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2460">grpc/grpc-dotnet#2460</a></li>
<li>Bump branch version to 2.64.0-pre1 by <a href="https://github.com/stanley-cheung"><code>@​stanley-cheung</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2471">grpc/grpc-dotnet#2471</a></li>
<li>[2.64.x] Update Native.DetectWindowsVersion() to consider Windows Server 2019 to be Window Server by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2473">grpc/grpc-dotnet#2473</a></li>
<li>Bump version to 2.64.0 by <a href="https://github.com/stanley-cheung"><code>@​stanley-cheung</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2487">grpc/grpc-dotnet#2487</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.63.0...v2.64.0">https://github.com/grpc/grpc-dotnet/compare/v2.63.0...v2.64.0</a></p>
<h2>Release v2.64.0-pre1</h2>
<h2>What's Changed</h2>
<ul>
<li>doc: fix typo by <a href="https://github.com/WeihanLi"><code>@​WeihanLi</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2432">grpc/grpc-dotnet#2432</a></li>
<li>doc: fix typo by <a href="https://github.com/WeihanLi"><code>@​WeihanLi</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2431">grpc/grpc-dotnet#2431</a></li>
<li>ci: upgrade checkout action version by <a href="https://github.com/WeihanLi"><code>@​WeihanLi</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2434">grpc/grpc-dotnet#2434</a></li>
<li>build: configure rollForward in global.json by <a href="https://github.com/WeihanLi"><code>@​WeihanLi</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2437">grpc/grpc-dotnet#2437</a></li>
<li>Support some HttpClientAction settings and log debug message instead of an error by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2448">grpc/grpc-dotnet#2448</a></li>
<li>Assign primary handler before other configuration by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2445">grpc/grpc-dotnet#2445</a></li>
<li>Update various package versions by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2453">grpc/grpc-dotnet#2453</a></li>
<li>Update Grpc.Tools to 2.64.0 by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2456">grpc/grpc-dotnet#2456</a></li>
<li>Change functional tests to use dynamic ports by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2458">grpc/grpc-dotnet#2458</a></li>
<li>Add WriteResponseHeadersAsync test by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2452">grpc/grpc-dotnet#2452</a></li>
<li>Update repo for .NET 9 by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2457">grpc/grpc-dotnet#2457</a></li>
<li>Fix flaky ConnectTimeout_MultipleCalls_AttemptReconnect test by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2460">grpc/grpc-dotnet#2460</a></li>
<li>Bump branch version to 2.64.0-pre1 by <a href="https://github.com/stanley-cheung"><code>@​stanley-cheung</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2471">grpc/grpc-dotnet#2471</a></li>
<li>[2.64.x] Update Native.DetectWindowsVersion() to consider Windows Server 2019 to be Window Server by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2473">grpc/grpc-dotnet#2473</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.63.0...v2.64.0-pre1">https://github.com/grpc/grpc-dotnet/compare/v2.63.0...v2.64.0-pre1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/988b41547b5fd3efd2815480d09fe27e6053eb60"><code>988b415</code></a> Bump version to 2.64.0 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2487">#2487</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/0e24d12f1efd9fc0d6acaf8c812de6b8c3a36a22"><code>0e24d12</code></a> Update Native.DetectWindowsVersion() to consider Windows Server 2019 to be Wi...</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/44651b08fe5b3c58d2a2a6e75eefa65ec70b36d5"><code>44651b0</code></a> Bump branch version to 2.64.0-pre1 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2471">#2471</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/1416340c85bb5925b5fed0c101e7e6de71e367e0"><code>1416340</code></a> Fix flaky ConnectTimeout_MultipleCalls_AttemptReconnect test (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2460">#2460</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/64f6a0958a9d832ce93a560c22b28fb8489cd720"><code>64f6a09</code></a> Update repo for .NET 9 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2457">#2457</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/434a5ba26b7f08f792a5450fcafdbe463b8ede9e"><code>434a5ba</code></a> Add WriteResponseHeadersAsync test (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2452">#2452</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/5e6821cbe3d9032f6dc692ebecce84fa8f79bee3"><code>5e6821c</code></a> Change functional tests to use dynamic ports (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2458">#2458</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/b57c87f2a9897b2046fdf8fff8e9eb5cb5bce396"><code>b57c87f</code></a> Update Grpc.Tools to 2.64.0 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2456">#2456</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/775d1fba1caec1a57c2598cc579963bae1cc2bd0"><code>775d1fb</code></a> Update various package versions (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2453">#2453</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/0ea0112ec859924d6b15b38f872dad680f60c68f"><code>0ea0112</code></a> Assign primary handler before other configuration (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2445">#2445</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/grpc/grpc-dotnet/compare/v2.63.0...v2.64.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.63.0&new-version=2.64.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 <curt@hagenlocher.org>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent bc98167 commit aebe427
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Grpc.AspNetCore.Server" Version="2.63.0" />
<PackageReference Include="Grpc.AspNetCore.Server" Version="2.64.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit aebe427

Please sign in to comment.