Skip to content
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.Net.Client from 2.55.0 to 2.56.0 in /csharp #37550

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps Grpc.Net.Client from 2.55.0 to 2.56.0.

Release notes

Sourced from Grpc.Net.Client's releases.

Release v2.56.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.56.0-pre2...v2.56.0

Release v2.56.0-pre2

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.56.0-pre1...v2.56.0-pre2

Release v2.56.0-pre1

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.55.0...v2.56.0-pre1

Commits
  • b9e7a8b Update version to 2.56.0 (on v2.56.x branch) (#2251)
  • c41d7e2 Update version to -pre2 on v2.56.x branch (#2246)
  • 400bbb7 [2.56.x] Validate Windows version when using WinHttpHandler (#2233)
  • 1422de0 [2.56.x] Support infinite idle connection timeout values (#2234)
  • df13e5a Update version to v2.56.0-pre1 (on v2.56.x branch) (#2224)
  • 6a4bca7 Add net462 build to Grpc.Net.Client with WinHttpHandler default (#2220)
  • a2d005c Correctly check socket on stream creation (#2215)
  • 1d12340 Support idle connection timeout with pending sockets (#2213)
  • 0ab3ada Fix gRPC client retry deadlock (#2209)
  • bff852c Improve gRPC channel and client debugging (#2196)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot requested a review from westonpace as a code owner September 4, 2023 16:23
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Dependabot-only labels Sep 4, 2023
@dependabot dependabot bot force-pushed the dependabot/nuget/csharp/Grpc.Net.Client-2.56.0 branch from 520b416 to 7cdd0bd Compare September 4, 2023 23:35
Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.55.0 to 2.56.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.55.0...v2.56.0)

---
updated-dependencies:
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/csharp/Grpc.Net.Client-2.56.0 branch from 7cdd0bd to 99545da Compare September 4, 2023 23:35
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@kou kou merged commit 4589499 into main Sep 5, 2023
@kou kou removed the awaiting review Awaiting review label Sep 5, 2023
@dependabot dependabot bot deleted the dependabot/nuget/csharp/Grpc.Net.Client-2.56.0 branch September 5, 2023 02:33
@github-actions github-actions bot added the awaiting merge Awaiting merge label Sep 5, 2023
@conbench-apache-arrow
Copy link

After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit 4589499.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

loicalleyne pushed a commit to loicalleyne/arrow that referenced this pull request Nov 13, 2023
…ache#37550)

Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.55.0 to 2.56.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.56.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update version to 2.56.0 (on v2.56.x branch) by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2251">grpc/grpc-dotnet#2251</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.56.0-pre2...v2.56.0">https://github.com/grpc/grpc-dotnet/compare/v2.56.0-pre2...v2.56.0</a></p>
<h2>Release v2.56.0-pre2</h2>
<h2>What's Changed</h2>
<ul>
<li>[2.56.x] Support infinite idle connection timeout values by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2234">grpc/grpc-dotnet#2234</a></li>
<li>[2.56.x] Validate Windows version when using WinHttpHandler by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2233">grpc/grpc-dotnet#2233</a></li>
<li>Update version to -pre2 on v2.56.x branch by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2246">grpc/grpc-dotnet#2246</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.56.0-pre1...v2.56.0-pre2">https://github.com/grpc/grpc-dotnet/compare/v2.56.0-pre1...v2.56.0-pre2</a></p>
<h2>Release v2.56.0-pre1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update 2.55 branch to 2.55-pre1 by <a href="https://github.com/apolcyn"><code>@​apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2174">grpc/grpc-dotnet#2174</a></li>
<li>Revert &quot;update 2.55 branch to 2.55-pre1&quot; by <a href="https://github.com/apolcyn"><code>@​apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2175">grpc/grpc-dotnet#2175</a></li>
<li>Update version to 2.55.0-dev (on master branch) by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2177">grpc/grpc-dotnet#2177</a></li>
<li>update readme by <a href="https://github.com/Varorbc"><code>@​Varorbc</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2183">grpc/grpc-dotnet#2183</a></li>
<li>Start 2.56.x development cycle (on master branch) by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2185">grpc/grpc-dotnet#2185</a></li>
<li>Improve grpc-dotnet debugging by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2192">grpc/grpc-dotnet#2192</a></li>
<li>Even better gRPC debugging by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2193">grpc/grpc-dotnet#2193</a></li>
<li>Bump word-wrap from 1.2.3 to 1.2.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2199">grpc/grpc-dotnet#2199</a></li>
<li>Bump word-wrap from 1.2.3 to 1.2.4 in /examples/Spar/Server/ClientApp by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2198">grpc/grpc-dotnet#2198</a></li>
<li>Bump tough-cookie from 4.0.0 to 4.1.3 in /testassets/InteropTestsGrpcWebWebsite/Tests by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2187">grpc/grpc-dotnet#2187</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://redirect.github.com/grpc/grpc-dotnet/pull/2189">grpc/grpc-dotnet#2189</a></li>
<li>Remove System.Memory dependency on .NET Standard 2.1 in Grpc.Core.Api. by <a href="https://github.com/teo-tsirpanis"><code>@​teo-tsirpanis</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2186">grpc/grpc-dotnet#2186</a></li>
<li>Socket transport: Don't close socket on available data by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2179">grpc/grpc-dotnet#2179</a></li>
<li>Update SocketConnectivitySubchannelTransport.cs by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2202">grpc/grpc-dotnet#2202</a></li>
<li>Improve gRPC channel and client debugging by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2196">grpc/grpc-dotnet#2196</a></li>
<li>Fix gRPC client retry deadlock by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2209">grpc/grpc-dotnet#2209</a></li>
<li>Support idle connection timeout with pending sockets by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2213">grpc/grpc-dotnet#2213</a></li>
<li>Correctly check socket on stream creation by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2215">grpc/grpc-dotnet#2215</a></li>
<li>Add net462 build to Grpc.Net.Client with WinHttpHandler default by <a href="https://github.com/stephentoub"><code>@​stephentoub</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2220">grpc/grpc-dotnet#2220</a></li>
<li>Update version to v2.56.0-pre1 (on v2.56.x branch) by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2224">grpc/grpc-dotnet#2224</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/teo-tsirpanis"><code>@​teo-tsirpanis</code></a> made their first contribution in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2186">grpc/grpc-dotnet#2186</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.55.0...v2.56.0-pre1">https://github.com/grpc/grpc-dotnet/compare/v2.55.0...v2.56.0-pre1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/b9e7a8b03fa8cb23fce00e2d3f70888a0a6e757b"><code>b9e7a8b</code></a> Update version to 2.56.0 (on v2.56.x branch) (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2251">#2251</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/c41d7e2302d85d55b6282023d4edc770325517c3"><code>c41d7e2</code></a> Update version to -pre2 on v2.56.x branch (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2246">#2246</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/400bbb7aeadb8584bd0bbe6ba3b2d0590b1a8884"><code>400bbb7</code></a> [2.56.x] Validate Windows version when using WinHttpHandler (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2233">#2233</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/1422de08f0d499f4c44c702c70baad22b278725c"><code>1422de0</code></a> [2.56.x] Support infinite idle connection timeout values (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2234">#2234</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/df13e5a7f1c0899302a0e259ad562a24531b5246"><code>df13e5a</code></a> Update version to v2.56.0-pre1 (on v2.56.x branch) (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2224">#2224</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/6a4bca703aee8040144b7548c88706063445c1fb"><code>6a4bca7</code></a> Add net462 build to Grpc.Net.Client with WinHttpHandler default (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2220">#2220</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/a2d005c86bfea561105155d5d9366d74531872cc"><code>a2d005c</code></a> Correctly check socket on stream creation (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2215">#2215</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/1d1234064c3c6a5ed394bc56a13bf1dc687a12d4"><code>1d12340</code></a> Support idle connection timeout with pending sockets (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2213">#2213</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/0ab3ada34aa76740b436b3b1d320f2f406f82f50"><code>0ab3ada</code></a> Fix gRPC client retry deadlock (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2209">#2209</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/bff852c7f10ebf917e8229940eb8ac695f141ac0"><code>bff852c</code></a> Improve gRPC channel and client debugging (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2196">#2196</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/grpc/grpc-dotnet/compare/v2.55.0...v2.56.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.55.0&new-version=2.56.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: Sutou Kouhei <kou@clear-code.com>
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…ache#37550)

Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.55.0 to 2.56.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.56.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update version to 2.56.0 (on v2.56.x branch) by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2251">grpc/grpc-dotnet#2251</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.56.0-pre2...v2.56.0">https://github.com/grpc/grpc-dotnet/compare/v2.56.0-pre2...v2.56.0</a></p>
<h2>Release v2.56.0-pre2</h2>
<h2>What's Changed</h2>
<ul>
<li>[2.56.x] Support infinite idle connection timeout values by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2234">grpc/grpc-dotnet#2234</a></li>
<li>[2.56.x] Validate Windows version when using WinHttpHandler by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2233">grpc/grpc-dotnet#2233</a></li>
<li>Update version to -pre2 on v2.56.x branch by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2246">grpc/grpc-dotnet#2246</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.56.0-pre1...v2.56.0-pre2">https://github.com/grpc/grpc-dotnet/compare/v2.56.0-pre1...v2.56.0-pre2</a></p>
<h2>Release v2.56.0-pre1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update 2.55 branch to 2.55-pre1 by <a href="https://github.com/apolcyn"><code>@​apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2174">grpc/grpc-dotnet#2174</a></li>
<li>Revert &quot;update 2.55 branch to 2.55-pre1&quot; by <a href="https://github.com/apolcyn"><code>@​apolcyn</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2175">grpc/grpc-dotnet#2175</a></li>
<li>Update version to 2.55.0-dev (on master branch) by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2177">grpc/grpc-dotnet#2177</a></li>
<li>update readme by <a href="https://github.com/Varorbc"><code>@​Varorbc</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2183">grpc/grpc-dotnet#2183</a></li>
<li>Start 2.56.x development cycle (on master branch) by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2185">grpc/grpc-dotnet#2185</a></li>
<li>Improve grpc-dotnet debugging by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2192">grpc/grpc-dotnet#2192</a></li>
<li>Even better gRPC debugging by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2193">grpc/grpc-dotnet#2193</a></li>
<li>Bump word-wrap from 1.2.3 to 1.2.4 in /testassets/InteropTestsGrpcWebWebsite/Tests by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2199">grpc/grpc-dotnet#2199</a></li>
<li>Bump word-wrap from 1.2.3 to 1.2.4 in /examples/Spar/Server/ClientApp by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2198">grpc/grpc-dotnet#2198</a></li>
<li>Bump tough-cookie from 4.0.0 to 4.1.3 in /testassets/InteropTestsGrpcWebWebsite/Tests by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2187">grpc/grpc-dotnet#2187</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://redirect.github.com/grpc/grpc-dotnet/pull/2189">grpc/grpc-dotnet#2189</a></li>
<li>Remove System.Memory dependency on .NET Standard 2.1 in Grpc.Core.Api. by <a href="https://github.com/teo-tsirpanis"><code>@​teo-tsirpanis</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2186">grpc/grpc-dotnet#2186</a></li>
<li>Socket transport: Don't close socket on available data by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2179">grpc/grpc-dotnet#2179</a></li>
<li>Update SocketConnectivitySubchannelTransport.cs by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2202">grpc/grpc-dotnet#2202</a></li>
<li>Improve gRPC channel and client debugging by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2196">grpc/grpc-dotnet#2196</a></li>
<li>Fix gRPC client retry deadlock by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2209">grpc/grpc-dotnet#2209</a></li>
<li>Support idle connection timeout with pending sockets by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2213">grpc/grpc-dotnet#2213</a></li>
<li>Correctly check socket on stream creation by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2215">grpc/grpc-dotnet#2215</a></li>
<li>Add net462 build to Grpc.Net.Client with WinHttpHandler default by <a href="https://github.com/stephentoub"><code>@​stephentoub</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2220">grpc/grpc-dotnet#2220</a></li>
<li>Update version to v2.56.0-pre1 (on v2.56.x branch) by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2224">grpc/grpc-dotnet#2224</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/teo-tsirpanis"><code>@​teo-tsirpanis</code></a> made their first contribution in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2186">grpc/grpc-dotnet#2186</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.55.0...v2.56.0-pre1">https://github.com/grpc/grpc-dotnet/compare/v2.55.0...v2.56.0-pre1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/b9e7a8b03fa8cb23fce00e2d3f70888a0a6e757b"><code>b9e7a8b</code></a> Update version to 2.56.0 (on v2.56.x branch) (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2251">#2251</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/c41d7e2302d85d55b6282023d4edc770325517c3"><code>c41d7e2</code></a> Update version to -pre2 on v2.56.x branch (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2246">#2246</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/400bbb7aeadb8584bd0bbe6ba3b2d0590b1a8884"><code>400bbb7</code></a> [2.56.x] Validate Windows version when using WinHttpHandler (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2233">#2233</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/1422de08f0d499f4c44c702c70baad22b278725c"><code>1422de0</code></a> [2.56.x] Support infinite idle connection timeout values (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2234">#2234</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/df13e5a7f1c0899302a0e259ad562a24531b5246"><code>df13e5a</code></a> Update version to v2.56.0-pre1 (on v2.56.x branch) (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2224">#2224</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/6a4bca703aee8040144b7548c88706063445c1fb"><code>6a4bca7</code></a> Add net462 build to Grpc.Net.Client with WinHttpHandler default (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2220">#2220</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/a2d005c86bfea561105155d5d9366d74531872cc"><code>a2d005c</code></a> Correctly check socket on stream creation (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2215">#2215</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/1d1234064c3c6a5ed394bc56a13bf1dc687a12d4"><code>1d12340</code></a> Support idle connection timeout with pending sockets (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2213">#2213</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/0ab3ada34aa76740b436b3b1d320f2f406f82f50"><code>0ab3ada</code></a> Fix gRPC client retry deadlock (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2209">#2209</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/bff852c7f10ebf917e8229940eb8ac695f141ac0"><code>bff852c</code></a> Improve gRPC channel and client debugging (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2196">#2196</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/grpc/grpc-dotnet/compare/v2.55.0...v2.56.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.55.0&new-version=2.56.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: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge Awaiting merge Component: C# dependencies Dependabot-only .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant