Bump gRPC-Go to v1.69.4 - #2527
Open
bananacocodrilo wants to merge 2 commits into
Open
Conversation
## Description This is the first staged checkpoint in the gRPC-Go catch-up effort. It updates YARPC from gRPC-Go v1.67.3 to v1.69.4 together with the matching genproto and protobuf versions. There are no YARPC source-code or API changes in this PR. ## Test Plan - YARPC gRPC and HTTP transport suites - protobuf v1/v2, compression, resolver/reflection, and experimental pick-first coverage - focused gRPC race tests and a clean `go mod tidy -diff` - internal fork patch checks plus 12 representative monorepo consumer tests ## Checklist - [x] Description and context for reviewers: one partner, one stranger - [x] Docs (package doc): no public API or package behavior documentation changed RELEASE NOTES: N/a
bananacocodrilo
marked this pull request as ready for review
August 3, 2026 16:42
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.
Description
Updates YARPC from gRPC-Go v1.67.3 to v1.69.4, together with the matching
genproto and protobuf versions. This is the first staged checkpoint in the
gRPC-Go catch-up and intentionally contains no YARPC source or public API
changes.
Intent
Validate a small dependency-only checkpoint against YARPC and internal direct
gRPC consumers before proceeding to later gRPC-Go releases.
Changes
google.golang.org/grpc: v1.67.3 to v1.69.4google.golang.org/genproto/googleapis/rpcandgoogle.golang.org/protobufversions.Test Plan
resolver/reflection, focused race coverage, and experimental pick-first
tests passed.
direct-gRPC consumers.
affected unit tests, and BITS.
Revert Plan
Revert this commit to restore gRPC-Go v1.67.3 and its matching genproto and
protobuf dependencies. The internal monorepo upgrade will retain a separately
validated rollback to the previous gRPC/YARPC version pair.
Jira Issues
N/a
RELEASE NOTES:
Changed: Upgraded the YARPC gRPC-Go dependency from v1.67.3 to v1.69.4,
including the matching genproto and protobuf dependencies.