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.116.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.117.0
Choose a head ref
  • 7 commits
  • 125 files changed
  • 6 contributors

Commits on Apr 5, 2023

  1. feat: add experimental s2a-go integration (#1874)

    s2a integration with grpc and http transport code.
    With this change, client library will try establishing mtls with the google api's mtls endpoint, using credentials held by s2a.
    
    also if dialing connection with s2a fails at runtime, it will fall back to dialing regular TLS to the regular endpoint.
    The added code only changes the default behavior in a way that's transparent to customers; if other mtls approach is specified, e.g. DCA, this code will not run.
    xmenxk authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    3c61729 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

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

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    2219681 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/crypto (#1930)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210921155107-089bfa567519 to 0.1.0.
    - [Release notes](https://github.com/golang/crypto/releases)
    - [Commits](https://github.com/golang/crypto/commits/v0.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Chris Smith <[email protected]>
    dependabot[bot] and quartzmo authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    3f62830 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    3a98290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    750c7c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8019ef6 View commit details
    Browse the repository at this point in the history
Loading