Skip to content

Commit a60cd26

Browse files
chore(main): release 5.1.1
1 parent 0a3643e commit a60cd26

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [5.1.1](https://github.com/googleapis/nodejs-bigquery-storage/compare/v5.1.0...v5.1.1) (2025-09-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency apache-arrow to v21 ([#579](https://github.com/googleapis/nodejs-bigquery-storage/issues/579)) ([0a3643e](https://github.com/googleapis/nodejs-bigquery-storage/commit/0a3643e97a52bc5f588ca6843fb320617b09954f))
9+
* **deps:** Update dependency google-auth-library to v10 ([#573](https://github.com/googleapis/nodejs-bigquery-storage/issues/573)) ([5ef6bdd](https://github.com/googleapis/nodejs-bigquery-storage/commit/5ef6bdd383ca08cdcd14366a04b380fba211952e))
10+
* **deps:** Update dependency google-gax to v5 ([#575](https://github.com/googleapis/nodejs-bigquery-storage/issues/575)) ([bb4b2ff](https://github.com/googleapis/nodejs-bigquery-storage/commit/bb4b2ff6251580ce81d5c7641ae8dadbd058e1b3))
11+
* Update gax version, adjust monkeypatch for protobufjs ([#607](https://github.com/googleapis/nodejs-bigquery-storage/issues/607)) ([6fe249d](https://github.com/googleapis/nodejs-bigquery-storage/commit/6fe249d0c322ad1029fa8f1aa7494ffe5220ec23))
12+
313
## [5.1.0](https://github.com/googleapis/nodejs-bigquery-storage/compare/v5.0.0...v5.1.0) (2025-06-06)
414

515

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/bigquery-storage",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Client for the BigQuery Storage API",
55
"repository": "googleapis/nodejs-bigquery-storage",
66
"license": "Apache-2.0",
@@ -34,7 +34,6 @@
3434
"extend": "^3.0.2",
3535
"google-auth-library": "^10.0.0",
3636
"google-gax": "^5.0.0"
37-
3837
},
3938
"peerDependencies": {
4039
"protobufjs": "^7.2.4 - 7.5.0"

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@google-cloud/bigquery": "^8.0.0",
17-
"@google-cloud/bigquery-storage": "^5.1.0",
17+
"@google-cloud/bigquery-storage": "^5.1.1",
1818
"google-auth-library": "^10.0.0",
1919
"avsc": "^5.4.18",
2020
"google-gax": "^5.0.0",

0 commit comments

Comments
 (0)