Skip to content

Commit

Permalink
chore(main): release 7.9.0 (#1391)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Aug 5, 2024
1 parent 8cd9628 commit daa64e8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

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

## [7.9.0](https://github.com/googleapis/nodejs-bigquery/compare/v7.8.0...v7.9.0) (2024-08-01)


### Features

* Add retryOptions passing to underlying Service class ([#1390](https://github.com/googleapis/nodejs-bigquery/issues/1390)) ([a7cd3af](https://github.com/googleapis/nodejs-bigquery/commit/a7cd3af419a1bf2f9ef3b67bf0d4460892fba03d))
* Clean cached rows and responses after conversion ([#1393](https://github.com/googleapis/nodejs-bigquery/issues/1393)) ([3fd28b8](https://github.com/googleapis/nodejs-bigquery/commit/3fd28b8a0db415c0e5f19a6763f7ad44350e27b1))


### Bug Fixes

* Add missing alias for valid types ([#1388](https://github.com/googleapis/nodejs-bigquery/issues/1388)) ([7195951](https://github.com/googleapis/nodejs-bigquery/commit/719595166b71908d994b8eee970bd66758a12516))

## [7.8.0](https://github.com/googleapis/nodejs-bigquery/compare/v7.7.1...v7.8.0) (2024-06-19)


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.8.0",
"version": "7.9.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": "^7.8.0",
"@google-cloud/bigquery": "^7.9.0",
"@google-cloud/storage": "^7.0.0",
"google-auth-library": "^9.6.0",
"readline-promise": "^1.0.4",
Expand Down

0 comments on commit daa64e8

Please sign in to comment.