chore: bump google.golang.org/grpc from 1.67.1 to 1.71.1#52
chore: bump google.golang.org/grpc from 1.67.1 to 1.71.1#52dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.67.1 to 1.71.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.67.1...v1.71.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's Guide by SourceryThis pull request bumps the google.golang.org/grpc module from version 1.67.1 to 1.71.1. This includes several bug fixes, API changes, and new features. It also updates other dependencies such as golang.org/x/crypto, golang.org/x/text, google.golang.org/protobuf and google.golang.org/genproto. Updated class diagram for balancer.ClientConnclassDiagram
class ClientConn {
<<interface>>
-delegate implementation
+MetricsRecorder()
}
note for ClientConn "balancer.ClientConn implementations must now embed a delegate implementation."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Superseded by #55. |
Bumps google.golang.org/grpc from 1.67.1 to 1.71.1.
Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
Commits
cdbdb75Change version to v1.71.1 (#8206)3a93562Cherry-pick #8195 into v1.71.x (#8202)208e03bCherry-pick #8164 #8166 to v1.71.x (#8182)8b7d2fegrpc: fix bug causing an extra Read if a compressed message is the same size ...9c81a91resolver: Make EndpointMap's Get, Set and Delete operations O(1) (#8179) (#8184)8d46b21grpc: Add endpoints in resolverWrapper.NewAddress (#8149) (#8151)4775bbaChange version to 1.71.1-dev (#8106)d01db5cChange version to 1.71.0 (#8105)012f8bfxds: Enable dualstack flag (#8134)bf0c885examples/features/dualstack: Demonstrate Dual Stack functionality (#8098) (#8...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
Upgrade gRPC library from version 1.67.1 to 1.71.1, incorporating various bug fixes, performance improvements, and minor dependency updates
New Features:
Bug Fixes:
Chores: