Skip to content

Releases: googleapis/nodejs-firestore

v3.3.2

06 Jan 22:47
Compare
Choose a tag to compare

Bug Fixes

  • add quotes to field name to avoid ambiguity (#860) (8caee71)

v3.3.1

06 Jan 18:47
Compare
Choose a tag to compare

Bug Fixes

  • don't recreate instances when client is idle (0aa2a8b)

v3.3.0

03 Jan 17:31
Compare
Choose a tag to compare

Features

  • add Symbol.asyncInterator to Query.stream() (#843) (68795c4)
  • use GAX retry config for streams (#847) (218a4c6)

Bug Fixes

v3.2.0

02 Jan 19:16
Compare
Choose a tag to compare

Features

  • allow specifying how many idle GRPC channels to keep (#837) (37e93da)

Bug Fixes

  • reduce overhead for listDocuments()/listCollections() (#838) (5c870e6)

v3.1.0

20 Dec 15:01
Compare
Choose a tag to compare

Features

Bug Fixes

  • deps: update dependency deep-equal to v2 (#821) (25472e1)

v3.0.0

16 Dec 15:02
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • convert Gapic client to TypeScript (#805)
  • remove deprecated timestampInSnapshots setting (#808)

Features

  • convert Gapic client to TypeScript (#805) (5000b2d)
  • remove deprecated timestampInSnapshots setting (#808) (f37fffc)

Bug Fixes

  • close GRPC channel when we dispose of clients (#779) (22ef0d0)

v2.6.1

05 Dec 22:37
Compare
Choose a tag to compare

Bug Fixes

  • deps: pin TypeScript below 3.7.0 (0d4e558)
  • docs: snippets are now replaced in jsdoc comments (#795) (396bebb)

v2.6.0

01 Nov 18:47
Compare
Choose a tag to compare

Features

v2.5.0

22 Oct 20:44
Compare
Choose a tag to compare

Features

  • introduces ARRAY_CONTAINS_ANY and IN to operator enum (2c8869d)

Bug Fixes

v2.4.0

03 Oct 20:16
Compare
Choose a tag to compare

Bug Fixes

  • provide custom error for FieldValue subclasses (#771) (29c3e9b)
  • use compatible version of google-gax (b0c89c5)

Features

  • ability to specify the Collection Group query scope in the V1 Admin API (#762) (b16cd40)