Skip to content

Commit 4a91606

Browse files
committed
chore(main): release bigquery 8.3.1
1 parent 9fd76ef commit 4a91606

4 files changed

Lines changed: 46 additions & 3 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.3.0",
22+
"handwritten/bigquery": "8.3.1",
2323
"handwritten/bigquery-storage": "5.1.0",
2424
"handwritten/bigtable": "6.5.0",
2525
"handwritten/cloud-profiler": "6.0.4",

changelog.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "9fd76eff87b1cf02db6205f141449b31e8ab7d8f",
9+
"message": "Bump all node submodules",
10+
"issues": [
11+
"8178"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "374167bd4c1b45c38112938df55e821fdeb82c97",
17+
"message": "Pin @sinonjs/fake-timers to unblock build in bigquery",
18+
"issues": [
19+
"8121"
20+
]
21+
},
22+
{
23+
"type": "fix",
24+
"sha": "0948b354bab60bbae906b7e9f8996b5b35754361",
25+
"message": "Run npm run types in correct directory in owlbot",
26+
"issues": [
27+
"8061"
28+
],
29+
"scope": "bigquery"
30+
}
31+
],
32+
"version": "8.3.1",
33+
"language": "JAVASCRIPT",
34+
"artifactName": "@google-cloud/bigquery",
35+
"id": "146cfa86-f891-4bf6-94c6-e6977d326d79",
36+
"createTime": "2026-05-06T18:07:28.164Z"
37+
},
438
{
539
"changes": [
640
{
@@ -77670,5 +77704,5 @@
7767077704
"createTime": "2023-01-28T04:18:24.718Z"
7767177705
}
7767277706
],
77673-
"updateTime": "2026-05-01T17:22:33.483Z"
77707+
"updateTime": "2026-05-06T18:07:28.164Z"
7767477708
}

handwritten/bigquery/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55

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

8+
## [8.3.1](https://github.com/googleapis/google-cloud-node/compare/bigquery-v8.3.0...bigquery-v8.3.1) (2026-05-06)
9+
10+
11+
### Bug Fixes
12+
13+
* **bigquery:** Run npm run types in correct directory in owlbot ([#8061](https://github.com/googleapis/google-cloud-node/issues/8061)) ([0948b35](https://github.com/googleapis/google-cloud-node/commit/0948b354bab60bbae906b7e9f8996b5b35754361))
14+
* Bump all node submodules ([#8178](https://github.com/googleapis/google-cloud-node/issues/8178)) ([9fd76ef](https://github.com/googleapis/google-cloud-node/commit/9fd76eff87b1cf02db6205f141449b31e8ab7d8f))
15+
* Pin @sinonjs/fake-timers to unblock build in bigquery ([#8121](https://github.com/googleapis/google-cloud-node/issues/8121)) ([374167b](https://github.com/googleapis/google-cloud-node/commit/374167bd4c1b45c38112938df55e821fdeb82c97))
16+
817
## [8.3.0](https://github.com/googleapis/google-cloud-node/compare/bigquery-v8.2.0...bigquery-v8.3.0) (2026-04-09)
918

1019

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.3.0",
4+
"version": "8.3.1",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

0 commit comments

Comments
 (0)