Releases: googleapis/nodejs-firestore
Releases · googleapis/nodejs-firestore
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)
v2.3.0
Features
- load protos from JSON, grpc-fallback support (#749) (6cb9d68)
v2.2.8
Bug Fixes
- serialization does not work with null objects (#736) (870d6a7)
v2.2.6
Bug Fixes
- allow calls with no request, add JSON proto (#725) (8b0624b)
v2.2.5
Bug Fixes
- Better error for Collection Group Queries with documentId() cursors (#720) (169286d)
v2.2.4
Bug Fixes
- Don't re-open streams on 'error' and 'end' (#713) (104a965)
v2.2.3
Bug Fixes
- docs: link to reference docs section on googleapis.dev (#701) (d7c89a8)
- Relax validation of FIRESTORE_EMULATOR_HOST in settings() (#703) (daff9de)
v2.2.2
Bug Fixes
- Support non-ISO-8859-1 Collection Names in Queries (fc6f839)
- Unset servicePath when FIRESTORE_EMULATOR_HOST is set (#696) (5a19931)
- Use new stream rather than pipe (#700) (0370e03)