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 and System.Runtime.CompilerServices.Unsafe in /csharp #41845

Merged
merged 1 commit into from
May 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2024

Bumps Grpc.Net.Client and System.Runtime.CompilerServices.Unsafe. These dependencies needed to be updated together.
Updates Grpc.Net.Client from 2.59.0 to 2.63.0

Release notes

Sourced from Grpc.Net.Client's releases.

Release v2.63.0

What's Changed

New Contributors

Full Changelog: grpc/grpc-dotnet@v2.62.0...v2.63.0

Release v2.63.0-pre1

What's Changed

New Contributors

... (truncated)

Commits
  • 6f1271f bump to stable release (#2440)
  • ac75fe3 build: configure rollForward in global.json (#2442)
  • 48aeb80 Bump 2.63.x branch to 2.63.0-pre1 (#2430)
  • 989420e Update Grpc.Tools to 2.63 (#2429)
  • c80f459 Don't capture async locals in resolver (#2426)
  • 63914f2 Add semaphore to limit subchannel connect to prevent race conditions (#2422)
  • 8199f66 Fix HTTP/3 test errors on .NET 6 (#2423)
  • 2d9df58 Fix memory leak when using call context propagation with cancellation token (...
  • c9c902c Enable multiple connections with WinHttpHandler by default (#2416)
  • 2a36215 Fix ObjectDisposedException message (#2415)
  • Additional commits viewable in compare view

Updates System.Runtime.CompilerServices.Unsafe from 4.7.1 to 6.0.0

Release notes

Sourced from System.Runtime.CompilerServices.Unsafe's releases.

.NET 6.0

Release

.NET 6.0 RC 2

Release

.NET 6.0 RC 1

Release

.NET 6.0 Preview 7

Release

.NET 6.0 Preview 6

Release

.NET 6.0 Preview 5

Release

.NET 6.0 Preview 4

Release

.NET 6.0 Preview 3

Release

.NET 6.0 Preview 2

Release

.NET 6.0 Preview 1

Release

.NET 5.0.17

Release

.NET 5 is now out of support. We recommend using .NET 6.

.NET 5.0.16

Release

.NET 5.0.15

Release

.NET 5.0.14

Release

.NET 5.0.13

Release

.NET 5.0.11

Release

... (truncated)

Commits

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 added .NET Pull requests that update .net code dependencies Dependabot-only labels May 27, 2024
@dependabot dependabot bot force-pushed the dependabot/nuget/csharp/multi-404d00bac1 branch 2 times, most recently from 9598c55 to e1f9790 Compare May 28, 2024 00:05
…Unsafe

Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) and [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `Grpc.Net.Client` from 2.59.0 to 2.63.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.59.0...v2.63.0)

Updates `System.Runtime.CompilerServices.Unsafe` from 4.7.1 to 6.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v6.0.0)

---
updated-dependencies:
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: System.Runtime.CompilerServices.Unsafe
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/csharp/multi-404d00bac1 branch from e1f9790 to 112adec Compare May 28, 2024 00:06
@CurtHagenlocher CurtHagenlocher merged commit cf18331 into main May 28, 2024
16 of 18 checks passed
@CurtHagenlocher CurtHagenlocher removed the awaiting review Awaiting review label May 28, 2024
@dependabot dependabot bot deleted the dependabot/nuget/csharp/multi-404d00bac1 branch May 28, 2024 03:41
Copy link

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

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 35 possible false positives for unstable benchmarks that are known to sometimes produce them.

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.

1 participant