googleapis / google-api-nodejs-client

Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.
https://googleapis.dev/nodejs/googleapis/latest/
Apache License 2.0
11.38k stars 1.91k forks source link

Bump and publish a new @googleapis/run version #3308

Closed fduser1 closed 1 year ago

fduser1 commented 1 year ago

@sofisl Lots of good enhancements in the Cloud Run space this year. The last published update was 10 months ago for @googleapis/run package. I appreciate a version bump (e.g. 11.1.0) so I could directly import it to improve the startup time of my apps.

(Cloud Client Libraries currently do not have all of the features available so I am now relying on API Client Libraries)

sofisl commented 1 year ago

Hi @fduser1! Unfortunately this library's updates are autogenerated from whatever is updated internally. So, whatever functionality is currently available to the API Client libraries is already published. New updates get generated regularly though, so hopefully something will come down the pipeline soon. If you'd like, feel free to directly request a feature request to the API to expose a given functionality in the library (under Create new Cloud Run Issue)

fduser1 commented 1 year ago

Thank you @sofisl. I hope a new version will get triggered soon also. In the meantime, I will consider the alternate request route. Thanks!