Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"core/precise-date": "5.0.0",
"core/projectify": "5.0.0",
"core/promisify": "5.0.0",
"handwritten/bigquery": "8.3.0",
"handwritten/bigquery": "8.3.1",
"handwritten/bigquery-storage": "5.1.0",
"handwritten/bigtable": "6.5.0",
"handwritten/cloud-profiler": "6.0.4",
Expand Down
44 changes: 43 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,48 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "9fd76eff87b1cf02db6205f141449b31e8ab7d8f",
"message": "Bump all node submodules",
"issues": [
"8178"
]
},
{
"type": "fix",
"sha": "c1a03fe604662091be283055c7d34052c64d6334",
"message": "Change the copyright year for files in the packages folder",
"issues": [
"8109"
]
},
{
"type": "fix",
"sha": "374167bd4c1b45c38112938df55e821fdeb82c97",
"message": "Pin @sinonjs/fake-timers to unblock build in bigquery",
"issues": [
"8121"
]
},
{
"type": "fix",
"sha": "0948b354bab60bbae906b7e9f8996b5b35754361",
"message": "Run npm run types in correct directory in owlbot",
"issues": [
"8061"
],
"scope": "bigquery"
}
],
"version": "8.3.1",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/bigquery",
"id": "35583374-e688-461c-98dd-764dcdc6d731",
"createTime": "2026-05-06T21:35:07.896Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -77687,5 +77729,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2026-05-06T18:07:28.494Z"
"updateTime": "2026-05-06T21:35:07.896Z"
}
10 changes: 10 additions & 0 deletions handwritten/bigquery/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@

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

## [8.3.1](https://github.com/googleapis/google-cloud-node/compare/bigquery-v8.3.0...bigquery-v8.3.1) (2026-05-06)


### Bug Fixes

* **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))
* Bump all node submodules ([#8178](https://github.com/googleapis/google-cloud-node/issues/8178)) ([9fd76ef](https://github.com/googleapis/google-cloud-node/commit/9fd76eff87b1cf02db6205f141449b31e8ab7d8f))
* Change the copyright year for files in the packages folder ([#8109](https://github.com/googleapis/google-cloud-node/issues/8109)) ([c1a03fe](https://github.com/googleapis/google-cloud-node/commit/c1a03fe604662091be283055c7d34052c64d6334))
* 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))

## [8.3.0](https://github.com/googleapis/google-cloud-node/compare/bigquery-v8.2.0...bigquery-v8.3.0) (2026-04-09)


Expand Down
2 changes: 1 addition & 1 deletion handwritten/bigquery/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": "8.3.0",
"version": "8.3.1",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion handwritten/bigquery/src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

/**
* Discovery Revision: 20260408
* Discovery Revision: 20260328
*/

/**
Expand Down
Loading