Skip to content

Commit 1f80981

Browse files
committed
chore(main): release bigquery-storage 5.1.2
1 parent 1cb0ff8 commit 1f80981

4 files changed

Lines changed: 45 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"core/projectify": "5.0.1",
2121
"core/promisify": "5.0.1",
2222
"handwritten/bigquery": "8.3.1",
23-
"handwritten/bigquery-storage": "5.1.1",
23+
"handwritten/bigquery-storage": "5.1.2",
2424
"handwritten/bigtable": "6.5.1",
2525
"handwritten/cloud-profiler": "6.0.5",
2626
"handwritten/datastore": "10.1.1",

changelog.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "a63b61d13c1651deb62b3903292f3bd1c7f4d614",
9+
"message": "For bigquery-storage add protobufjs to depend",
10+
"issues": [
11+
"8243"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "9fd76eff87b1cf02db6205f141449b31e8ab7d8f",
17+
"message": "Bump all node submodules",
18+
"issues": [
19+
"8178"
20+
]
21+
},
22+
{
23+
"type": "fix",
24+
"sha": "778adb0d5f368448f99bf68dcbcf37c3a7394f5d",
25+
"message": "Upgrade the protobufjs dependency for bigquery storage",
26+
"issues": [
27+
"8136"
28+
]
29+
}
30+
],
31+
"version": "5.1.2",
32+
"language": "JAVASCRIPT",
33+
"artifactName": "@google-cloud/bigquery-storage",
34+
"id": "abec4aa6-97db-486d-87b6-82f7939d3347",
35+
"createTime": "2026-05-13T15:38:37.628Z"
36+
},
437
{
538
"changes": [
639
{
@@ -78654,5 +78687,5 @@
7865478687
"createTime": "2023-01-28T04:18:24.718Z"
7865578688
}
7865678689
],
78657-
"updateTime": "2026-05-12T18:41:57.101Z"
78690+
"updateTime": "2026-05-13T15:38:37.628Z"
7865878691
}

handwritten/bigquery-storage/CHANGELOG.md

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

33

4+
## [5.1.2](https://github.com/googleapis/google-cloud-node/compare/bigquery-storage-v5.1.1...bigquery-storage-v5.1.2) (2026-05-13)
5+
6+
7+
### Bug Fixes
8+
9+
* Bump all node submodules ([#8178](https://github.com/googleapis/google-cloud-node/issues/8178)) ([9fd76ef](https://github.com/googleapis/google-cloud-node/commit/9fd76eff87b1cf02db6205f141449b31e8ab7d8f))
10+
* For bigquery-storage add protobufjs to depend ([#8243](https://github.com/googleapis/google-cloud-node/issues/8243)) ([a63b61d](https://github.com/googleapis/google-cloud-node/commit/a63b61d13c1651deb62b3903292f3bd1c7f4d614))
11+
* Upgrade the protobufjs dependency for bigquery storage ([#8136](https://github.com/googleapis/google-cloud-node/issues/8136)) ([778adb0](https://github.com/googleapis/google-cloud-node/commit/778adb0d5f368448f99bf68dcbcf37c3a7394f5d))
12+
413
## [5.1.0](https://github.com/googleapis/nodejs-bigquery-storage/compare/v5.0.0...v5.1.0) (2025-06-06)
514

615

handwritten/bigquery-storage/package.json

Lines changed: 1 addition & 1 deletion
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.2",
44
"description": "Client for the BigQuery Storage API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)