nodejs-datastore
nodejs-datastore copied to clipboard
Node.js client for Google Cloud Datastore: a highly-scalable NoSQL database for your web and mobile applications.
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 477890345 Source-Link: https://github.com/googleapis/googleapis/commit/82bf6749a84d54a098092ae3a0ec135475b18c31 Source-Link: https://github.com/googleapis/googleapis-gen/commit/5fb8115161ea14a5c551885c681c3627c2f66630 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWZiODExNTE2MWVhMTRhNWM1NTE4ODVjNjgxYzM2MjdjMmY2NjYzMCJ9
This PR implements the new COUNT feature when querying datastore which returns a count of the number of records instead of the records themselves.
Note: #806 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 386b9c735d57ce23f004ba3e9b1eb9a9377622dc buildURL: [Build Status](https://source.cloud.google.com/results/invocations/7498aa4d-ddfd-43bc-9c48-c847b3fbffed), [Sponge](http://sponge2/7498aa4d-ddfd-43bc-9c48-c847b3fbffed) status:...
**Summary** This PR ensures that transaction read calls will use [newTransaction options](https://github.com/googleapis/nodejs-datastore/blob/1585d4a4e1b4b16d198307a3e97ffcf156d000b1/protos/protos.d.ts#L7588) to begin transactions instead of making a separate `beginTransaction` grpc call. **Source code changes** A `#blockWithMutex` function is...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [gapic-tools](https://togithub.com/googleapis/gax-nodejs) ([source](https://togithub.com/googleapis/gax-nodejs/tree/HEAD/gapic-tools)) | [`^0.3.0` -> `^0.4.0`](https://renovatebot.com/diffs/npm/gapic-tools/0.3.0/0.4.0) |...
Note: #955 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: d0998d4103d758a7c903e7d1547cc777fba17c23 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/738ca16e-cb8e-4aa8-98c7-74e61d13f643), [Sponge](http://sponge2/738ca16e-cb8e-4aa8-98c7-74e61d13f643) status:...
:robot: I have created a release *beep* *boop* --- ## [8.6.0](https://github.com/googleapis/nodejs-datastore/compare/v8.5.0...v8.6.0) (2024-02-26) ### Features * Nodejs transaction redesign feature branch ([#1235](https://github.com/googleapis/nodejs-datastore/issues/1235)) ([1585d4a](https://github.com/googleapis/nodejs-datastore/commit/1585d4a4e1b4b16d198307a3e97ffcf156d000b1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please)....
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...
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting....