Skip to content
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

README.md of google-api-services-storage/v1/2.0.0 has the latest javadoc pointing to an old v1beta2 version #19057

Open
diegomarquezp opened this issue Dec 8, 2023 · 2 comments
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: docs Improvement to the documentation for an API.

Comments

@diegomarquezp
Copy link
Contributor

diegomarquezp commented Dec 8, 2023

[javadoc]: https://googleapis.dev/java/google-api-services-storage/latest/index.html

Points to latest, but latest redirects to v1beta2-rev20191127-1.30.10

It should actually point to v1-rev20231202-2.0.0

@diegomarquezp
Copy link
Contributor Author

diegomarquezp commented Dec 8, 2023

This is probably not a particular case

edit: confirmed ai-platform to also reference an old service version
https://github.com/googleapis/google-api-java-client-services/tree/main/clients/google-api-services-aiplatform/v1/2.0.0

It looks like revisions get updated correctly, but service versions get stale

@mpeddada1 mpeddada1 added type: docs Improvement to the documentation for an API. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Dec 14, 2023
@lqiu96
Copy link
Contributor

lqiu96 commented May 20, 2024

It may due to how the javadoc versions are determined. I see the latest version exists: https://googleapis.dev/java/google-api-services-storage/v1-rev20240319-2.0.0/, but it still points to the old version.

Perhaps this is because the latest version is just done with a string compare and it finds that v1beta(1|2) > v1-?

Going to downgrade this to a p3 as this is a small QOL. May require us to change the way we version our apiary packages.

@lqiu96 lqiu96 added priority: p3 Desirable enhancement or fix. May not be included in next release. and removed priority: p2 Moderately-important priority. Fix may not be included in next release. labels May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: docs Improvement to the documentation for an API.
Projects
None yet
Development

No branches or pull requests

3 participants