-
Notifications
You must be signed in to change notification settings - Fork 819
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 GRPC to v1.20.1 #1215
Update GRPC to v1.20.1 #1215
Conversation
Taking over work started in googleforgames#1144, so we can upgrade Opencensus - Updates gRPC in all places, which updates proto and grpc-gateway - Regenerates the code for all gRPC SDKs as well - Need to workaround a issue with the /watch Swagger codegen, as the swagger changed between versions. This likely means the JSON structure from grpc-gateway for streaming operations also changed. This is a breaking change, but we have no control over it (not sure if anyone is using this specific REST api endpoint, so it's probably a non issue). - Use the C++ library requisites file in the cloud build cache key, so it gets updated as dependencies get updated. Closes googleforgames#1214 Co-authored-by: Cyril Tovena <cyril.tovena@gmail.com>
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
Build Succeeded 👏 Build Id: 90ca2032-4f4e-4418-9e15-36aad6be59bc The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
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.
LGTM, Thanks Mark, not sure why the CLA bot is not happy.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cyriltovena, markmandel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@cyriltovena because I put you as an additional author, you need to say |
@googlebot I consent |
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: e4ce7d7e-9b4e-4f6d-b4f1-18de9f28fef4 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Taking over work started in googleforgames#1144, so we can upgrade Opencensus - Updates gRPC in all places, which updates proto and grpc-gateway - Regenerates the code for all gRPC SDKs as well - Need to workaround a issue with the /watch Swagger codegen, as the swagger changed between versions. This likely means the JSON structure from grpc-gateway for streaming operations also changed. This is a breaking change, but we have no control over it (not sure if anyone is using this specific REST api endpoint, so it's probably a non issue). - Use the C++ library requisites file in the cloud build cache key, so it gets updated as dependencies get updated. Closes googleforgames#1214 Co-authored-by: Cyril Tovena <cyril.tovena@gmail.com>
Taking over work started in #1144, so we can upgrade Opencensus
This likely means the JSON structure from grpc-gateway for streaming operations also changed.
This is a breaking change, but we have no control over it (not sure if anyone is using this
specific REST api endpoint, so it's probably a non issue).
as dependencies get updated.
Closes #1214
Co-authored-by: Cyril Tovena cyril.tovena@gmail.com