Skip to content

Commit f6f8d0f

Browse files
1 parent 048f3db commit f6f8d0f

4 files changed

Lines changed: 40 additions & 2 deletions

File tree

.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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "7fad2f6e2ef0b16ab87a92ae471136fe6f2655ef",
9+
"message": "Unblock the releases on Node Bigquery",
10+
"issues": [
11+
"7946"
12+
]
13+
},
14+
{
15+
"type": "feat",
16+
"sha": "e500d4077065529fbdee4be565434a34b6643c09",
17+
"message": "Allow the user to ask for skipping parsing rows when querying",
18+
"issues": [
19+
"7848"
20+
],
21+
"scope": "bigquery"
22+
}
23+
],
24+
"version": "8.3.0",
25+
"language": "JAVASCRIPT",
26+
"artifactName": "@google-cloud/bigquery",
27+
"id": "95c0b159-cdba-4b27-9c19-e99b2535868f",
28+
"createTime": "2026-04-09T15:40:48.837Z"
29+
},
430
{
531
"changes": [
632
{

handwritten/bigquery/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
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-09)
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+
14+
15+
### Bug Fixes
16+
17+
* Unblock the releases on Node Bigquery ([#7946](https://github.com/googleapis/google-cloud-node/issues/7946)) ([7fad2f6](https://github.com/googleapis/google-cloud-node/commit/7fad2f6e2ef0b16ab87a92ae471136fe6f2655ef))
18+
719
## [8.2.0](https://github.com/googleapis/google-cloud-node/compare/bigquery-v8.1.1...bigquery-v8.2.0) (2026-02-19)
820

921

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)