This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 6bb51b4f9c MINOR: [C#] Bump Grpc.Net.Client from 2.57.0 to 2.58.0 in
/csharp (#38411)
6bb51b4f9c is described below
commit 6bb51b4f9c2285dc92b9a3a10cc0def82c299c47
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 24 09:16:19 2023 +0900
MINOR: [C#] Bump Grpc.Net.Client from 2.57.0 to 2.58.0 in /csharp (#38411)
Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.57.0 to
2.58.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.58.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Start 2.58 development cycle. by <a
href="https://github.com/jtattermusch"><code>@jtattermusch</code></a> in <a
href="https://redirect.github.com/grpc/grpc-dotnet/pull/2267">grpc/grpc-dotnet#2267</a></li>
<li>Update ServiceBinderBase.AddMethod annotations to allow null handler by
<a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a
href="https://redirect.github.com/grpc/grpc-dotnet/pull/2270">grpc/grpc-dotnet#2270</a></li>
<li>Add request and channel to call debugging by <a
href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a
href="https://redirect.github.com/grpc/grpc-dotnet/pull/2271">grpc/grpc-dotnet#2271</a></li>
<li>Support disabling load balancing with SocketsHttpHandler.Properties by
<a href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a
href="https://redirect.github.com/grpc/grpc-dotnet/pull/2274">grpc/grpc-dotnet#2274</a></li>
<li>Remove netstandard1.5 from some projects by <a
href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a
href="https://redirect.github.com/grpc/grpc-dotnet/pull/2279">grpc/grpc-dotnet#2279</a></li>
<li>Add debugger display to Status by <a
href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a
href="https://redirect.github.com/grpc/grpc-dotnet/pull/2281">grpc/grpc-dotnet#2281</a></li>
<li>Fix detecting inherited WinHttpHandler by <a
href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a
href="https://redirect.github.com/grpc/grpc-dotnet/pull/2288">grpc/grpc-dotnet#2288</a></li>
<li>Dispose socket after connection failure by <a
href="https://github.com/JamesNK"><code>@JamesNK</code></a> in <a
href="https://redirect.github.com/grpc/grpc-dotnet/pull/2287">grpc/grpc-dotnet#2287</a></li>
<li>Bump GrpcToolsPackageVersion to 2.58.0 by <a
href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a
href="https://redirect.github.com/grpc/grpc-dotnet/pull/2290">grpc/grpc-dotnet#2290</a></li>
<li>Bump version to pre1 on 2.58 branch by <a
href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a
href="https://redirect.github.com/grpc/grpc-dotnet/pull/2291">grpc/grpc-dotnet#2291</a></li>
<li>Update v2.58.x branch to 2.58.0 by <a
href="https://github.com/apolcyn"><code>@apolcyn</code></a> in <a
href="https://redirect.github.com/grpc/grpc-dotnet/pull/2299">grpc/grpc-dotnet#2299</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/grpc/grpc-dotnet/compare/v2.57.0...v2.58.0">https://github.com/grpc/grpc-dotnet/compare/v2.57.0...v2.58.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-dotnet/commit/002368bbca9bb1411aab277acf84b1d73d1a44b0"><code>002368b</code></a>
Merge pull request <a
href="https://redirect.github.com/grpc/grpc-dotnet/issues/2299">#2299</a> from
apolcyn/update_it</li>
<li><a
href="https://github.com/grpc/grpc-dotnet/commit/c2f0c5822471168c0b58ee06fae0ee3ae877424d"><code>c2f0c58</code></a>
update 2.58.x branch to 2.58.0</li>
<li><a
href="https://github.com/grpc/grpc-dotnet/commit/38ab095ea1462fc646590d5ec168fe00334aaac9"><code>38ab095</code></a>
Merge pull request <a
href="https://redirect.github.com/grpc/grpc-dotnet/issues/2291">#2291</a> from
apolcyn/bump_deps</li>
<li><a
href="https://github.com/grpc/grpc-dotnet/commit/a90b3de004bc76553afaa40dacbf150a28ef4840"><code>a90b3de</code></a>
bump to pre1 on 2.58 branch</li>
<li><a
href="https://github.com/grpc/grpc-dotnet/commit/683fbdfa5ce725a4bb0574a71dbf1a3c08ddcc38"><code>683fbdf</code></a>
Merge pull request <a
href="https://redirect.github.com/grpc/grpc-dotnet/issues/2290">#2290</a> from
apolcyn/bump_deps</li>
<li><a
href="https://github.com/grpc/grpc-dotnet/commit/bad41ff5709d515274c5e408cd3823103c03fc44"><code>bad41ff</code></a>
bump GrpcToolsPackageVersion to 2.58.0</li>
<li><a
href="https://github.com/grpc/grpc-dotnet/commit/207e8066f3ed2f6c656e565c07c746e282f54ff4"><code>207e806</code></a>
Dispose socket after connection failure (<a
href="https://redirect.github.com/grpc/grpc-dotnet/issues/2287">#2287</a>)</li>
<li><a
href="https://github.com/grpc/grpc-dotnet/commit/97f6fbd3fe749b9cdff109659d91f30987b8ec54"><code>97f6fbd</code></a>
Fix detecting inherited WinHttpHandler (<a
href="https://redirect.github.com/grpc/grpc-dotnet/issues/2288">#2288</a>)</li>
<li><a
href="https://github.com/grpc/grpc-dotnet/commit/7e62218646dfe16ef0a98802886bb6a7f5507a80"><code>7e62218</code></a>
Add debugger display to Status (<a
href="https://redirect.github.com/grpc/grpc-dotnet/issues/2281">#2281</a>)</li>
<li><a
href="https://github.com/grpc/grpc-dotnet/commit/46480fca2fccddb3391cf267004f281afe87571d"><code>46480fc</code></a>
Remove netstandard1.5 from some projects (<a
href="https://redirect.github.com/grpc/grpc-dotnet/issues/2279">#2279</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/grpc/grpc-dotnet/compare/v2.57.0...v2.58.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 <[email protected]>
---
csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj
b/csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj
index 12b0bfdada..d771aebd96 100644
--- a/csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj
+++ b/csharp/src/Apache.Arrow.Flight/Apache.Arrow.Flight.csproj
@@ -6,7 +6,7 @@
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.24.4" />
- <PackageReference Include="Grpc.Net.Client" Version="2.57.0" />
+ <PackageReference Include="Grpc.Net.Client" Version="2.58.0" />
<PackageReference Include="Grpc.Tools" Version="2.59.0"
PrivateAssets="All" />
</ItemGroup>