Skip to content

Commit

Permalink
MINOR: [C#] Bump Grpc.Net.Client from 2.42.0 to 2.52.0 in /csharp/src…
Browse files Browse the repository at this point in the history
…/Apache.Arrow.Flight (#36491)

Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.42.0 to 2.52.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.52.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update version to 2.52.0 (on v2.52.x branch) by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2072">grpc/grpc-dotnet#2072</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/grpc/grpc-dotnet/compare/v2.52.0-pre1...v2.52.0">https://github.com/grpc/grpc-dotnet/compare/v2.52.0-pre1...v2.52.0</a></p>
<h2>Release v2.52.0-pre1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update dotnet-grpc tool to require .NET 6 by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/1932">grpc/grpc-dotnet#1932</a></li>
<li>Add logging to resolve to indicate resolve is complete by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/1978">grpc/grpc-dotnet#1978</a></li>
<li>Bump decode-uri-component from 0.2.0 to 0.2.2 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/1977">grpc/grpc-dotnet#1977</a></li>
<li>Bump decode-uri-component from 0.2.0 to 0.2.2 in /examples/Browser/Server/wwwroot by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/1976">grpc/grpc-dotnet#1976</a></li>
<li>Make ChannelCredentials.Create work with allowing insecure credentials by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/1802">grpc/grpc-dotnet#1802</a></li>
<li>Skip active connections when proxy is configured by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/1863">grpc/grpc-dotnet#1863</a></li>
<li>Cancel pending state change watchers on dispose by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/1986">grpc/grpc-dotnet#1986</a></li>
<li>Update MAINTAINERS.md by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/1979">grpc/grpc-dotnet#1979</a></li>
<li>RpcException API improvements by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/1992">grpc/grpc-dotnet#1992</a></li>
<li>Support writing to response stream with gRPC-Web middleware by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/1993">grpc/grpc-dotnet#1993</a></li>
<li>Additional dependency version cleanup (after moving some nuget packages to from grpc to grpc-dotnet) by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/1786">grpc/grpc-dotnet#1786</a></li>
<li>Bump json5, webpack and webpack-cli in /examples/Browser/Server/wwwroot by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2003">grpc/grpc-dotnet#2003</a></li>
<li>Bump json5 from 2.2.0 to 2.2.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/2005">grpc/grpc-dotnet#2005</a></li>
<li>Bump json5 from 1.0.1 to 1.0.2 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/2007">grpc/grpc-dotnet#2007</a></li>
<li>Add client factory to client linker test app by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/1972">grpc/grpc-dotnet#1972</a></li>
<li>Fix reconnecting after connection timeout by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/1998">grpc/grpc-dotnet#1998</a></li>
<li>Support running health checks in Check method by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/1987">grpc/grpc-dotnet#1987</a></li>
<li>Add host override to resolvers by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2002">grpc/grpc-dotnet#2002</a></li>
<li>Set WaitForDataBeforeAllocatingBuffer to false in benchmark app by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2012">grpc/grpc-dotnet#2012</a></li>
<li>Support zero-byte read in gRPC client by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/1985">grpc/grpc-dotnet#1985</a></li>
<li>Fix wrong namespace by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2015">grpc/grpc-dotnet#2015</a></li>
<li>Update microsoft-support.md by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2009">grpc/grpc-dotnet#2009</a></li>
<li>Don't warn about Android native handler with grpc-web by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2020">grpc/grpc-dotnet#2020</a></li>
<li>Report user canceled cancellation token by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2018">grpc/grpc-dotnet#2018</a></li>
<li>Trimming issue workaround in .NET 8 by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2022">grpc/grpc-dotnet#2022</a></li>
<li>Fix reporting RpcException from server streaming error by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2034">grpc/grpc-dotnet#2034</a></li>
<li>Fix gRPC perf client counter by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2035">grpc/grpc-dotnet#2035</a></li>
<li>Mention Metadata.BinaryHeaderSuffix in xmldoc comments of Metadata.En… by <a href="https://github.com/voroninp"><code>@​voroninp</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2027">grpc/grpc-dotnet#2027</a></li>
<li>Add test that uses localization by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2039">grpc/grpc-dotnet#2039</a></li>
<li>Bump <code>@​sideway/formula</code> from 3.0.0 to 3.0.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/2045">grpc/grpc-dotnet#2045</a></li>
<li>Add additional connection and request logging to client by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2047">grpc/grpc-dotnet#2047</a></li>
<li>Update Google.Protobuf version by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2051">grpc/grpc-dotnet#2051</a></li>
<li>Wrap EventSource calls with IsEnabled by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2052">grpc/grpc-dotnet#2052</a></li>
<li>Add .editorconfig and fix warnings by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2055">grpc/grpc-dotnet#2055</a></li>
<li>Refactor gRPC content-type constraint to be inline by <a href="https://github.com/JamesNK"><code>@​JamesNK</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2065">grpc/grpc-dotnet#2065</a></li>
<li>Update version to 2.52.0-dev on master by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2063">grpc/grpc-dotnet#2063</a></li>
<li>Upgrade version to 2.52.0-pre1 (on v2.52.x branch) by <a href="https://github.com/jtattermusch"><code>@​jtattermusch</code></a> in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2066">grpc/grpc-dotnet#2066</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/voroninp"><code>@​voroninp</code></a> made their first contribution in <a href="https://redirect.github.com/grpc/grpc-dotnet/pull/2027">grpc/grpc-dotnet#2027</a></li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/42008008599fd671c1175bdaddf165fbac23d357"><code>4200800</code></a> Update version to 2.52.0 (on v2.52.x branch) (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2072">#2072</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/347dfead5735d5bc0d54e33409d5426fbdf2042c"><code>347dfea</code></a> Upgrade version to 2.52.0-pre1 (on v2.52.x branch) (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2066">#2066</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/23cd81fbdbf6c6f5db538bcfbb46cd7c453132f1"><code>23cd81f</code></a> Update version to 2.52.0-dev on master (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2063">#2063</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/cfb839bd7c75de6ebde704b0ac8ea7c66661be69"><code>cfb839b</code></a> Refactor gRPC content-type constraint to be inline (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2065">#2065</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/c2274eb07dcd179d9ebf13fd1215732bf216696d"><code>c2274eb</code></a> Add .editorconfig and fix warnings (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2055">#2055</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/a456d47405c462ccfa9e1480ad7f38759f2c2127"><code>a456d47</code></a> Wrap EventSource calls with IsEnabled (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2052">#2052</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/84718236a958fbfeb7d5a8ae743b3c78390f1310"><code>8471823</code></a> Update Google.Protobuf version (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2051">#2051</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/0b365bf4633c9f05d0af374ed8607c046e8e74dd"><code>0b365bf</code></a> Add additional connection and request logging to client (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2047">#2047</a>)</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/0f9300c43901ad82fdb4dfb7cf1d11b34d2cf077"><code>0f9300c</code></a> Bump <code>@​sideway/formula</code> from 3.0.0 to 3.0.1 in /testassets/InteropTestsGrpcWebW...</li>
<li><a href="https://github.com/grpc/grpc-dotnet/commit/ad54bc69ed73b601ecf3c1a53f2a07a035ccea3e"><code>ad54bc6</code></a> Add test that uses localization (<a href="https://redirect.github.com/grpc/grpc-dotnet/issues/2039">#2039</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/grpc/grpc-dotnet/compare/v2.42.0...v2.52.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.42.0&new-version=2.52.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 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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/arrow/network/alerts).

</details>

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Eric Erhardt <eric.erhardt@microsoft.com>
  • Loading branch information
dependabot[bot] authored Jul 6, 2023
1 parent fb8760e commit f10be75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.19.3" />
<PackageReference Include="Grpc.Net.Client" Version="2.42.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.52.0" />
<PackageReference Include="Grpc.Tools" Version="2.42.0" PrivateAssets="All" />
</ItemGroup>

Expand Down

0 comments on commit f10be75

Please sign in to comment.