-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: move storage, bigquery, and compute to new auth lib #2695
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
All other clients in this repo have been exercising the new library for almost 3 months now. I believe things to be stable so we should move the remaining libraries.
tritone
approved these changes
Jul 24, 2024
codyoss
added a commit
to codyoss/gapic-generator-go
that referenced
this pull request
Jul 24, 2024
All GAPICs not in the denylist have been using the new library for over a month now. Related: googleapis/google-api-go-client#2695
shollyman
approved these changes
Jul 24, 2024
codyoss
added a commit
to googleapis/gapic-generator-go
that referenced
this pull request
Jul 24, 2024
All GAPICs not in the denylist have been using the new library for over a month now. Related: googleapis/google-api-go-client#2695
codyoss
added
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Jul 24, 2024
noahdietz
approved these changes
Jul 24, 2024
gcf-merge-on-green
bot
removed
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Jul 24, 2024
codyoss
added a commit
to codyoss/google-api-go-client
that referenced
this pull request
Jul 30, 2024
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Aug 1, 2024
🤖 I have created a release *beep* *boop* --- ## [0.190.0](https://togithub.com/googleapis/google-api-go-client/compare/v0.189.0...v0.190.0) (2024-08-01) ### Features * **all:** Auto-regenerate discovery clients ([#2693](https://togithub.com/googleapis/google-api-go-client/issues/2693)) ([cbc19e7](https://togithub.com/googleapis/google-api-go-client/commit/cbc19e75465de8084d9e34b2b3ccc0ba8d905e3d)) * **all:** Auto-regenerate discovery clients ([#2698](https://togithub.com/googleapis/google-api-go-client/issues/2698)) ([ddc4e0b](https://togithub.com/googleapis/google-api-go-client/commit/ddc4e0b0adb8c4fe22edb4a821e4f2c716d5a327)) * **all:** Auto-regenerate discovery clients ([#2699](https://togithub.com/googleapis/google-api-go-client/issues/2699)) ([d07fd26](https://togithub.com/googleapis/google-api-go-client/commit/d07fd26bf7d8b4a5848207b35d4214976bceeac0)) * **all:** Auto-regenerate discovery clients ([#2700](https://togithub.com/googleapis/google-api-go-client/issues/2700)) ([a8b0821](https://togithub.com/googleapis/google-api-go-client/commit/a8b0821bdcc9a5e76db236bfce38823ab36002de)) * **all:** Auto-regenerate discovery clients ([#2703](https://togithub.com/googleapis/google-api-go-client/issues/2703)) ([7b03cff](https://togithub.com/googleapis/google-api-go-client/commit/7b03cff8f79b0bb0d82f6f0b2e16120e10019852)) * **all:** Auto-regenerate discovery clients ([#2706](https://togithub.com/googleapis/google-api-go-client/issues/2706)) ([05a4fc5](https://togithub.com/googleapis/google-api-go-client/commit/05a4fc520d64a219002772f36377929b010ff53b)) * **all:** Auto-regenerate discovery clients ([#2715](https://togithub.com/googleapis/google-api-go-client/issues/2715)) ([164a8d6](https://togithub.com/googleapis/google-api-go-client/commit/164a8d6aedb86f34a366d792a213fed754197e8a)) * Move storage, bigquery, and compute to new auth lib ([#2695](https://togithub.com/googleapis/google-api-go-client/issues/2695)) ([66ace6c](https://togithub.com/googleapis/google-api-go-client/commit/66ace6c95689fd06cb467069d8ec0f5ddb8ac695)) ### Reverts * Move storage, bigquery, and compute to new auth lib ([#2695](https://togithub.com/googleapis/google-api-go-client/issues/2695))" ([#2704](https://togithub.com/googleapis/google-api-go-client/issues/2704)) ([aa62c85](https://togithub.com/googleapis/google-api-go-client/commit/aa62c85a8c8cce5d0ed963b7d9b74e6a739fd072)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
All other clients in this repo have been exercising the new library
for almost 3 months now. I believe things to be stable so we should
move the remaining libraries.