Skip to content

Releases: googleapis/nodejs-firestore

@google-cloud/firestore v4.15.0

26 Aug 16:26
7ccc6bd
Compare
Choose a tag to compare

Features

Bug Fixes

  • Handles identical document ids from different collections. (#1599) (745b608)

@google-cloud/firestore v4.14.2

20 Aug 14:58
5ba3dc7
Compare
Choose a tag to compare

Bug Fixes

@google-cloud/firestore v4.14.1

02 Aug 17:50
4f3e02a
Compare
Choose a tag to compare

Bug Fixes

  • avoid destructuring undefined timestamps (#1575) (a61a24a)

v4.14.0

30 Jul 19:48
f5bec38
Compare
Choose a tag to compare

Features

  • add "NON_EMPTY_DEFAULT" FieldBehavior (#1554) (8d9c503)
  • allow UnhandledPromiseRejection errors in BulkWriter if no error handler is specified (#1572) (e862ac8)

v4.13.2

14 Jul 21:19
86584a8
Compare
Choose a tag to compare

Bug Fixes

  • deps: google-gax v2.17.1 (#1557) (866bd25)
  • lower batch size on BulkWriter retry to stay under throughput limits (#1556) (f17a36e)

v4.13.1

01 Jul 16:02
7cebee2
Compare
Choose a tag to compare

Bug Fixes

v4.13.0

29 Jun 16:14
8d97847
Compare
Choose a tag to compare

Features

Bug Fixes

v4.12.3

16 Jun 20:04
1805c3f
Compare
Choose a tag to compare

Bug Fixes

  • bulkWriter: ensure buffered batches are sent after flush (#1535) (115a134)
  • GoogleAdsError missing using generator version after 1.3.0 (#1526) (adfe68e)

v4.12.2

27 May 18:34
c4096af
Compare
Choose a tag to compare

Bug Fixes

  • do not leak credentials in Firestore.toJSON() (#1522) (791310f)

v4.12.1

27 May 16:47
8da2a8c
Compare
Choose a tag to compare

Bug Fixes

  • do not load google-gax at client startup (#1517) (2141b08)
  • recursive delete: backporting changes from Java (#1514) (92ea651)
  • return results from getPartitions() in order (#1521) (c8168a8)