Skip to content
Open
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [5.1.1](https://github.com/googleapis/nodejs-bigquery-storage/compare/v5.1.0...v5.1.1) (2025-09-29)


### Bug Fixes

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

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


Expand Down
3 changes: 1 addition & 2 deletions 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": "googleapis/nodejs-bigquery-storage",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,7 +34,6 @@
"extend": "^3.0.2",
"google-auth-library": "^10.0.0",
"google-gax": "^5.0.0"

},
"peerDependencies": {
"protobufjs": "^7.2.4 - 7.5.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-storage",
"version": "5.1.0",
"version": "5.1.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-storage",
"version": "5.1.0",
"version": "5.1.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-storage",
"version": "5.1.0",
"version": "5.1.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-storage",
"version": "5.1.0",
"version": "5.1.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-storage",
"version": "5.1.0",
"version": "5.1.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-storage",
"version": "5.1.0",
"version": "5.1.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@google-cloud/bigquery": "^8.0.0",
"@google-cloud/bigquery-storage": "^5.1.0",
"@google-cloud/bigquery-storage": "^5.1.1",
"google-auth-library": "^10.0.0",
"avsc": "^5.4.18",
"google-gax": "^5.0.0",
Expand Down
Loading