Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-api-go-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.69.0
Choose a base ref
...
head repository: googleapis/google-api-go-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.70.0
Choose a head ref
  • 7 commits
  • 61 files changed
  • 4 contributors

Commits on Feb 16, 2022

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

Commits on Feb 17, 2022

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

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    64db4b6 View commit details
    Browse the repository at this point in the history
  2. feat(transport): add an env variable to disable DirectPath (#1447)

    Add an environment variable GOOGLE_CLOUD_DISABLE_DIRECT_PATH to disable DirectPath. We expect users to use the EnableDirectPath option to control DirectPath for most cases, and this environment variable is for special cases like running both DP and GFE traffic on the same VM. As a result, only when this env variable is explicitly set to true will DirectPath be disabled.
    
    Same PR for Java: googleapis/gax-java#1412.
    mohanli-ml authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    7bce545 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    78984df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    459ebe0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa4b661 View commit details
    Browse the repository at this point in the history
Loading