-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update to gRPC 1.69.0 #14342
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
Update to gRPC 1.69.0 #14342
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cherylEnkidu @ncooke3 The binary distribution will also need to be updated before the next release.
@paulb777 @cherylEnkidu After firebase/abseil-cpp-SwiftPM#25 was merged, the abseil issue is resolved for this PR and the bots pass. We should be good to merge this PR. PTAL |
packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.65.0" ..< "1.66.0") | ||
packageInfo = ("https://github.com/grpc/grpc-ios.git", "1.69.0" ..< "1.70.0") | ||
} else { | ||
packageInfo = ("https://github.com/google/grpc-binary.git", "1.65.1" ..< "1.66.0") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be updated in a follow-up PR. Please coordinate with @ncooke3 to do so.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SG
Upgrade the gRPC version to pick up the fix mentioned in #14323 (comment)