Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"core/projectify": "5.0.0",
"core/promisify": "5.0.0",
"handwritten/bigquery": "8.3.0",
"handwritten/bigquery-storage": "5.1.0",
"handwritten/bigquery-storage": "5.1.1",
"handwritten/bigtable": "6.5.0",
"handwritten/cloud-profiler": "6.0.4",
"handwritten/datastore": "10.1.0",
Expand Down
19 changes: 18 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "778adb0d5f368448f99bf68dcbcf37c3a7394f5d",
"message": "Upgrade the protobufjs dependency for bigquery storage",
"issues": [
"8136"
]
}
],
"version": "5.1.1",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/bigquery-storage",
"id": "7471b59c-1ee2-477e-bb6f-4f7fe950bc11",
"createTime": "2026-05-05T21:43:20.738Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -77670,5 +77687,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2026-05-01T17:22:33.483Z"
"updateTime": "2026-05-05T21:43:20.738Z"
}
7 changes: 7 additions & 0 deletions handwritten/bigquery-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.1.1](https://github.com/googleapis/google-cloud-node/compare/bigquery-storage-v5.1.0...bigquery-storage-v5.1.1) (2026-05-05)


### Bug Fixes

* 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))

## [5.1.0](https://github.com/googleapis/nodejs-bigquery-storage/compare/v5.0.0...v5.1.0) (2025-06-06)


Expand Down
2 changes: 1 addition & 1 deletion handwritten/bigquery-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/bigquery-storage",
"version": "5.1.0",
"version": "5.1.1",
"description": "Client for the BigQuery Storage API",
"repository": {
"type": "git",
Expand Down
Loading