Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: [C#] Bump Grpc.AspNetCore, Grpc.AspNetCore.Server, System.Runt…
…ime.CompilerServices.Unsafe and Grpc.Net.Client in /csharp (#43474) [//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [Grpc.AspNetCore](https://github.com/grpc/grpc-dotnet), [Grpc.AspNetCore.Server](https://github.com/grpc/grpc-dotnet), [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime) and [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet). These dependencies needed to be updated together. Updates `Grpc.AspNetCore` 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.AspNetCore's releases</a>.</em></p> <blockquote> <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> <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> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/grpc/grpc-dotnet/commits">compare view</a></li> </ul> </details> <br /> Updates `Grpc.AspNetCore.Server` from 2.64.0 to 2.65.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.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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/grpc/grpc-dotnet/commits">compare view</a></li> </ul> </details> <br /> Updates `System.Runtime.CompilerServices.Unsafe` from 4.7.1 to 6.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/runtime/releases">System.Runtime.CompilerServices.Unsafe's releases</a>.</em></p> <blockquote> <h2>.NET 6.0</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0">Release</a></p> <h2>.NET 6.0 RC 2</h2> <p><a href="https://github.com/dotnet/core/tree/v6.0.0-rc.2">Release</a></p> <h2>.NET 6.0 RC 1</h2> <p><a href="https://github.com/dotnet/core/tree/v6.0.0-rc.1">Release</a></p> <h2>.NET 6.0 Preview 7</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.7">Release</a></p> <h2>.NET 6.0 Preview 6</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.6">Release</a></p> <h2>.NET 6.0 Preview 5</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.5">Release</a></p> <h2>.NET 6.0 Preview 4</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.4">Release</a></p> <h2>.NET 6.0 Preview 3</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.3">Release</a></p> <h2>.NET 6.0 Preview 2</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.2">Release</a></p> <h2>.NET 6.0 Preview 1</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v6.0.0-preview.1">Release</a></p> <h2>.NET 5.0.17</h2> <p><a href="https://github.com/dotnet/core/tree/v5.0.17">Release</a></p> <p>.NET 5 is now <a href="https://docs.microsoft.com/en-us/lifecycle/products/microsoft-net-and-net-core">out of support</a>. We recommend using .NET 6.</p> <h2>.NET 5.0.16</h2> <p><a href="https://github.com/dotnet/core/tree/v5.0.16">Release</a></p> <h2>.NET 5.0.15</h2> <p><a href="https://github.com/dotnet/core/tree/v5.0.15">Release</a></p> <h2>.NET 5.0.14</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v5.0.14">Release</a></p> <h2>.NET 5.0.13</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v5.0.13">Release</a></p> <h2>.NET 5.0.11</h2> <p><a href="https://github.com/dotnet/core/tree/v5.0.11">Release</a></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/dotnet/runtime/commits/v6.0.0">compare view</a></li> </ul> </details> <br /> Updates `Grpc.Net.Client` from 2.64.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-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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/grpc/grpc-dotnet/commits">compare view</a></li> </ul> </details> <br /> 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]>
- Loading branch information