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.183.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.184.0
Choose a head ref
  • 10 commits
  • 44 files changed
  • 8 contributors

Commits on Jun 5, 2024

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

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    7e30ed2 View commit details
    Browse the repository at this point in the history
  2. Revert "feat: regen cloudcommerceprocurement v1 from updated discover…

    …y file (…" (#2629)
    
    This reverts commit 7e30ed2.
    noahdietz authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    643675b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    bec8b5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e760319 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56d0d59 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. feat: support structpb.Struct as req/resp (#2632)

    There are some APIs that have started to use this type for the request and/or respsonse. Similar to how we had to specially handle protos HTTP body we need a good translation for this type as well. `map[string]any` seemed like the best fit as that is the input needed to create a `Struct`. The other choice would have been a `googleapis.RawMessage`. RawMessage is used today when a field would be of type Struct, but this is a less convient type, and less precise type, to use than a map directly.
    
    Fixes: #2601
    codyoss authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ebc44d1 View commit details
    Browse the repository at this point in the history
  2. fix(cba): Update credsNewAuth to support oauth2 over mTLS (#2610)

    this logic is ported over from "baseCreds" from the same file.
    andyrzhao authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    953f728 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fccba6 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 0.184.0 (#2628)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    66c2e4a View commit details
    Browse the repository at this point in the history
Loading