gax-nodejs
gax-nodejs copied to clipboard
Google API Extensions for Node.js
RE: https://github.com/googleapis/nodejs-datastore/issues/502 @google-cloud/datastore needs to accept IPv6 endpoints from the Datastore emulator, and I believe we need to investigate if this library will support such addresses, including these formats: -...
see b/337041278 Once we move to Node 18, we should look into checking whether we can use native fetch instead of node-fetch.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [execa](https://togithub.com/sindresorhus/execa) | [`^5.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/execa/5.1.1/9.0.2) | [](https://docs.renovatebot.com/merge-confidence/)...
:robot: I have created a release *beep* *boop* --- google-gax: 4.3.4 ## [4.3.4](https://github.com/googleapis/gax-nodejs/compare/google-gax-v4.3.3...google-gax-v4.3.4) (2024-05-10) ### Bug Fixes * don't emit error event during stream handoff ([#1592](https://github.com/googleapis/gax-nodejs/issues/1592)) ([2e7d30a](https://github.com/googleapis/gax-nodejs/commit/2e7d30a1671aa667f7c000c737dfa40824f7b9f1)) * Only call...
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: - [ ] Make sure...
> I am not sure whether this issue belongs to the `google-gax` library (this repo) or to the [`@google-cloud/run` library](https://github.com/googleapis/google-cloud-node/). However, creating an issue in the latter is pretty intimidating...
Fixes https://github.com/firebase/firebase-admin-node/issues/2587 Fixes #1634
When canonical (gRPC) error codes are mapped to HTTP status codes, in some cases the mapping is lossy. [Multiple canonical error codes map to one HTTP status code](https://cloud.google.com/apis/design/errors#handling_errors). For example...
Hi there, We are using google-gax in our project deployed on GCP account. in our yearly report we are getting issue with npm package node-fetch (^2.6.1) that should be update...