@google-cloud/firestore
Advanced tools
Comparing version 3.7.0 to 3.7.1
@@ -1012,9 +1012,9 @@ /*! | ||
/** | ||
* Internal streaming method that accepts the request proto. | ||
* Internal streaming method that accepts an optional transaction ID. | ||
* | ||
* @param request The request proto. | ||
* @param transactionId A transaction ID. | ||
* @private | ||
* @returns A stream of document results. | ||
*/ | ||
_stream(request: api.IRunQueryRequest): NodeJS.ReadableStream; | ||
_stream(transactionId?: Uint8Array): NodeJS.ReadableStream; | ||
/** | ||
@@ -1021,0 +1021,0 @@ * Attaches a listener for QuerySnapshot events. |
@@ -7,2 +7,9 @@ # Changelog | ||
### [3.7.1](https://www.github.com/googleapis/nodejs-firestore/compare/v3.7.0...v3.7.1) (2020-03-16) | ||
### Bug Fixes | ||
* support Query.stream() as first client operation ([#971](https://www.github.com/googleapis/nodejs-firestore/issues/971)) ([a48017c](https://www.github.com/googleapis/nodejs-firestore/commit/a48017c16dbf7819ea45ea2577365b52721c2475)) | ||
## [3.7.0](https://www.github.com/googleapis/nodejs-firestore/compare/v3.6.0...v3.7.0) (2020-03-11) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/firestore", | ||
"description": "Firestore Client Library for Node.js", | ||
"version": "3.7.0", | ||
"version": "3.7.1", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "author": "Google Inc.", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2463832
50430