Skip to content

Releases: googleapis/nodejs-firestore

v4.9.4

16 Feb 01:02
685e75c
Compare
Choose a tag to compare

Bug Fixes

v4.9.3

09 Feb 18:17
60539e4
Compare
Choose a tag to compare

Bug Fixes

  • use Array.isArray instead of an instanceof check (#1417) (4a8c3cf)

v4.9.2

05 Feb 16:46
7924023
Compare
Choose a tag to compare

Bug Fixes

v4.9.1

26 Jan 23:46
0538d90
Compare
Choose a tag to compare

Bug Fixes

  • handle ignoreUndefinedProperties in set(merge: true) (#1396) (d870c9d)

v4.9.0

26 Jan 19:19
ea60d71
Compare
Choose a tag to compare

Features

v4.8.1

16 Dec 16:17
7ff2345
Compare
Choose a tag to compare

Bug Fixes

  • release clients that received a RST_STREAM error (#1380) (0296dd6)

v4.8.0

04 Dec 00:06
30b8a1b
Compare
Choose a tag to compare

Features

Bug Fixes

  • stop using GRPC channels after RST_STREAM (#1373) (504bb5f)

v4.7.2

02 Dec 17:47
4acc5dd
Compare
Choose a tag to compare

Bug Fixes

v4.7.1

10 Nov 19:32
08af0a3
Compare
Choose a tag to compare

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

05 Nov 01:02
dedaeb1
Compare
Choose a tag to compare

Features

  • add ability to specify custom headers for individual RPC types (#1355) (0900379)