Skip to content

Commit af5cdf0

Browse files
1 parent a121254 commit af5cdf0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

packages/google-cloud-bigquery-storage/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.1.0](https://www.github.com/googleapis/nodejs-bigquery-storage/compare/v2.0.0...v2.1.0) (2020-06-12)
4+
5+
6+
### Features
7+
8+
* **secrets:** begin migration to secret manager from keystore ([#70](https://www.github.com/googleapis/nodejs-bigquery-storage/issues/70)) ([6513e8c](https://www.github.com/googleapis/nodejs-bigquery-storage/commit/6513e8cf6195740b570b39fb645d8a1adafc0580))
9+
10+
11+
### Bug Fixes
12+
13+
* handle fallback option properly ([#73](https://www.github.com/googleapis/nodejs-bigquery-storage/issues/73)) ([ec6b88c](https://www.github.com/googleapis/nodejs-bigquery-storage/commit/ec6b88cf87bf45e0f16935b8b27f15447aa385b9))
14+
315
## [2.0.0](https://www.github.com/googleapis/nodejs-bigquery-storage/compare/v1.1.0...v2.0.0) (2020-05-18)
416

517

packages/google-cloud-bigquery-storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/bigquery-storage",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Client for the BigQuery Storage API",
55
"repository": "googleapis/nodejs-bigquery-storage",
66
"license": "Apache-2.0",

packages/google-cloud-bigquery-storage/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/bigquery-storage": "^2.0.0",
16+
"@google-cloud/bigquery-storage": "^2.1.0",
1717
"avsc": "^5.4.18",
1818
"snappy": "^6.2.3"
1919
},

0 commit comments

Comments
 (0)