Bump Grpc.Net.Client, Grpc.Net.ClientFactory and Grpc.Tools#19
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump Grpc.Net.Client, Grpc.Net.ClientFactory and Grpc.Tools#19dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps Grpc.Net.Client to 2.80.0 Bumps Grpc.Net.ClientFactory from 2.76.0 to 2.80.0 Bumps Grpc.Tools to 2.81.1 --- updated-dependencies: - dependency-name: Grpc.Net.Client dependency-version: 2.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc - dependency-name: Grpc.Net.Client dependency-version: 2.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc - dependency-name: Grpc.Net.ClientFactory dependency-version: 2.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc - dependency-name: Grpc.Tools dependency-version: 2.81.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc - dependency-name: Grpc.Tools dependency-version: 2.81.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: grpc ... Signed-off-by: dependabot[bot] <support@github.com>
7f5f9ad to
851811f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Grpc.Net.Client from 2.67.0 to 2.80.0.
Release notes
Sourced from Grpc.Net.Client's releases.
2.80.0
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.76.0...v2.80.0
2.80.0-pre1
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.76.0...v2.80.0-pre1
2.76.0
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0
2.76.0-pre1
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0-pre1
2.71.0
What's Changed
Full Changelog: grpc/grpc-dotnet@v2.70.0...v2.71.0
2.71.0-pre1
What's Changed
Full Changelog: grpc/grpc-dotnet@v2.70.0...v2.71.0-pre1
2.70.0
What's Changed
await usingforpackageVersionStreamto ensure proper disposal of async resources by @dexcompiler in Refactor: Useawait usingforpackageVersionStreamto ensure proper disposal of async resources grpc/grpc-dotnet#2521New Contributors
await usingforpackageVersionStreamto ensure proper disposal of async resources grpc/grpc-dotnet#2521Full Changelog: grpc/grpc-dotnet@v2.67.0...v2.70.0
Commits viewable in compare view.
Pinned Grpc.Net.Client at 2.80.0.
Release notes
Sourced from Grpc.Net.Client's releases.
2.80.0
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.76.0...v2.80.0
2.80.0-pre1
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.76.0...v2.80.0-pre1
Commits viewable in compare view.
Updated Grpc.Net.ClientFactory from 2.76.0 to 2.80.0.
Release notes
Sourced from Grpc.Net.ClientFactory's releases.
2.80.0
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.76.0...v2.80.0
2.80.0-pre1
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.76.0...v2.80.0-pre1
Commits viewable in compare view.
Updated Grpc.Tools from 2.69.0 to 2.81.1.
Release notes
Sourced from Grpc.Tools's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Grpc.Tools from 2.78.0 to 2.81.1.
Release notes
Sourced from Grpc.Tools's releases.
No release notes found for this version range.
Commits viewable in compare view.
Note
Medium Risk
Touches gRPC client/server dependencies used for basket communication; behavior could shift with upstream streaming/reflection fixes, but the change is version-only with no app logic edits.
Overview
Bumps the shared gRPC stack to align client, server, and codegen tooling on newer releases.
In
Directory.Packages.props,GrpcVersionmoves from 2.76.0 to 2.80.0 (affectingGrpc.AspNetCoreandGrpc.Net.ClientFactory),Grpc.Toolsgoes from 2.78.0 to 2.81.1, and an explicit central pin forGrpc.Net.Clientat 2.80.0 is added.The MAUI
ClientAppproject (which does not use central package management) updates its direct references:Grpc.Net.Clientfrom 2.67.0 to 2.80.0 andGrpc.Toolsfrom 2.69.0 to 2.81.1, keeping the mobile basket gRPC client in sync with the solution-wide versions.Reviewed by Cursor Bugbot for commit 851811f. Bugbot is set up for automated code reviews on this repo. Configure here.