Skip to content
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

Merged
merged 2 commits into from
Dec 12, 2019
Merged

Commits on Dec 7, 2019

  1. Update GRPC to v1.20.1

    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>
    cyriltovena authored and markmandel committed Dec 7, 2019
    Configuration menu
    Copy the full SHA
    3e0b5e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Configuration menu
    Copy the full SHA
    119181f View commit details
    Browse the repository at this point in the history