Releases: googleapis/nodejs-firestore
Releases · googleapis/nodejs-firestore
v4.9.3
Bug Fixes
- use
Array.isArray
instead of an instanceof
check (#1417) (4a8c3cf)
v4.9.1
Bug Fixes
- handle ignoreUndefinedProperties in set(merge: true) (#1396) (d870c9d)
v4.8.1
Bug Fixes
- release clients that received a RST_STREAM error (#1380) (0296dd6)
v4.7.1
Bug Fixes
- do not modify options object, use defaultScopes (#1360) (bd40d3a)
- ignore 'undefined' in update() with UpdateMap (#1363) (9bad804)
- remove unneeded async signature from BulkWriter.sendBatch() (#1361) (b5cf449)
v4.7.0
Features
- add ability to specify custom headers for individual RPC types (#1355) (0900379)