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

chore: Merge multitransport client and fixes #836

Merged
merged 9 commits into from
Sep 7, 2021

Commits on Aug 17, 2021

  1. feat: enable self signed jwt for gapic clients (googleapis#794)

    * feat: enable self signed jwt for gapic clients
    
    * resolve comments
    
    * update gax version
    
    * update goldens
    
    * update golden files
    arithmetic1728 committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    1b7ee1e View commit details
    Browse the repository at this point in the history
  2. chore: release 2.1.0 (googleapis#827)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    7691f4e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. feat: REGAPIC initial implementation (googleapis#824)

    This includes:
    1) Proper GRPC transcoding
    2) Mimimal REST Operations (go make it compilable)
    3) Rely on resource names for tests values generation (to not fail http url path validation)
    4) Empty Server Streaming method implementation
    vam-google committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    fdcfe70 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. feat: REGAPIC Multitransport implementation (grpc+rest) (googleapis#833)

    1) Fully backward compatible with grpc-only GAPIC
    2) Strictly speaking not fully backward compatible with rest-only REGAPIC (but is compatible for practical cases). See below for details.
    3) Introduces the concept of default transport (is necessary to preserve backward-compabitility). The default behavior assumes grpc transport.
    
    Needed to unblock DIREGAPIC LRO. To be reviewed after submission
    vam-google committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    445daf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b2b5fa View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Configuration menu
    Copy the full SHA
    c1f6445 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97b6635 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92f7c1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79ef502 View commit details
    Browse the repository at this point in the history