-
Notifications
You must be signed in to change notification settings - Fork 49
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(gengapic): generate helpers for Go 1.23 iterators #1542
Conversation
This changes starts generating build tag protected adapters for using our iterator types in Go range expressions. Related: googleapis/gax-go#358
requires gax changes to be fully released and rolled out to clients |
The new gax libraries have been rolled out to all clients. This is now safe for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Let's just make sure we don't merge this until we are ready to have it in our clients e.g. in case we need to fix something and cut a release and this would be in that release.
Agreed. Let's wait until 1.23 is out, which should be in about 2-3 weeks. |
This changes starts generating build tag protected adapters for using our iterator types in Go range expressions.
Related: googleapis/gax-go#358