Releases: googleapis/nodejs-firestore
Releases · googleapis/nodejs-firestore
v3.7.2
Bug Fixes
- fix flaky contention test (#979) (f294998)
- fix: use Random Number from
crypto
to generate AutoId (05b3363)
v3.7.1
Bug Fixes
- support Query.stream() as first client operation (#971) (a48017c)
v3.5.1
Bug Fixes
- collectionReference.add() validation (#925) (19c2c75)
- pass x-goog-request-params header for streaming calls (#920) (cfbe19e)
- propagate converter in QueryOptions.with() (#931) (e35a098)
- wait for operations to complete before deleting clients (#915) (1e5d63f)
v3.5.0
Features
Bug Fixes
- add missing generics on query (#917) (c5b9442)
- better parameter naming in path template helpers (aac02f4)
- retry streaming methods if initial write errored (#897) (2ec0489)
v3.4.1
Bug Fixes
- do not assume all custom objects have constructors (#893) (f668e8e)
v3.4.0
Features
Bug Fixes
- don't format log message if logging is disabled (#874) (b7b5fc9)
- disable non-transactional retries for Code ABORTED (#881) (82273ec)
- manually retry ABORTED reads in transactions (#883) (7562033)
- remove ticks from code comments (#885) (b2740ed)
v3.3.3
Bug Fixes
- support Objects created with Object.create({}) (#842) (a85f0c3)
- use rejected Promise for terminate() (#845) (f2c4d91)