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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

[1]: https://www.npmjs.com/package/@google-cloud/bigquery?activeTab=versions

## [8.2.0](https://github.com/googleapis/nodejs-bigquery/compare/v8.1.1...v8.2.0) (2025-10-01)


### Features

* Next release from preview-9.x branch is v9.0.0-alpha.0 ([#1558](https://github.com/googleapis/nodejs-bigquery/issues/1558)) ([a3f94ca](https://github.com/googleapis/nodejs-bigquery/commit/a3f94ca5e63090aed6d032490b77767b62d1250d))


### Bug Fixes

* **deps:** Update dependency big.js to v7 ([#1469](https://github.com/googleapis/nodejs-bigquery/issues/1469)) ([06625f7](https://github.com/googleapis/nodejs-bigquery/commit/06625f7aba9dfe5d4a9baefb9f9242e618bc2734))

## [8.1.1](https://github.com/googleapis/nodejs-bigquery/compare/v8.1.0...v8.1.1) (2025-07-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/bigquery",
"description": "Google BigQuery Client Library for Node.js",
"version": "8.1.1",
"version": "8.2.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"fix": "gts fix"
},
"dependencies": {
"@google-cloud/bigquery": "^8.1.1",
"@google-cloud/bigquery": "^8.2.0",
"@google-cloud/storage": "^7.0.0",
"google-auth-library": "^9.6.0",
"readline-promise": "^1.0.4",
Expand Down
Loading