Skip to content

Commit

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

**This PR includes breaking changes to public APIs.**

Apache.Arrow.Flight.AspNetCore requires .NET 6.0 or later.

Bumps [Grpc.AspNetCore.Server](https://github.com/grpc/grpc-dotnet) from 2.56.0 to 2.57.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.57.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Start 2.57.x development cycle by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2227">grpc/grpc-dotnet#2227</a></li>
<li>Validate Windows version when using WinHttpHandler by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2229">grpc/grpc-dotnet#2229</a></li>
<li>Support infinite idle connection timeout values by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2231">grpc/grpc-dotnet#2231</a></li>
<li>Improve BalancerAttributes debugging by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2235">grpc/grpc-dotnet#2235</a></li>
<li>Update Grpc.Net.Client to remove ValueTask usage by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2222">grpc/grpc-dotnet#2222</a></li>
<li>Update Newtonsoft.Json to 13.0.3 by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2219">grpc/grpc-dotnet#2219</a></li>
<li>Consistently don't log message errors on cancellation by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2221">grpc/grpc-dotnet#2221</a></li>
<li>Fix load balancing flaky test by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2223">grpc/grpc-dotnet#2223</a></li>
<li>Improve comment in GrpcChannel for WinHttpHandler + OS validation by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2237">grpc/grpc-dotnet#2237</a></li>
<li>Update OS version detection to get version directly from Windows by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2239">grpc/grpc-dotnet#2239</a></li>
<li>Update implementation_comparison.md by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2240">grpc/grpc-dotnet#2240</a></li>
<li>Update to use .NET 8 by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2021">grpc/grpc-dotnet#2021</a></li>
<li>Bump semver from 6.3.0 to 6.3.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2243">grpc/grpc-dotnet#2243</a></li>
<li>Force yielding after awaiting CallTask to avoid holding onto locks by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2245">grpc/grpc-dotnet#2245</a></li>
<li>Update Grpc.Net.Client to use ActivitySource by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2244">grpc/grpc-dotnet#2244</a></li>
<li>Clear IAsyncStreamReader.Current value before reading next value by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2248">grpc/grpc-dotnet#2248</a></li>
<li>Upgrade QpsWorker to net8 by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2250">grpc/grpc-dotnet#2250</a></li>
<li>Change subchannel ID to include a channel ID by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2253">grpc/grpc-dotnet#2253</a></li>
<li>Update Grpc.Tools dependency to 2.57.0 by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2257">grpc/grpc-dotnet#2257</a></li>
<li>Add transport status to subchannel picked log by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2261">grpc/grpc-dotnet#2261</a></li>
<li>Reduce logger allocations by not using generic CreateLogger by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2256">grpc/grpc-dotnet#2256</a></li>
<li>Update call debugger display to show status code by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2259">grpc/grpc-dotnet#2259</a></li>
<li>Log socket lifetime when closing unusable sockets by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2258">grpc/grpc-dotnet#2258</a></li>
<li>Fix unobserved exceptions with retries by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2255">grpc/grpc-dotnet#2255</a></li>
<li>Change subchannel BalancerAddress when attributes change by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2228">grpc/grpc-dotnet#2228</a></li>
<li>Fix connection bugs from BalancerAddress changes by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2265">grpc/grpc-dotnet#2265</a></li>
<li>[v2.57.x] Update version to 2.57.0-pre1 by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2266">grpc/grpc-dotnet#2266</a></li>
<li>[2.57.x] Update version to 2.57.0 by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2272">grpc/grpc-dotnet#2272</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.56.0...v2.57.0">https://github.com/grpc/grpc-dotnet/compare/v2.56.0...v2.57.0</a></p>
<h2>Release v2.57.0-pre1</h2>
<h2>What's Changed</h2>
<ul>
<li>Start 2.57.x development cycle by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2227">grpc/grpc-dotnet#2227</a></li>
<li>Validate Windows version when using WinHttpHandler by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2229">grpc/grpc-dotnet#2229</a></li>
<li>Support infinite idle connection timeout values by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2231">grpc/grpc-dotnet#2231</a></li>
<li>Improve BalancerAttributes debugging by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2235">grpc/grpc-dotnet#2235</a></li>
<li>Update Grpc.Net.Client to remove ValueTask usage by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2222">grpc/grpc-dotnet#2222</a></li>
<li>Update Newtonsoft.Json to 13.0.3 by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2219">grpc/grpc-dotnet#2219</a></li>
<li>Consistently don't log message errors on cancellation by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2221">grpc/grpc-dotnet#2221</a></li>
<li>Fix load balancing flaky test by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2223">grpc/grpc-dotnet#2223</a></li>
<li>Improve comment in GrpcChannel for WinHttpHandler + OS validation by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2237">grpc/grpc-dotnet#2237</a></li>
<li>Update OS version detection to get version directly from Windows by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2239">grpc/grpc-dotnet#2239</a></li>
<li>Update implementation_comparison.md by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2240">grpc/grpc-dotnet#2240</a></li>
<li>Update to use .NET 8 by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2021">grpc/grpc-dotnet#2021</a></li>
<li>Bump semver from 6.3.0 to 6.3.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2243">grpc/grpc-dotnet#2243</a></li>
<li>Force yielding after awaiting CallTask to avoid holding onto locks by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://github.com/grpc/grpc-dotnet/pull/2245">grpc/grpc-dotnet#2245</a></li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/7733c07c69c98506e9f89ec68cd0fb33ecd1bcb4"><code>7733c07</code></a> [2.57.x] Update version to 2.57.0 (<a href="https://github.com/grpc/grpc-dotnet/issues/2272">#2272</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/4dadd820d9180869948dd546fe3272fdc08401a3"><code>4dadd82</code></a> [v2.57.x] Update version to 2.57.0-pre1 (<a href="https://github.com/grpc/grpc-dotnet/issues/2266">#2266</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/b50e46f851f3b1d787f54efced879fb0696d3bb4"><code>b50e46f</code></a> Fix connection bugs from BalancerAddress changes (<a href="https://github.com/grpc/grpc-dotnet/issues/2265">#2265</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/311f8784c6f2300f85875927cbbdc7d29f0e2538"><code>311f878</code></a> Change subchannel BalancerAddress when attributes change (<a href="https://github.com/grpc/grpc-dotnet/issues/2228">#2228</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/b421751176ece4ea8fb969bbfc4e8a64be874a49"><code>b421751</code></a> Fix unobserved exceptions with retries (<a href="https://github.com/grpc/grpc-dotnet/issues/2255">#2255</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/41f67ad900d470b3c3eadf92c07c518c7cb1dd5f"><code>41f67ad</code></a> Log socket lifetime when closing unusable sockets (<a href="https://github.com/grpc/grpc-dotnet/issues/2258">#2258</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/a9e810c3df173f57b6b79c65421751b3e2b541bc"><code>a9e810c</code></a> Update call debugger display to show status code (<a href="https://github.com/grpc/grpc-dotnet/issues/2259">#2259</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/6429ae2f574788a1f9237a42c86f71c9f781e3e2"><code>6429ae2</code></a> Reduce logger allocations by not using generic CreateLogger (<a href="https://github.com/grpc/grpc-dotnet/issues/2256">#2256</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/3db1683820e58670cd54686d25d1180890ce81c3"><code>3db1683</code></a> Add transport status to subchannel picked log (<a href="https://github.com/grpc/grpc-dotnet/issues/2261">#2261</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/01049834beb8342d1cf93bc5902a7fb2d3a310e1"><code>0104983</code></a> Update Grpc.Tools dependency to 2.57.0 (<a href="https://github.com/grpc/grpc-dotnet/issues/2257">#2257</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/grpc/grpc-dotnet/compare/v2.56.0...v2.57.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.56.0&new-version=2.57.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>

Lead-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 1940cbb commit 8e4c826
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Grpc.AspNetCore.Server" Version="2.56.0" />
<PackageReference Include="Grpc.AspNetCore.Server" Version="2.57.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8e4c826

Please sign in to comment.