Alexander Fenster
Alexander Fenster
Hey folks, I'll create this issue here to let you all know that v7.0.0 of `protobufjs` is finally out and published on npm. Just in case you didn't know, the...
If a library has a GAPIC version published (`@google-cloud/something`), we will throw a deprecation warning if it's being used from this auto-generated repository.
Please verify that 4.0.0 works and update the `latest` tag on npm.
As reported in #835, we lost the batching functionality because of a bug in the generator. Unfortunately, the tests did not catch it. We need to cover this piece of...
We have 0 (zero) test coverage for the command line tools which is kind of not good :)
Copying from https://github.com/googleapis/gax-nodejs/issues/163 (I'll close the corresponding google-gax issue): > To avoid hitting single-channel limits, the client should leverage a channel pool. Please consider this feature request or feel free...
Fixes #1879 by providing a way to pass `preferRest` to the `Firestore` constructor. This is coming from the solution we provided in https://issuetracker.google.com/issues/158014637. The `preferRest` option might become default in...
Visual Studio code shows compilation errors for `node_modules` folder if a package from `@googleapis/` is installed: The reason for that is that those packages include `tsconfig.json` which extends a (not...
This is a branch for releasing v3.1.1 that fixes a problem with the dependency `update-notifier` by removing it. It's a cherry-pick from the main branch. I'll make a patch release...
In this snippet: https://github.com/googleapis/google-cloud-node/blob/e6f43fac5af74a49250348eeed77dd48e6ffc7a5/packages/gapic-node-templating/templates/bootstrap-templates/samples/test/quickstart.js#L21-L22 the generated code looks like `const { Client } = ...` as if the `serviceName` template does not get substituted properly. Repro: bootstrap any library according...