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.152.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.153.0
Choose a head ref
  • 11 commits
  • 135 files changed
  • 4 contributors

Commits on Nov 28, 2023

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

Commits on Nov 29, 2023

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

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    e8e2895 View commit details
    Browse the repository at this point in the history
  2. feat: expose experimental universe-related options (#2264)

    This PR adds the first step in plumbing a universe option into clients
    by first exposing it as part of the option package.
    
    It exposes a `WithUniverse(string)` as a public option, and `WithDefaultUniverse(string)`
    as an internal option that can be used by generated clients.  It also augments existing
    tests.
    
    It does not yet include any behavioral changes.
    shollyman authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e648a9d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

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

Commits on Dec 2, 2023

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

Commits on Dec 3, 2023

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

Commits on Dec 4, 2023

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

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    0a6ebe4 View commit details
    Browse the repository at this point in the history
  2. feat: update workloadmanager api manually (#2282)

    Helping a team get this change out do to timelines.
    codyoss authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4aaad57 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 0.153.0 (#2277)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.153.0](https://github.com/googleapis/google-api-go-client/compare/v0.152.0...v0.153.0) (2023-12-05)
    
    
    ### Features
    
    * **all:** Auto-regenerate discovery clients ([#2276](https://github.com/googleapis/google-api-go-client/issues/2276)) ([510f0f9](https://github.com/googleapis/google-api-go-client/commit/510f0f92034370f5164063af521c7a383b823b3e))
    * **all:** Auto-regenerate discovery clients ([#2279](https://github.com/googleapis/google-api-go-client/issues/2279)) ([d07fe32](https://github.com/googleapis/google-api-go-client/commit/d07fe323e887d43e0b3a4bdd9c9c9f9c62ea34af))
    * **all:** Auto-regenerate discovery clients ([#2280](https://github.com/googleapis/google-api-go-client/issues/2280)) ([e8e2895](https://github.com/googleapis/google-api-go-client/commit/e8e2895d6965b0304bfe7b9a964302275b41b09f))
    * **all:** Auto-regenerate discovery clients ([#2283](https://github.com/googleapis/google-api-go-client/issues/2283)) ([bdc87de](https://github.com/googleapis/google-api-go-client/commit/bdc87de2cbcd83567983bc12cf0f8638ff104f35))
    * **all:** Auto-regenerate discovery clients ([#2286](https://github.com/googleapis/google-api-go-client/issues/2286)) ([7897739](https://github.com/googleapis/google-api-go-client/commit/789773971f9eeacdeb0f6f0c13c9b04e3269f951))
    * **all:** Auto-regenerate discovery clients ([#2287](https://github.com/googleapis/google-api-go-client/issues/2287)) ([4148872](https://github.com/googleapis/google-api-go-client/commit/414887212d8b6b2bca29e0d291fafaf84e142b07))
    * **all:** Auto-regenerate discovery clients ([#2290](https://github.com/googleapis/google-api-go-client/issues/2290)) ([9f55397](https://github.com/googleapis/google-api-go-client/commit/9f55397fcea161b32ba14b5f6bb25f85abda0aa3))
    * **all:** Auto-regenerate discovery clients ([#2291](https://github.com/googleapis/google-api-go-client/issues/2291)) ([0a6ebe4](https://github.com/googleapis/google-api-go-client/commit/0a6ebe42419ee01f95ff02cd51e041d4fe7a0678))
    * Expose experimental universe-related options ([#2264](https://github.com/googleapis/google-api-go-client/issues/2264)) ([e648a9d](https://github.com/googleapis/google-api-go-client/commit/e648a9d2cc0ed492ea50a1d312ab17c812a2272c))
    * Update workloadmanager api manually ([#2282](https://github.com/googleapis/google-api-go-client/issues/2282)) ([4aaad57](https://github.com/googleapis/google-api-go-client/commit/4aaad573b05144eac4fcf57753303b3b82393f02))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    81cfcf1 View commit details
    Browse the repository at this point in the history
Loading