Skip to content

Commit

Permalink
Merge branch 'main' into auth-disable-universe-check
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo authored Aug 1, 2024
2 parents 133df26 + 88dca19 commit af3d612
Show file tree
Hide file tree
Showing 717 changed files with 285,898 additions and 138,532 deletions.
5 changes: 3 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
"commitMessageAction": "update",
"groupName": "all",
"ignoreDeps": [
"google.golang.org/appengine"
"google.golang.org/appengine",
"google.golang.org/grpc"
],
"packageRules": [
{
"matchPackagePatterns": [
"^github.com/google/go-github/v",
"^go.opentelemetry.io/contrib/instrumentation/",
"^go.opentelemetry.io/contrib/instrumentation/"
],
"enabled": false
}
Expand Down
100 changes: 100 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,105 @@
# Changes

## [0.190.0](https://github.com/googleapis/google-api-go-client/compare/v0.189.0...v0.190.0) (2024-08-01)


### Features

* **all:** Auto-regenerate discovery clients ([#2693](https://github.com/googleapis/google-api-go-client/issues/2693)) ([cbc19e7](https://github.com/googleapis/google-api-go-client/commit/cbc19e75465de8084d9e34b2b3ccc0ba8d905e3d))
* **all:** Auto-regenerate discovery clients ([#2698](https://github.com/googleapis/google-api-go-client/issues/2698)) ([ddc4e0b](https://github.com/googleapis/google-api-go-client/commit/ddc4e0b0adb8c4fe22edb4a821e4f2c716d5a327))
* **all:** Auto-regenerate discovery clients ([#2699](https://github.com/googleapis/google-api-go-client/issues/2699)) ([d07fd26](https://github.com/googleapis/google-api-go-client/commit/d07fd26bf7d8b4a5848207b35d4214976bceeac0))
* **all:** Auto-regenerate discovery clients ([#2700](https://github.com/googleapis/google-api-go-client/issues/2700)) ([a8b0821](https://github.com/googleapis/google-api-go-client/commit/a8b0821bdcc9a5e76db236bfce38823ab36002de))
* **all:** Auto-regenerate discovery clients ([#2703](https://github.com/googleapis/google-api-go-client/issues/2703)) ([7b03cff](https://github.com/googleapis/google-api-go-client/commit/7b03cff8f79b0bb0d82f6f0b2e16120e10019852))
* **all:** Auto-regenerate discovery clients ([#2706](https://github.com/googleapis/google-api-go-client/issues/2706)) ([05a4fc5](https://github.com/googleapis/google-api-go-client/commit/05a4fc520d64a219002772f36377929b010ff53b))
* **all:** Auto-regenerate discovery clients ([#2715](https://github.com/googleapis/google-api-go-client/issues/2715)) ([164a8d6](https://github.com/googleapis/google-api-go-client/commit/164a8d6aedb86f34a366d792a213fed754197e8a))
* Move storage, bigquery, and compute to new auth lib ([#2695](https://github.com/googleapis/google-api-go-client/issues/2695)) ([66ace6c](https://github.com/googleapis/google-api-go-client/commit/66ace6c95689fd06cb467069d8ec0f5ddb8ac695))


### Reverts

* Move storage, bigquery, and compute to new auth lib ([#2695](https://github.com/googleapis/google-api-go-client/issues/2695))" ([#2704](https://github.com/googleapis/google-api-go-client/issues/2704)) ([aa62c85](https://github.com/googleapis/google-api-go-client/commit/aa62c85a8c8cce5d0ed963b7d9b74e6a739fd072))

## [0.189.0](https://github.com/googleapis/google-api-go-client/compare/v0.188.0...v0.189.0) (2024-07-22)


### Features

* **all:** Auto-regenerate discovery clients ([#2680](https://github.com/googleapis/google-api-go-client/issues/2680)) ([4a713f7](https://github.com/googleapis/google-api-go-client/commit/4a713f714e522fc9b642b6e877f387b45b45d92c))
* **all:** Auto-regenerate discovery clients ([#2683](https://github.com/googleapis/google-api-go-client/issues/2683)) ([1e3757d](https://github.com/googleapis/google-api-go-client/commit/1e3757d0fae889f480bdd54dfeb09362ca0ac6d9))
* **all:** Auto-regenerate discovery clients ([#2685](https://github.com/googleapis/google-api-go-client/issues/2685)) ([611884d](https://github.com/googleapis/google-api-go-client/commit/611884d3f736ca0ac205859dc428537ab167fd19))
* **all:** Auto-regenerate discovery clients ([#2687](https://github.com/googleapis/google-api-go-client/issues/2687)) ([27405af](https://github.com/googleapis/google-api-go-client/commit/27405af8ca136a1c64f413f4fc3f0db57c53b80f))
* **all:** Auto-regenerate discovery clients ([#2691](https://github.com/googleapis/google-api-go-client/issues/2691)) ([a94722f](https://github.com/googleapis/google-api-go-client/commit/a94722f1bfc635faedebf847230fc97b9845f390))


### Bug Fixes

* **cba:** Update newAuth path to use nil oauth2 client ([#2684](https://github.com/googleapis/google-api-go-client/issues/2684)) ([d925dcb](https://github.com/googleapis/google-api-go-client/commit/d925dcbb27f2412664b43259cc4840d0f952857f))
* **transport/grpc:** Retain UserAgent option with new auth stack ([#2690](https://github.com/googleapis/google-api-go-client/issues/2690)) ([aa4662f](https://github.com/googleapis/google-api-go-client/commit/aa4662f7581724e440a9530d84d10264ff974c81))

## [0.188.0](https://github.com/googleapis/google-api-go-client/compare/v0.187.0...v0.188.0) (2024-07-09)


### Features

* **all:** Auto-regenerate discovery clients ([#2665](https://github.com/googleapis/google-api-go-client/issues/2665)) ([e84fa65](https://github.com/googleapis/google-api-go-client/commit/e84fa6508ebc498c3435668c48001185fbc9ce83))
* **all:** Auto-regenerate discovery clients ([#2669](https://github.com/googleapis/google-api-go-client/issues/2669)) ([6df3749](https://github.com/googleapis/google-api-go-client/commit/6df37492965b6323c6bcefa2a1ccd192b92981b4))
* **all:** Auto-regenerate discovery clients ([#2671](https://github.com/googleapis/google-api-go-client/issues/2671)) ([0d54a85](https://github.com/googleapis/google-api-go-client/commit/0d54a8540060cc79f830892fdd1fba46d73034c1))
* **all:** Auto-regenerate discovery clients ([#2673](https://github.com/googleapis/google-api-go-client/issues/2673)) ([88240e3](https://github.com/googleapis/google-api-go-client/commit/88240e3d98f3e944398c50379372eb071ebac0a2))
* **all:** Auto-regenerate discovery clients ([#2674](https://github.com/googleapis/google-api-go-client/issues/2674)) ([d465cec](https://github.com/googleapis/google-api-go-client/commit/d465cec68dbc2616c665e6ea240cd1e32c01418d))
* **all:** Auto-regenerate discovery clients ([#2675](https://github.com/googleapis/google-api-go-client/issues/2675)) ([a9177bd](https://github.com/googleapis/google-api-go-client/commit/a9177bdbdbba60c86b22bda4a7061c31d3485e4a))
* **all:** Auto-regenerate discovery clients ([#2677](https://github.com/googleapis/google-api-go-client/issues/2677)) ([5dd2fb2](https://github.com/googleapis/google-api-go-client/commit/5dd2fb237802349250c97c0ebdbb54cbd088884d))
* **all:** Auto-regenerate discovery clients ([#2678](https://github.com/googleapis/google-api-go-client/issues/2678)) ([d17f6be](https://github.com/googleapis/google-api-go-client/commit/d17f6beb5a531910b563a4383acaa383dbd3ee43))


### Bug Fixes

* Allow ForceSendFields to work for map types ([#2670](https://github.com/googleapis/google-api-go-client/issues/2670)) ([40b5113](https://github.com/googleapis/google-api-go-client/commit/40b5113127c4d66d533df16fe201898855c7c0cc))
* Check []bytes > 0 instead of nil ([#2667](https://github.com/googleapis/google-api-go-client/issues/2667)) ([711eb91](https://github.com/googleapis/google-api-go-client/commit/711eb913fe455ffe5c9d717b44762801820c0e8c)), refs [#2647](https://github.com/googleapis/google-api-go-client/issues/2647)

## [0.187.0](https://github.com/googleapis/google-api-go-client/compare/v0.186.0...v0.187.0) (2024-07-01)


### Features

* **all:** Auto-regenerate discovery clients ([#2655](https://github.com/googleapis/google-api-go-client/issues/2655)) ([1a28e06](https://github.com/googleapis/google-api-go-client/commit/1a28e0622fbb1a069f973a099f2340ccf5ced528))
* **all:** Auto-regenerate discovery clients ([#2658](https://github.com/googleapis/google-api-go-client/issues/2658)) ([719f988](https://github.com/googleapis/google-api-go-client/commit/719f98850209581d9ba3d69e60f7cea310f57802))
* **all:** Auto-regenerate discovery clients ([#2659](https://github.com/googleapis/google-api-go-client/issues/2659)) ([7cd88da](https://github.com/googleapis/google-api-go-client/commit/7cd88dabf7a36af1b9586f242e565e93b882f6de))
* **all:** Auto-regenerate discovery clients ([#2660](https://github.com/googleapis/google-api-go-client/issues/2660)) ([3ca2f84](https://github.com/googleapis/google-api-go-client/commit/3ca2f844a9d76ba63af67393338744387db73664))
* **all:** Auto-regenerate discovery clients ([#2661](https://github.com/googleapis/google-api-go-client/issues/2661)) ([0a238f5](https://github.com/googleapis/google-api-go-client/commit/0a238f578c422a11440ee094359d226880081056))
* **all:** Auto-regenerate discovery clients ([#2663](https://github.com/googleapis/google-api-go-client/issues/2663)) ([6e061ce](https://github.com/googleapis/google-api-go-client/commit/6e061ced5f33f1aed0d5360d6a81617665de28ed))


### Bug Fixes

* **gensupport:** Wrap chunk upload err for retries ([#2657](https://github.com/googleapis/google-api-go-client/issues/2657)) ([a758bc1](https://github.com/googleapis/google-api-go-client/commit/a758bc17ee3fcce07913275095bafc512a7e441c))
* Pass through gRPC api key option to new auth lib ([#2664](https://github.com/googleapis/google-api-go-client/issues/2664)) ([e051997](https://github.com/googleapis/google-api-go-client/commit/e05199702297d91cdce420f43fcc1c7c691a6f53))

## [0.186.0](https://github.com/googleapis/google-api-go-client/compare/v0.185.0...v0.186.0) (2024-06-25)


### Features

* **all:** Auto-regenerate discovery clients ([#2641](https://github.com/googleapis/google-api-go-client/issues/2641)) ([72fb128](https://github.com/googleapis/google-api-go-client/commit/72fb1281b3bf8e70e160db39f173bf86ede9173f))
* **all:** Auto-regenerate discovery clients ([#2644](https://github.com/googleapis/google-api-go-client/issues/2644)) ([20ffdd8](https://github.com/googleapis/google-api-go-client/commit/20ffdd800072046285b0900af690d05e2a6f9524))
* **all:** Auto-regenerate discovery clients ([#2645](https://github.com/googleapis/google-api-go-client/issues/2645)) ([c1a7681](https://github.com/googleapis/google-api-go-client/commit/c1a768193e03af127f139d532782971275e06c18))
* **all:** Auto-regenerate discovery clients ([#2648](https://github.com/googleapis/google-api-go-client/issues/2648)) ([1bac79d](https://github.com/googleapis/google-api-go-client/commit/1bac79d78d93ee98501f484b055ac9360cce3c21))
* **all:** Auto-regenerate discovery clients ([#2649](https://github.com/googleapis/google-api-go-client/issues/2649)) ([695484b](https://github.com/googleapis/google-api-go-client/commit/695484ba67b06180d82a077f35b5e87681bdccd8))
* **all:** Auto-regenerate discovery clients ([#2652](https://github.com/googleapis/google-api-go-client/issues/2652)) ([10c47f3](https://github.com/googleapis/google-api-go-client/commit/10c47f37506574b134d7e9d3b29b74aec389625f))
* **all:** Auto-regenerate discovery clients ([#2653](https://github.com/googleapis/google-api-go-client/issues/2653)) ([bc370a7](https://github.com/googleapis/google-api-go-client/commit/bc370a705cf35e8ca19498f0a6200e91e2c8282b))

## [0.185.0](https://github.com/googleapis/google-api-go-client/compare/v0.184.0...v0.185.0) (2024-06-18)


### Features

* **all:** Auto-regenerate discovery clients ([#2636](https://github.com/googleapis/google-api-go-client/issues/2636)) ([51ff8a4](https://github.com/googleapis/google-api-go-client/commit/51ff8a4794fbc56944a6db1edd0f06e30990392f))
* **all:** Auto-regenerate discovery clients ([#2638](https://github.com/googleapis/google-api-go-client/issues/2638)) ([0c868b2](https://github.com/googleapis/google-api-go-client/commit/0c868b2608ca697ac82144d37db3452b2af5a827))


### Bug Fixes

* **internal/gensupport:** Update shouldRetry for GCS uploads ([#2634](https://github.com/googleapis/google-api-go-client/issues/2634)) ([ea513cb](https://github.com/googleapis/google-api-go-client/commit/ea513cb749aad28620ee92ac2d5c57822e7ef8fe))

## [0.184.0](https://github.com/googleapis/google-api-go-client/compare/v0.183.0...v0.184.0) (2024-06-12)


Expand Down
8 changes: 4 additions & 4 deletions abusiveexperiencereport/v1/abusiveexperiencereport-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions acceleratedmobilepageurl/v1/acceleratedmobilepageurl-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit af3d612

Please sign in to comment.