Skip to content

Commit c519e43

Browse files
chore(main): release bigquery-storage 5.1.2
1 parent 0ce6340 commit c519e43

4 files changed

Lines changed: 38 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"core/projectify": "5.0.1",
2323
"core/promisify": "5.0.1",
2424
"handwritten/bigquery": "8.3.1",
25-
"handwritten/bigquery-storage": "5.1.1",
25+
"handwritten/bigquery-storage": "5.1.2",
2626
"handwritten/bigtable": "6.5.1",
2727
"handwritten/cloud-profiler": "6.0.5",
2828
"handwritten/datastore": "10.1.1",

changelog.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "ea623da20f374cfa480fb9fdb7758afd0a993a8e",
9+
"message": "Update dependency protobufjs to v7.5.5 [security]",
10+
"issues": [
11+
"8071"
12+
],
13+
"scope": "deps"
14+
},
15+
{
16+
"type": "fix",
17+
"sha": "3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a",
18+
"message": "Remove vulnerable dependency `uuid`",
19+
"issues": [
20+
"8120"
21+
],
22+
"scope": "deps"
23+
}
24+
],
25+
"version": "5.1.2",
26+
"language": "JAVASCRIPT",
27+
"artifactName": "@google-cloud/bigquery-storage",
28+
"id": "57720fae-8de1-4623-b29b-224be01d7c51",
29+
"createTime": "2026-06-03T21:14:03.465Z"
30+
},
431
{
532
"changes": [
633
{
@@ -80008,5 +80035,5 @@
8000880035
"createTime": "2023-01-28T04:18:24.718Z"
8000980036
}
8001080037
],
80011-
"updateTime": "2026-06-01T19:22:56.778Z"
80038+
"updateTime": "2026-06-03T21:14:03.465Z"
8001280039
}

handwritten/bigquery-storage/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
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-06-03)
5+
6+
7+
### Bug Fixes
8+
9+
* **deps:** Remove vulnerable dependency `uuid` ([#8120](https://github.com/googleapis/google-cloud-node/issues/8120)) ([3ec901e](https://github.com/googleapis/google-cloud-node/commit/3ec901e2cb45859adfbe914bc0385e6cdf2f2e9a))
10+
* **deps:** Update dependency protobufjs to v7.5.5 [security] ([#8071](https://github.com/googleapis/google-cloud-node/issues/8071)) ([ea623da](https://github.com/googleapis/google-cloud-node/commit/ea623da20f374cfa480fb9fdb7758afd0a993a8e))
11+
412
## [5.1.1](https://github.com/googleapis/google-cloud-node/compare/bigquery-storage-v5.1.0...bigquery-storage-v5.1.1) (2026-05-13)
513

614

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.1",
3+
"version": "5.1.2",
44
"description": "Client for the BigQuery Storage API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)