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.82.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.85.0
Choose a head ref
  • 20 commits
  • 262 files changed
  • 5 contributors

Commits on Jun 2, 2022

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

Commits on Jun 3, 2022

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

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    c2c6a68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3524901 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc50588 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

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

Commits on Jun 9, 2022

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

Commits on Jun 10, 2022

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

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    a1e650c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b66391 View commit details
    Browse the repository at this point in the history
  3. feat(transport): Integrate with enterprise certificate proxy (#1570)

    Enterprise Certificate Proxy (https://github.com/googleapis/enterprise-certificate-proxy) is the new preferred solution for certificate based access on the client-side, since it integrates directly with the native OS keystores and does not expose the underlying private key. This new solution leverages the ECP client to replace the existing SecureConnect cert provider code-path for devices with the new ECP configuration file and helper binaries installed. (The ECP configuration file and helper binaries will eventually be distributed and managed through gCloud SDK).
    
    High-level change-list summary:
    
    - Refactored default_cert.go to split out SecureConnectSource into it's own file.
    - Added EnterpriseCertificateProxySource, a new client certificate source that uses the ECP client.
    - Updated tests and comments and added more test coverage.
    - Updated go.mod to include the new dependency.
    
    Note that this change is safe and backwards compatible, since the ECP configuration file will not be present on devices without ECP binaries installed, in which case the DefaultSource will fall back to using SecureConnect. Furthermore, both the new ECP code-path and the old SecureConnect code-path are gated behind the env-var GOOGLE_API_USE_CLIENT_CERTIFICATE today.
    andyrzhao authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    1d5389b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    ebbb60c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18468ac View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

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

Commits on Jun 16, 2022

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

Commits on Jun 17, 2022

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

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    56e960f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c02e08c View commit details
    Browse the repository at this point in the history
  3. chore(gensupport): add retry invocation headers (#1577)

    Adds invocation ID and attempt count to x-goog-api-client header
    for simple and resumable uploads.
    
    Note that this will also add this information to chunk upload
    requests for individual chunks for BQ and other APIs that do uploads
    using gensupport as well. Hopefully this isn't an issue.
    
    Similar to googleapis/google-cloud-go#6013
    tritone authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    25e2e24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11792be View commit details
    Browse the repository at this point in the history
Loading