Skip to content

Releases: googleapis/nodejs-firestore

v4.0.0

24 Jun 21:16
bab9d3a
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • drop Node 8 support (#1006)
  • FirestoreDataConverter.fromFirestore() is now called with a QueryDocumentSnapshot instead of DocumentData (#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)

Bug Fix

  • remove fallback code that periodically invoked CommitRequests inside Transactions on GCF (#1112)
  • fixes an error that prevented Firestore from connecting to the Emulator if multiple versions of @grpc/grpc-js are installed (#1233)

v3.8.6

19 Jun 18:46
48ca412
Compare
Choose a tag to compare

Bug Fixes

  • reject all promises with errors (#1224) (9118521)
  • restart onSnapshot() listeners that stop receiving updates (#1220) (49ca641)

v3.8.5

10 Jun 01:16
9aa1a0f
Compare
Choose a tag to compare

Bug Fixes

v3.8.4

01 Jun 18:16
0c9d773
Compare
Choose a tag to compare

Bug Fixes

  • send Authentication header with every emulator request (#1105) (83f617c)

v3.8.3

01 Jun 07:04
8d9ec5c
Compare
Choose a tag to compare

Bug Fixes

  • return null for 'parent' call on root collection (#1099) (c5c0b15)

v3.8.2

30 May 06:01
cd5e296
Compare
Choose a tag to compare

Bug Fixes

v3.8.1

27 May 23:16
f03072a
Compare
Choose a tag to compare

Bug Fixes

  • Add tests to check fields used in whereIn should be equality filters (#1081) (3153dd2)
  • capture error stacks across async calls (#1088) (7acdd7e)

v3.8.0

13 May 04:31
40f14d2
Compare
Choose a tag to compare

Features

Bug Fixes

v3.7.5

25 Apr 03:16
b4a80ed
Compare
Choose a tag to compare

Bug Fixes

v3.7.4

09 Apr 19:31
32d346b
Compare
Choose a tag to compare

Bug Fixes