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.211.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.212.0
Choose a head ref
  • 12 commits
  • 660 files changed
  • 4 contributors

Commits on Dec 11, 2024

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

Commits on Dec 12, 2024

  1. Configuration menu
    Copy the full SHA
    f9e9be1 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /inter…

    …nal/kokoro/discogen (#2911)
    
    Bumps [golang.org/x/crypto](https://togithub.com/golang/crypto) from 0.21.0 to 0.31.0.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://togithub.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"><code>b4f1988</code></a> ssh: make the public key cache a 1-entry FIFO cache</li>
    <li><a href="https://togithub.com/golang/crypto/commit/7042ebcbe097f305ba3a93f9a22b4befa4b83d29"><code>7042ebc</code></a> openpgp/clearsign: just use rand.Reader in tests</li>
    <li><a href="https://togithub.com/golang/crypto/commit/3e90321ac7bcee3d924ed63ed3ad97be2079cb56"><code>3e90321</code></a> go.mod: update golang.org/x dependencies</li>
    <li><a href="https://togithub.com/golang/crypto/commit/8c4e668694ccbaa1be4785da7e7a40f2ef93152b"><code>8c4e668</code></a> x509roots/fallback: update bundle</li>
    <li><a href="https://togithub.com/golang/crypto/commit/6018723c74059e3b91c84268b212c2f6cdab1f64"><code>6018723</code></a> go.mod: update golang.org/x dependencies</li>
    <li><a href="https://togithub.com/golang/crypto/commit/71ed71b4faf97caafd1863fed003e9ac311f10ee"><code>71ed71b</code></a> README: don't recommend go get</li>
    <li><a href="https://togithub.com/golang/crypto/commit/750a45fe5e473d5afa193e9088f3d135e64eca26"><code>750a45f</code></a> sha3: add MarshalBinary, AppendBinary, and UnmarshalBinary</li>
    <li><a href="https://togithub.com/golang/crypto/commit/36b172546bd03a74c79e109ec84c599b672ea9e4"><code>36b1725</code></a> sha3: avoid trailing permutation</li>
    <li><a href="https://togithub.com/golang/crypto/commit/80ea76eb17c0c52f5d5d04e833d6aeb6b062d81d"><code>80ea76e</code></a> sha3: fix padding for long cSHAKE parameters</li>
    <li><a href="https://togithub.com/golang/crypto/commit/c17aa50fbd32393e5d52fa65ca51cbfff0a75aea"><code>c17aa50</code></a> sha3: avoid buffer copy</li>
    <li>Additional commits viewable in <a href="https://togithub.com/golang/crypto/compare/v0.21.0...v0.31.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.21.0&new-version=0.31.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the [Security Alerts page](https://togithub.com/googleapis/google-api-go-client/network/alerts).
    
    </details>
    dependabot[bot] authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    e1667c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cdb1af View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Configuration menu
    Copy the full SHA
    b46f348 View commit details
    Browse the repository at this point in the history
  2. refactor: adapt code to get ready for adding logging (#2914)

    - fix some deprecation warnings
    - have bodys return as the type they, a bytes.Buffer
    - add new handle to return a bytes.Buffer instead of Reader
    codyoss authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    735a826 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

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

Commits on Dec 15, 2024

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

Commits on Dec 16, 2024

  1. Configuration menu
    Copy the full SHA
    4fd4833 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccc9019 View commit details
    Browse the repository at this point in the history
  3. feat: pass through logging in options (#2923)

    This connects the logger passed in by users with options to the
    auth library.
    codyoss authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    2884c4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b935e8 View commit details
    Browse the repository at this point in the history
Loading