gax-nodejs icon indicating copy to clipboard operation
gax-nodejs copied to clipboard

Google API Extensions for Node.js

Results 96 gax-nodejs issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@compodoc%2fcompodoc/1.1.24?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

size: xs

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...

size: m

**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`...

size: xs

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...

priority: p2
type: feature request

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...

size: s

#### 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...

priority: p2
type: bug

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...

priority: p2
type: bug

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...

size: s

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...

priority: p2
type: process
api: pubsub
size: l