Releases: googleapis/nodejs-firestore
Releases · googleapis/nodejs-firestore
v3.3.2
Bug Fixes
- add quotes to field name to avoid ambiguity (#860) (8caee71)
v3.3.1
Bug Fixes
- don't recreate instances when client is idle (0aa2a8b)
v3.3.0
Features
- add Symbol.asyncInterator to Query.stream() (#843) (68795c4)
- use GAX retry config for streams (#847) (218a4c6)
Bug Fixes
v3.2.0
Features
- allow specifying how many idle GRPC channels to keep (#837) (37e93da)
Bug Fixes
- reduce overhead for listDocuments()/listCollections() (#838) (5c870e6)
v3.1.0
Features
Bug Fixes
- deps: update dependency deep-equal to v2 (#821) (25472e1)
v3.0.0
⚠ 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
Bug Fixes
- deps: pin TypeScript below 3.7.0 (0d4e558)
- docs: snippets are now replaced in jsdoc comments (#795) (396bebb)
v2.5.0
Features
- introduces ARRAY_CONTAINS_ANY and IN to operator enum (2c8869d)
Bug Fixes
v2.4.0
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)