Releases: googleapis/nodejs-firestore
Releases · googleapis/nodejs-firestore
v4.6.1
v4.6.0
v4.5.0
Features
- add implicit ordering for startAt(DocumentReference) calls (#1328) (e9afa38)
- add support for Partition API (#1320) (51961c3)
Bug Fixes
- retry PartitionQuery for INTERNAL and DEADLINE_EXCEEDED (#1336) (fdf5462)
- simplify BulkWriter logic (#1321) (b493baf)
- speed up listDocuments pagination (#1344) (498301d)
- Update getAll example in documentation (#1326) (721fce0)
- update required field to implement NodeJS.Timeout (#1338) (6b7371b)
- firestore/v1: give PartitionQuery retry/timeout config (#1334) (39a30c2)
v4.4.0
v4.3.0
Features
Bug Fixes
- add capacity logging to RateLimiter (#1287) (befe625)
- allow
setLogFunction(null)
(#1304) (20b1226) - bulkWriter: writing to the same document does not create a new batch (#1298) (6243d62)
- change typings for select() to return
Query<DocumentData>
(#1303) (b678857) - correct BulkWriter types in firestore.d.ts (#1284) (382128b)
v4.2.0
v4.1.2
v4.1.1
v4.1.0
v4.0.0
⚠ BREAKING CHANGES
- drop Node 8 support (#1006)
FirestoreDataConverter.fromFirestore()
is now called with aQueryDocumentSnapshot
instead ofDocumentData
(#965)
Features
- add support for serialization to BigInt
(via settings({useBigInt: true})
(#1016) - add support for set() with SetOptions when using
FirestoreDataConverter
(#1087) - retry CommitRequests that fail with UNAVAILABLE (#1235)