-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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(auth/oauth2adapt): adds a new module to translate types #8595
Conversation
This package can be used by us to make sure we preserve expected strongly typed errors in chains. It can also be used by customers and other libs to easily convert between the two equivalent interfaces between the new and old world libraries.
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
🤖 I have created a release *beep* *boop* --- ## 0.1.0 (2023-10-19) ### Features * **auth/oauth2adapt:** Adds a new module to translate types ([#8595](https://togithub.com/googleapis/google-cloud-go/issues/8595)) ([6933c5a](https://togithub.com/googleapis/google-cloud-go/commit/6933c5a0c1fc8e58cbfff8bbca439d671b94672f)) * **auth/oauth2adapt:** Fixup deps for release ([#8747](https://togithub.com/googleapis/google-cloud-go/issues/8747)) ([749d243](https://togithub.com/googleapis/google-cloud-go/commit/749d243862b025a6487a4d2d339219889b4cfe70)) ### Bug Fixes * **auth/oauth2adapt:** Update golang.org/x/net to v0.17.0 ([174da47](https://togithub.com/googleapis/google-cloud-go/commit/174da47254fefb12921bbfc65b7829a453af6f5d)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
🤖 I have created a release *beep* *boop* --- ## 0.1.0 (2023-10-19) ### Features * **auth/oauth2adapt:** Adds a new module to translate types ([#8595](https://togithub.com/googleapis/google-cloud-go/issues/8595)) ([6933c5a](https://togithub.com/googleapis/google-cloud-go/commit/6933c5a0c1fc8e58cbfff8bbca439d671b94672f)) * **auth/oauth2adapt:** Fixup deps for release ([#8747](https://togithub.com/googleapis/google-cloud-go/issues/8747)) ([749d243](https://togithub.com/googleapis/google-cloud-go/commit/749d243862b025a6487a4d2d339219889b4cfe70)) ### Bug Fixes * **auth/oauth2adapt:** Update golang.org/x/net to v0.17.0 ([174da47](https://togithub.com/googleapis/google-cloud-go/commit/174da47254fefb12921bbfc65b7829a453af6f5d)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
This package can be used by us to make sure we preserve expected strongly typed errors in chains. It can also be used by customers and other libs to easily convert between the two equivalent interfaces between the new and old world libraries.