@google-cloud/bigquery-connection
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -114,2 +114,5 @@ "use strict"; | ||
} | ||
else if (opts.fallback === 'rest') { | ||
clientHeader.push(`rest/${this._gaxGrpc.grpcVersion}`); | ||
} | ||
if (opts.libName && opts.libVersion) { | ||
@@ -116,0 +119,0 @@ clientHeader.push(`${opts.libName}/${opts.libVersion}`); |
# Changelog | ||
### [1.3.2](https://www.github.com/googleapis/nodejs-bigquery-connection/compare/v1.3.1...v1.3.2) (2021-06-10) | ||
### Bug Fixes | ||
* GoogleAdsError missing using generator version after 1.3.0 ([#89](https://www.github.com/googleapis/nodejs-bigquery-connection/issues/89)) ([dca26bf](https://www.github.com/googleapis/nodejs-bigquery-connection/commit/dca26bfe396c852e9c7e7481105b8d7387ed1977)) | ||
### [1.3.1](https://www.github.com/googleapis/nodejs-bigquery-connection/compare/v1.3.0...v1.3.1) (2021-05-12) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@google-cloud/bigquery-connection", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "BigQuery Connection client for Node.js", | ||
@@ -59,3 +59,3 @@ "repository": "googleapis/nodejs-bigquery-connection", | ||
"pack-n-play": "^1.0.0-2", | ||
"sinon": "^10.0.0", | ||
"sinon": "^11.0.0", | ||
"ts-loader": "^9.0.0", | ||
@@ -62,0 +62,0 @@ "typescript": "^3.9.5", |
Sorry, the diff of this file is not supported yet
1545768
26091