diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3a61edf9869..f9dcb80cf1a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "core/precise-date": "5.0.0", "core/projectify": "5.0.0", "core/promisify": "5.0.0", - "handwritten/bigquery": "8.2.0", + "handwritten/bigquery": "8.3.0", "handwritten/bigquery-storage": "5.1.0", "handwritten/bigtable": "6.5.0", "handwritten/cloud-profiler": "6.0.4", diff --git a/changelog.json b/changelog.json index efccf734045..7d87ab711a0 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,24 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "feat", + "sha": "e500d4077065529fbdee4be565434a34b6643c09", + "message": "Allow the user to ask for skipping parsing rows when querying", + "issues": [ + "7848" + ], + "scope": "bigquery" + } + ], + "version": "8.3.0", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/bigquery", + "id": "c9473ebe-37c5-4f0c-a24c-c9ca7a849913", + "createTime": "2026-03-27T15:02:47.606Z" + }, { "changes": [ { @@ -69375,5 +69393,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-03-25T19:27:43.346Z" + "updateTime": "2026-03-27T15:02:47.606Z" } \ No newline at end of file diff --git a/handwritten/bigquery/CHANGELOG.md b/handwritten/bigquery/CHANGELOG.md index ca9535258ba..d1ea46ed951 100644 --- a/handwritten/bigquery/CHANGELOG.md +++ b/handwritten/bigquery/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/bigquery?activeTab=versions +## [8.3.0](https://github.com/googleapis/google-cloud-node/compare/bigquery-v8.2.0...bigquery-v8.3.0) (2026-03-27) + + +### Features + +* **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)) + ## [8.2.0](https://github.com/googleapis/google-cloud-node/compare/bigquery-v8.1.1...bigquery-v8.2.0) (2026-02-19) diff --git a/handwritten/bigquery/package.json b/handwritten/bigquery/package.json index e0e3039084d..bc5fa345322 100644 --- a/handwritten/bigquery/package.json +++ b/handwritten/bigquery/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/bigquery", "description": "Google BigQuery Client Library for Node.js", - "version": "8.2.0", + "version": "8.3.0", "license": "Apache-2.0", "author": "Google LLC", "engines": {