User-Agent doesn't include the version.
Opened this issue · 2 comments
Capstan commented
For Java at least, this should get pulled out of the .pom
file via generated resources, as in How do I filter resource files. Not sure about Python.
aozarov commented
FYI, we do that in gcloud-java.
For reference how to see pom.xml and the code that pulls it.
Capstan commented
Thanks for the references. Is this something we should survey across google/java or GoogleCloudPlatform/java repos w/ HTTP clients?