Skip to content

Commit c30bdc2

Browse files
chore(main): release bigquery 8.3.0
1 parent 4e5752b commit c30bdc2

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"core/precise-date": "5.0.0",
2020
"core/projectify": "5.0.0",
2121
"core/promisify": "5.0.0",
22-
"handwritten/bigquery": "8.2.0",
22+
"handwritten/bigquery": "8.3.0",
2323
"handwritten/bigquery-storage": "5.1.0",
2424
"handwritten/bigtable": "6.5.0",
2525
"handwritten/cloud-profiler": "6.0.4",

changelog.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "e500d4077065529fbdee4be565434a34b6643c09",
9+
"message": "Allow the user to ask for skipping parsing rows when querying",
10+
"issues": [
11+
"7848"
12+
],
13+
"scope": "bigquery"
14+
}
15+
],
16+
"version": "8.3.0",
17+
"language": "JAVASCRIPT",
18+
"artifactName": "@google-cloud/bigquery",
19+
"id": "2d668c3f-e8c7-4d76-98c9-521359293e64",
20+
"createTime": "2026-04-08T00:20:45.165Z"
21+
},
422
{
523
"changes": [
624
{
@@ -69392,5 +69410,5 @@
6939269410
"createTime": "2023-01-28T04:18:24.718Z"
6939369411
}
6939469412
],
69395-
"updateTime": "2026-04-06T17:24:30.125Z"
69413+
"updateTime": "2026-04-08T00:20:45.165Z"
6939669414
}

handwritten/bigquery/CHANGELOG.md

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

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

7+
## [8.3.0](https://github.com/googleapis/google-cloud-node/compare/bigquery-v8.2.0...bigquery-v8.3.0) (2026-04-08)
8+
9+
10+
### Features
11+
12+
* **bigquery:** Allow the user to ask for skipping parsing rows when querying ([#7848](https://github.com/googleapis/google-cloud-node/issues/7848)) ([e500d40](https://github.com/googleapis/google-cloud-node/commit/e500d4077065529fbdee4be565434a34b6643c09))
13+
714
## [8.2.0](https://github.com/googleapis/google-cloud-node/compare/bigquery-v8.1.1...bigquery-v8.2.0) (2026-02-19)
815

916

handwritten/bigquery/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": "8.2.0",
4+
"version": "8.3.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

0 commit comments

Comments
 (0)