gax-nodejs
gax-nodejs copied to clipboard
Google API Extensions for Node.js
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@compodoc/compodoc](https://togithub.com/compodoc/compodoc) | [`1.1.23` -> `1.1.24`](https://renovatebot.com/diffs/npm/@compodoc%2fcompodoc/1.1.23/1.1.24) | [](https://docs.renovatebot.com/merge-confidence/)...
fixes b/338064353 **OLD BEHAVIOR**: in `streamingRetryRequest.ts` as part of `onResponse`, an `'error'` event would be emitted while the retryStream is being destroyed. This event (usually the first error event in...
**Source code changes** The current code calls `getResumptionRequestFn` twice when the result from the first call can be reused. For clients implementing retries, we only want one call to `getResumptionRequestFn`...
1) Is this a client library issue or a product issue? Appears to be a library issue 2) Did someone already solve this? Related to the following posts, but I'm...
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to...
#### Environment details - OS: MacOS 14.4.1 - Node.js version: 20.11.1 - npm version: 10.2.4 - `gax-nodejs` version: 4.3.1 #### Steps to reproduce 1. Add @google-cloud/pubsub as a dependency to...
Protobufjs was updated to version 7.2.4 in https://github.com/googleapis/gax-nodejs/issues/1466 to address the [CVE-2023-36665](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36665) vulnerability. However, it has been discovered that version 7.2.4 remains vulnerable. The latest version of [firebase-tools](https://github.com/firebase/firebase-tools) (v13.7.2 at...
When multiple packages are imported, and all of them were generated in a way that uses default as the root name, each imported package overwrites the definitions of the previous...
Hello, I'm getting a deprecation warning when I use the @google-cloud/pubsub library. Here is the warning: ``` (node:11518) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative...