-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
compute: fix bugs in alpha release #4380
Comments
googleapis/gapic-generator-go#698 fixes the missing scheme. |
googleapis/gapic-generator-go#699 fixes the extraneous request body. |
Regeneration of |
Local integration tests succeed. |
Fixes carried in https://github.com/googleapis/gapic-generator-go/releases/tag/v0.21.6. |
Changes carried in #4383 |
To fix the third issue, need googleapis/gapic-generator-go#702 |
Released generator fix in https://github.com/googleapis/gapic-generator-go/releases/tag/v0.21.7 |
Carries fix for EmitUnpopulated issue in #4380
Pending the outcome of some more testing before making a new release. Should have an update today midday PST. |
Integration tests uncovered another issue, which was fixed with googleapis/gapic-generator-go#710. Updating generator version in #4425. |
Changes regenerated locally with generator v0.21.8. This is the fix for #4380 (comment).
All mentioned bugs were fixed in the release: https://github.com/googleapis/google-cloud-go/releases/tag/v0.87.0 |
The
compute/apiv1
alpha release in v0.86.0 has a few known bugs. They are as follows:GET
/DELETE
requests are generated with a bodyEmitUnpopulated
encoding optionFirst discovered post-release and then reported in #4377 by users.
This is a tracking bug.
The text was updated successfully, but these errors were encountered: