Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit daa64e8

Browse files
chore(main): release 7.9.0 (#1391)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8cd9628 commit daa64e8

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

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

7+
## [7.9.0](https://github.com/googleapis/nodejs-bigquery/compare/v7.8.0...v7.9.0) (2024-08-01)
8+
9+
10+
### Features
11+
12+
* 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))
13+
* 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))
14+
15+
16+
### Bug Fixes
17+
18+
* Add missing alias for valid types ([#1388](https://github.com/googleapis/nodejs-bigquery/issues/1388)) ([7195951](https://github.com/googleapis/nodejs-bigquery/commit/719595166b71908d994b8eee970bd66758a12516))
19+
720
## [7.8.0](https://github.com/googleapis/nodejs-bigquery/compare/v7.7.1...v7.8.0) (2024-06-19)
821

922

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/bigquery",
33
"description": "Google BigQuery Client Library for Node.js",
4-
"version": "7.8.0",
4+
"version": "7.9.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"fix": "gts fix"
1818
},
1919
"dependencies": {
20-
"@google-cloud/bigquery": "^7.8.0",
20+
"@google-cloud/bigquery": "^7.9.0",
2121
"@google-cloud/storage": "^7.0.0",
2222
"google-auth-library": "^9.6.0",
2323
"readline-promise": "^1.0.4",

0 commit comments

Comments
 (0)