Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 7.2.0 #1255

Merged
merged 1 commit into from
Aug 18, 2023
Merged
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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

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

## [7.2.0](https://github.com/googleapis/nodejs-bigquery/compare/v7.1.1...v7.2.0) (2023-08-17)


### Features

* Partial metadata projection ([#1258](https://github.com/googleapis/nodejs-bigquery/issues/1258)) ([b70d3a4](https://github.com/googleapis/nodejs-bigquery/commit/b70d3a4300d8efdea45f89766155110ead392f12))


### Bug Fixes

* **deps:** Update dependency @google-cloud/common to v5 ([#1253](https://github.com/googleapis/nodejs-bigquery/issues/1253)) ([0cbfdcd](https://github.com/googleapis/nodejs-bigquery/commit/0cbfdcd45870c7e41b748883a6780422e091376b))
* **deps:** Update dependency @google-cloud/paginator to v5 ([#1254](https://github.com/googleapis/nodejs-bigquery/issues/1254)) ([658ff1a](https://github.com/googleapis/nodejs-bigquery/commit/658ff1aa8ac47393aed48422538a8cda1747a4e7))
* **deps:** Update dependency @google-cloud/precise-date to v4 ([#1261](https://github.com/googleapis/nodejs-bigquery/issues/1261)) ([7f12f7d](https://github.com/googleapis/nodejs-bigquery/commit/7f12f7dd027b6f511df664d5607af0d78be2bf2b))
* **deps:** Update dependency @google-cloud/promisify to v4 ([#1252](https://github.com/googleapis/nodejs-bigquery/issues/1252)) ([6f04f39](https://github.com/googleapis/nodejs-bigquery/commit/6f04f39747a085cd370fbef35ab0afd578b26c94))
* Manual update for renovate-bot google cloud storage v7 ([#1262](https://github.com/googleapis/nodejs-bigquery/issues/1262)) ([b58fc29](https://github.com/googleapis/nodejs-bigquery/commit/b58fc292349a25e3a88ebc1a37f45cbd0987fd7d))

## [7.1.1](https://github.com/googleapis/nodejs-bigquery/compare/v7.1.0...v7.1.1) (2023-08-03)


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": "7.1.1",
"version": "7.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 @@ -16,7 +16,7 @@
"test": "mocha --timeout 200000"
},
"dependencies": {
"@google-cloud/bigquery": "^7.1.1",
"@google-cloud/bigquery": "^7.2.0",
"@google-cloud/storage": "^7.0.0",
"google-auth-library": "^9.0.0",
"readline-promise": "^1.0.4",
Expand Down
Loading