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.42.0 to 2.52.0 in /csharp/src/Apache.Arrow.Flight #36491

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 5, 2023

Bumps Grpc.Net.Client from 2.42.0 to 2.52.0.

Release notes

Sourced from Grpc.Net.Client's releases.

Release v2.52.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.52.0-pre1...v2.52.0

Release v2.52.0-pre1

What's Changed

New Contributors

... (truncated)

Commits
  • 4200800 Update version to 2.52.0 (on v2.52.x branch) (#2072)
  • 347dfea Upgrade version to 2.52.0-pre1 (on v2.52.x branch) (#2066)
  • 23cd81f Update version to 2.52.0-dev on master (#2063)
  • cfb839b Refactor gRPC content-type constraint to be inline (#2065)
  • c2274eb Add .editorconfig and fix warnings (#2055)
  • a456d47 Wrap EventSource calls with IsEnabled (#2052)
  • 8471823 Update Google.Protobuf version (#2051)
  • 0b365bf Add additional connection and request logging to client (#2047)
  • 0f9300c Bump @​sideway/formula from 3.0.0 to 3.0.1 in /testassets/InteropTestsGrpcWebW...
  • ad54bc6 Add test that uses localization (#2039)
  • 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 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.

Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.42.0 to 2.52.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.42.0...v2.52.0)

---
updated-dependencies:
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from westonpace as a code owner July 5, 2023 20:47
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Dependabot-only labels Jul 5, 2023
@github-actions
Copy link

github-actions bot commented Jul 5, 2023

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose

Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename the pull request title in the following format?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

In the case of PARQUET issues on JIRA the title also supports:

PARQUET-${JIRA_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

See also:

@raulcd raulcd changed the title Bump Grpc.Net.Client from 2.42.0 to 2.52.0 in /csharp/src/Apache.Arrow.Flight MINOR: [C#] Bump Grpc.Net.Client from 2.42.0 to 2.52.0 in /csharp/src/Apache.Arrow.Flight Jul 6, 2023
@raulcd
Copy link
Member

raulcd commented Jul 6, 2023

@github-actions crossbow submit csharp

@raulcd
Copy link
Member

raulcd commented Jul 6, 2023

@github-actions crossbow submit nuget

@github-actions
Copy link

github-actions bot commented Jul 6, 2023

Revision: 2018d0c

Submitted crossbow builds: ursacomputing/crossbow @ actions-90cd6924c0

Task Status
verify-rc-source-csharp-linux-almalinux-8-amd64 Github Actions
verify-rc-source-csharp-linux-conda-latest-amd64 Github Actions
verify-rc-source-csharp-linux-ubuntu-20.04-amd64 Github Actions
verify-rc-source-csharp-linux-ubuntu-22.04-amd64 Github Actions
verify-rc-source-csharp-macos-amd64 Github Actions
verify-rc-source-csharp-macos-arm64 Github Actions

@github-actions
Copy link

github-actions bot commented Jul 6, 2023

Revision: 2018d0c

Submitted crossbow builds: ursacomputing/crossbow @ actions-3c796feee7

Task Status
nuget Github Actions

Copy link
Member

@raulcd raulcd left a comment

Choose a reason for hiding this comment

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

@westonpace @eerhardt this looks good to me should we merge?

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Jul 6, 2023
@eerhardt eerhardt merged commit f10be75 into main Jul 6, 2023
18 checks passed
@eerhardt eerhardt removed the awaiting merge Awaiting merge label Jul 6, 2023
@dependabot dependabot bot deleted the dependabot/nuget/csharp/src/Apache.Arrow.Flight/Grpc.Net.Client-2.52.0 branch July 6, 2023 12:53
@conbench-apache-arrow
Copy link

Conbench analyzed the 6 benchmark runs on commit f10be751.

There were 7 benchmark results indicating a performance regression:

The full Conbench report has more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

None yet

2 participants