@google-cloud/bigquery-storage
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -142,2 +142,11 @@ import * as gax from 'google-gax'; | ||
* it can gracefully handle. | ||
* @param {number} request.preferredMinStreamCount | ||
* The minimum preferred stream count. This parameter can be used to inform | ||
* the service that there is a desired lower bound on the number of streams. | ||
* This is typically a target parallelism of the client (e.g. a Spark | ||
* cluster with N-workers would set this to a low multiple of N to ensure | ||
* good cluster utilization). | ||
* | ||
* The system will make a best effort to provide at least this number of | ||
* streams, but in some cases might provide less. | ||
* @param {object} [options] | ||
@@ -144,0 +153,0 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. |
@@ -201,3 +201,3 @@ "use strict"; | ||
const descriptor = this.descriptors.stream[methodName] || undefined; | ||
const apiCall = this._gaxModule.createApiCall(callPromise, this._defaults[methodName], descriptor); | ||
const apiCall = this._gaxModule.createApiCall(callPromise, this._defaults[methodName], descriptor, this._opts.fallback); | ||
this.innerApiCalls[methodName] = apiCall; | ||
@@ -204,0 +204,0 @@ } |
@@ -207,3 +207,3 @@ "use strict"; | ||
const descriptor = this.descriptors.stream[methodName] || undefined; | ||
const apiCall = this._gaxModule.createApiCall(callPromise, this._defaults[methodName], descriptor); | ||
const apiCall = this._gaxModule.createApiCall(callPromise, this._defaults[methodName], descriptor, this._opts.fallback); | ||
this.innerApiCalls[methodName] = apiCall; | ||
@@ -210,0 +210,0 @@ } |
@@ -202,3 +202,3 @@ "use strict"; | ||
const descriptor = this.descriptors.stream[methodName] || undefined; | ||
const apiCall = this._gaxModule.createApiCall(callPromise, this._defaults[methodName], descriptor); | ||
const apiCall = this._gaxModule.createApiCall(callPromise, this._defaults[methodName], descriptor, this._opts.fallback); | ||
this.innerApiCalls[methodName] = apiCall; | ||
@@ -205,0 +205,0 @@ } |
# Changelog | ||
## [3.1.0](https://github.com/googleapis/nodejs-bigquery-storage/compare/v3.0.0...v3.1.0) (2022-08-23) | ||
### Features | ||
* allow users to set Apache Avro output format options through avro_serialization_options param in TableReadOptions message ([#284](https://github.com/googleapis/nodejs-bigquery-storage/issues/284)) ([99b8afc](https://github.com/googleapis/nodejs-bigquery-storage/commit/99b8afc3fb2aa1d47151b90924eab2016432034f)) | ||
### Bug Fixes | ||
* better support for fallback mode ([#287](https://github.com/googleapis/nodejs-bigquery-storage/issues/287)) ([08b0bb2](https://github.com/googleapis/nodejs-bigquery-storage/commit/08b0bb2c300ce49a65121805ea674e9c56726a87)) | ||
* change import long to require ([#289](https://github.com/googleapis/nodejs-bigquery-storage/issues/289)) ([63a3dc2](https://github.com/googleapis/nodejs-bigquery-storage/commit/63a3dc2bcbac775e8c41dd19248ef3cd4829c21f)) | ||
* remove pip install statements ([#1546](https://github.com/googleapis/nodejs-bigquery-storage/issues/1546)) ([#290](https://github.com/googleapis/nodejs-bigquery-storage/issues/290)) ([1436388](https://github.com/googleapis/nodejs-bigquery-storage/commit/143638862040327e89c74c87a7018e2342576a95)) | ||
## [3.0.0](https://github.com/googleapis/nodejs-bigquery-storage/compare/v2.8.0...v3.0.0) (2022-06-29) | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "@google-cloud/bigquery-storage", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Client for the BigQuery Storage API", | ||
@@ -41,3 +41,3 @@ "repository": "googleapis/nodejs-bigquery-storage", | ||
"jsdoc-region-tag": "^2.0.0", | ||
"linkinator": "^2.0.1", | ||
"linkinator": "^4.0.0", | ||
"mocha": "^9.2.2", | ||
@@ -44,0 +44,0 @@ "null-loader": "^4.0.0", |
@@ -192,3 +192,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost." | ||
| BigQuery Storage Quickstart | [source code](https://github.com/googleapis/nodejs-bigquery-storage/blob/main/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery-storage&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) | | ||
| Sample_data_pb2 | [source code](https://github.com/googleapis/nodejs-bigquery-storage/blob/main/samples/sample_data_pb2.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery-storage&page=editor&open_in_editor=samples/sample_data_pb2.js,samples/README.md) | | ||
| Sample_data_pb | [source code](https://github.com/googleapis/nodejs-bigquery-storage/blob/main/samples/sample_data_pb.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigquery-storage&page=editor&open_in_editor=samples/sample_data_pb.js,samples/README.md) | | ||
@@ -195,0 +195,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2847351
43831