-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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.56.0 to 2.57.0 in /csharp #37663
MINOR: [C#] Bump Grpc.AspNetCore.Server from 2.56.0 to 2.57.0 in /csharp #37663
Conversation
Bumps [Grpc.AspNetCore.Server](https://github.com/grpc/grpc-dotnet) from 2.56.0 to 2.57.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.56.0...v2.57.0) --- updated-dependencies: - dependency-name: Grpc.AspNetCore.Server dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
@eerhardt @CurtHagenlocher It seems that Grpc.AspNetCore.Server 2.57.0 doesn't work with netcoreapp3.1: https://github.com/apache/arrow/actions/runs/6149055427/job/16684127367?pr=37663#step:5:17
https://learn.microsoft.com/en-us/lifecycle/products/microsoft-net-and-net-core says that .NET Core 3.1 reached EOL on Dec 13, 2022. Should we still support .NET Core 3.1? Can we require .NET 6.0 or later? |
@kou That seems okay to me for Apache.Arrow.Flight.AspNetCore. I'm not as sure about removing targets from Apache.Arrow as I imagine it would have greater usage and therefore be more likely to break someone. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
@CurtHagenlocher @eerhardt Thanks for checking this. I merge this because @eerhardt updated TargetFramework
.
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 8e4c826. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…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>
…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>
This PR includes breaking changes to public APIs.
Apache.Arrow.Flight.AspNetCore requires .NET 6.0 or later.
Bumps Grpc.AspNetCore.Server from 2.56.0 to 2.57.0.
Release notes
Sourced from Grpc.AspNetCore.Server's releases.
... (truncated)
Commits
7733c07
[2.57.x] Update version to 2.57.0 (#2272)4dadd82
[v2.57.x] Update version to 2.57.0-pre1 (#2266)b50e46f
Fix connection bugs from BalancerAddress changes (#2265)311f878
Change subchannel BalancerAddress when attributes change (#2228)b421751
Fix unobserved exceptions with retries (#2255)41f67ad
Log socket lifetime when closing unusable sockets (#2258)a9e810c
Update call debugger display to show status code (#2259)6429ae2
Reduce logger allocations by not using generic CreateLogger (#2256)3db1683
Add transport status to subchannel picked log (#2261)0104983
Update Grpc.Tools dependency to 2.57.0 (#2257)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)