Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.Net: Bump Grpc.Net.Client from 2.63.0 to 2.65.0 in /dotnet (#8827)
Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.63.0 to 2.65.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-dotnet/releases">Grpc.Net.Client's releases</a>.</em></p> <blockquote> <h2>Release v2.65.0</h2> <h2>What's Changed</h2> <ul> <li>Update Native.DetectWindowsVersion() to consider Windows Server 2019 to be Window Server by <a href="https://github.com/wrall"><code>@wrall</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2468">grpc/grpc-dotnet#2468</a></li> <li>Bump master version to 2.65.0-dev by <a href="https://github.com/stanley-cheung"><code>@stanley-cheung</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2472">grpc/grpc-dotnet#2472</a></li> <li>Reduce usage of RunContinuationsAsynchronously by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2478">grpc/grpc-dotnet#2478</a></li> <li>Bump Grpc.Tools version to 2.65.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/2488">grpc/grpc-dotnet#2488</a></li> <li>Bump version to 2.65.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/2490">grpc/grpc-dotnet#2490</a></li> <li>Bump release version to 2.65.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/2495">grpc/grpc-dotnet#2495</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wrall"><code>@wrall</code></a> made their first contribution in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2468">grpc/grpc-dotnet#2468</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.64.0...v2.65.0">https://github.com/grpc/grpc-dotnet/compare/v2.64.0...v2.65.0</a></p> <h2>Release v2.65.0-pre1</h2> <h2>What's Changed</h2> <ul> <li>Update Native.DetectWindowsVersion() to consider Windows Server 2019 to be Window Server by <a href="https://github.com/wrall"><code>@wrall</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2468">grpc/grpc-dotnet#2468</a></li> <li>Bump master version to 2.65.0-dev by <a href="https://github.com/stanley-cheung"><code>@stanley-cheung</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2472">grpc/grpc-dotnet#2472</a></li> <li>Reduce usage of RunContinuationsAsynchronously by <a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2478">grpc/grpc-dotnet#2478</a></li> <li>Bump Grpc.Tools version to 2.65.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/2488">grpc/grpc-dotnet#2488</a></li> <li>Bump version to 2.65.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/2490">grpc/grpc-dotnet#2490</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wrall"><code>@wrall</code></a> made their first contribution in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2468">grpc/grpc-dotnet#2468</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.64.0...v2.65.0-pre1">https://github.com/grpc/grpc-dotnet/compare/v2.64.0...v2.65.0-pre1</a></p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-dotnet/commit/60156334d62c5169792c5fca1a653aa490c1abd8"><code>6015633</code></a> Bump release version to 2.65.0 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2495">#2495</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/39e162c7f2e89f509361443082c5ec579778c082"><code>39e162c</code></a> Bump version to 2.65.0-pre1 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2490">#2490</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/35b63dad5717c7edade9db73d868ac5ab9320b78"><code>35b63da</code></a> Bump Grpc.Tools version to 2.65.0 (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2488">#2488</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/64487838998116aca660bbe9b2264ca3ccf26c4a"><code>6448783</code></a> Reduce usage of RunContinuationsAsynchronously (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2478">#2478</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/aab5b2b798068fc6d7ce5e25f5f0e34b9e119eac"><code>aab5b2b</code></a> Bump master version to 2.65.0-dev (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2472">#2472</a>)</li> <li><a href="https://github.com/grpc/grpc-dotnet/commit/4623318100068e0d3df22e2d7db9bda81afbfabc"><code>4623318</code></a> Update Native.DetectWindowsVersion() to consider Windows Server 2019 to be Wi...</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>Additional commits viewable in <a href="https://github.com/grpc/grpc-dotnet/compare/v2.63.0...v2.65.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Grpc.Net.Client&package-manager=nuget&previous-version=2.63.0&new-version=2.65.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information