Releases: googleapis/nodejs-firestore
Releases · googleapis/nodejs-firestore
v2.2.0
v2.1.1
v2.1.0
v2.0.0
⚠ BREAKING CHANGES
- library now requires Node >= 8.13.0
- deprecation: remove legacy support for array arguments (#625)
- deprecation: remove deprecated getCollections() (#624)
- upgrade engines field to >=8.10.0 (#608)
Bug Fixes
- deps: update dependency google-gax to ^0.26.0 (#606) (a637a68)
- Fix client pooling for long-lived listens (#614) (479bc9c), closes firebase/firebase-admin-node#499 #256
- deps: update dependency google-gax to v1 (#615) (687a353)
- run the generator (#616) (92b0add)
- docs: revert jsdoc and pin to 3.5.5 (#627) (e22f9c6)
- Support more than 100 long-lived streams (#623) (9474e3f)
Build System
- upgrade engines field to >=8.10.0 (#608) (32485f4)
- upgrade engines field to >=8.13.0 (#636) (a5db7d8)
Code Refactoring
v1.3.0
v1.2.0
03-21-2019 14:17 PDT
New Features
- feature: Release the V1 Admin API (#590)
The Firestore Node SDK now exposes the Firestore Admin API (viav1.FirebaseAdminClient()
).
Implementation Changes
- deps/refactor: Removing @google-cloud/projectify (#564)
Dependencies
- chore(deps): update dependency hard-rejection to v2
Documentation
Internal / Testing Changes
v1.1.0
03-10-2019 20:09 PDT
New Features
- feature: Added
FieldValue.increment()
, which can be used increate()
,update()
andset(..., {merge:true})
to
increment or decrement numeric field values safely without transactions (#444)
Implementation Changes
Internal / Testing Changes
v1.0.2
03-04-2019 13:32 PST
Implementation Changes
- fix: throw on invalid credentials (#548)
Dependencies
- fix(deps): update dependency google-gax to ^0.25.0 (#535)
- chore(deps): update dependency mocha to v6
- chore(deps): update dependency duplexify to v4 (#539)
Documentation
- docs: update comments on protos (#559)
- docs: update API doc comments (#557)
- docs: update links in contrib guide (#550)
- docs: add lint/fix example to contributing guide (#541)
- docs: fix example comments (#540)
- doc: show GA message in README.md (#536)
- Add note about Datastore mode (#552)
- chore: move CONTRIBUTING.md to root (#543)
- docs: update contributing path in README (#544)
Internal / Testing Changes
- refactor(typescript): enable noImplicitAny (#553)
- chore: update array types (#555)
- Finish TypeScript Migration (#512)
- refactor: improve generated code style. (#538)
- Remove unhandled Promise rejection warning (#556)
- build: use linkinator for docs test (#549)
- build: create docs test npm scripts (#547)
- build: test using @grpc/grpc-js in CI (#546)
v1.0.1
v1.0.0
01-29-2019 12:12 PST
This is the Firestore Node.js Client Library GA release.