Releases: googleapis/nodejs-datastore
Releases · googleapis/nodejs-datastore
v7.2.0
v7.1.0
7.1.0 (2023-01-18)
Features
- Add datastore aggregation query APIs (#1008) (d5c2cb1)
- Add the count aggregate function (#972) (76adfc6)
- Snapshot reads (#963) (0ecca86)
- Support regapic LRO (#957) (99778fb)
Bug Fixes
- Allow passing gax instance to client constructor (#974) (386b9c7)
- Better support for fallback mode (#967) (0447d87)
- Bring back LRO mixin (#1009) (1d8de5f)
- Change import long to require (#968) (5e710f2)
- deps: Update dependency @google-cloud/promisify to v3 (#942) (7b35856)
- deps: Use google-gax v3.5.2 (#1013) (1753eae)
- Do not import the whole google-gax from proto JS (#1553) (#973) (9550bbc)
- Preserve default values in x-goog-request-params header (#979) (2b80e1e)
- Regenerated protos JS and TS definitions (#1016) (d0ae656)
- Remove pip install statements (#1546) (#970) (2225fc7)
- Use google-gax v3.3.0 (9550bbc)
v7.0.0
7.0.0 (2022-06-13)
⚠ BREAKING CHANGES
- update library to use Node 12 (#945)
Features
- add IN/NOT_IN/NOT_EQUALS support to cloud datastore proto (6f22f0f)
- define Datastore -> Firestore in Datastore mode migration long running operation metadata (#907) (652f66d)
- expose new read_time API fields, currently only available in private preview (#932) (aef00f8)
- Query filters for datastore (#936) (51725fa)
Bug Fixes
- deps: update dependency sinon to v13 (#918) (fa01bd4)
- deps: update dependency sinon to v14 (#943) (e117702)
- fixes for dynamic routing and streaming descriptors (#947) (ba6c190)