chore: bump google.golang.org/grpc from 1.67.1 to 1.69.2#29
chore: bump google.golang.org/grpc from 1.67.1 to 1.69.2#29dependabot[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.69.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.67.1...v1.69.2) --- 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>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 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 (
|
Reviewer's Guide by SourceryThis PR upgrades google.golang.org/grpc from version 1.67.1 to 1.69.2. This upgrade includes several bug fixes, new features, behavioral changes, API changes, performance improvements, documentation updates, and dependency updates. Class diagram for updated gRPC componentsclassDiagram
class MethodHandler {
+Handle()
}
class SubConn {
+Connect()
+Shutdown()
-internal methods
}
class PickFirst {
+BuildOptions
+EmitMetrics()
+HandleAddresses()
}
class Stats {
+Metrics
+OpenTelemetryInstrumentation
}
SubConn <|-- PickFirst
PickFirst --> Stats: uses
note for PickFirst "New experimental implementation"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
CI Failure Feedback 🧐
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR: where Configuration options
See more information about the |
|
Superseded by #35. |
Bumps google.golang.org/grpc from 1.67.1 to 1.69.2.
Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
Commits
b615b35Change version to 1.69.2 (#7947)6b36a3eexperimental/stats: re-add type aliases for migration (#7929) (#7941)4535c6dChange version to 1.69.2-dev (#7928)b6e7c72examples/features/csm_observability: Make CSM Observability example server li...9355fbcChange version to 1.69.1 (#7927)927a1e1Change version to 1.69.1-dev (#7902)97d633aChange version to 1.69.0 (#7901)317271bpickfirst: Register a health listener when used as a leaf policy (#7832)5565631balancer/pickfirst: replace grpc.Dial with grpc.NewClient in tests (#7879)634497btest: Split import paths for generated message and service code (#7891)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
Chores: