diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b376b3ab9d0..6f6cd150e78 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - "core/common": "8.0.1", + "core/common": "8.0.2", "core/dev-packages/jsdoc-fresh": "6.0.0", "core/dev-packages/jsdoc-region-tag": "5.0.0", "core/dev-packages/pack-n-play": "5.1.0", "core/generator/gapic-generator-typescript": "5.1.0", "core/packages/gapic-node-processing": "0.2.2", - "core/packages/gax": "6.0.3", + "core/packages/gax": "6.1.0", "core/packages/gaxios": "8.0.0", "core/packages/gcp-metadata": "9.0.3", "core/packages/google-auth-library-nodejs": "11.0.2", @@ -21,7 +21,7 @@ "core/precise-date": "6.0.1", "core/projectify": "6.0.1", "core/promisify": "6.0.1", - "handwritten/bigquery": "9.0.2", + "handwritten/bigquery": "9.0.3", "handwritten/bigquery-storage": "6.0.1", "handwritten/bigtable": "7.2.0", "handwritten/cloud-profiler": "8.0.1", @@ -236,7 +236,7 @@ "packages/google-container": "7.0.0", "packages/google-dataflow": "5.0.0", "packages/google-developer-knowledge": "0.5.0", - "packages/google-devicesandservices-health": "0.6.0", + "packages/google-devicesandservices-health": "0.6.1", "packages/google-devtools-artifactregistry": "5.0.0", "packages/google-devtools-cloudbuild": "6.1.0", "packages/google-devtools-cloudprofiler": "0.10.0", diff --git a/changelog.json b/changelog.json index 7cb717a2247..270633772dd 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,100 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "fix", + "sha": "b312515bcd60c767532ebd0dabf23d95014e0a86", + "message": "Upgrade sinon types for health package", + "issues": [ + "9202" + ] + } + ], + "version": "0.6.1", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/health", + "id": "32bcc1e7-8c9b-4036-ae32-5fc71d80bce0", + "createTime": "2026-08-26T13:37:16.745Z" + }, + { + "changes": [ + { + "type": "fix", + "sha": "94aac1eb121d6bbfbd92007befe8b8f159b4d379", + "message": "Patch the vulnerability for Bigquery and other REST based clients", + "issues": [ + "9188" + ] + } + ], + "version": "9.0.3", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/bigquery", + "id": "7976bd3e-a490-4f94-9187-81fa34db9e2a", + "createTime": "2026-08-26T13:37:16.720Z" + }, + { + "changes": [ + { + "type": "feat", + "sha": "5111d528f91c07da232a181d5636bcaeccd765a7", + "message": "Add Otel Tracing helpers and tests", + "issues": [ + "9070" + ] + }, + { + "type": "feat", + "sha": "257a895e361472f0b04cb87bcb20798530a08aed", + "message": "Accept clientOptions in createApiCall for telemetry tracing", + "issues": [ + "9176" + ], + "scope": "gax" + }, + { + "type": "fix", + "sha": "6fcd94d507befa4805a2d257b3f312458ac2c48c", + "message": "Fix several missing files from the monorepo merge", + "issues": [ + "9209" + ], + "scope": "gax" + }, + { + "type": "fix", + "sha": "09609c8796f975740f8eb3fae95fbdfec2e05209", + "message": "Turn on the gax vulnerability tests again", + "issues": [ + "9204" + ] + } + ], + "version": "6.1.0", + "language": "JAVASCRIPT", + "artifactName": "google-gax", + "id": "c06c140e-d816-4ef4-a011-d1e735f12f3d", + "createTime": "2026-08-26T13:37:16.695Z" + }, + { + "changes": [ + { + "type": "fix", + "sha": "94aac1eb121d6bbfbd92007befe8b8f159b4d379", + "message": "Patch the vulnerability for Bigquery and other REST based clients", + "issues": [ + "9188" + ] + } + ], + "version": "8.0.2", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/common", + "id": "9eadd707-8f18-454f-b2fe-8cedea9558c5", + "createTime": "2026-08-26T13:37:16.654Z" + }, { "changes": [ { @@ -90414,5 +90508,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-08-21T17:24:24.777Z" + "updateTime": "2026-08-26T13:37:16.745Z" } \ No newline at end of file diff --git a/core/common/CHANGELOG.md b/core/common/CHANGELOG.md index 5c71b13bc48..5b85921ec53 100644 --- a/core/common/CHANGELOG.md +++ b/core/common/CHANGELOG.md @@ -5,6 +5,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/common?activeTab=versions +## [8.0.2](https://github.com/googleapis/google-cloud-node/compare/common-v8.0.1...common-v8.0.2) (2026-08-26) + + +### Bug Fixes + +* Patch the vulnerability for Bigquery and other REST based clients ([#9188](https://github.com/googleapis/google-cloud-node/issues/9188)) ([94aac1e](https://github.com/googleapis/google-cloud-node/commit/94aac1eb121d6bbfbd92007befe8b8f159b4d379)) + ## [8.0.1](https://github.com/googleapis/google-cloud-node/compare/common-v8.0.0...common-v8.0.1) (2026-08-10) diff --git a/core/common/package.json b/core/common/package.json index b1fbe49975e..6057ab64ca7 100644 --- a/core/common/package.json +++ b/core/common/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/common", "description": "Common components for Cloud APIs Node.js Client Libraries", - "version": "8.0.1", + "version": "8.0.2", "license": "Apache-2.0", "author": "Google Inc.", "engines": { diff --git a/core/packages/gax/CHANGELOG.md b/core/packages/gax/CHANGELOG.md index adf105e39c8..8428d29801a 100644 --- a/core/packages/gax/CHANGELOG.md +++ b/core/packages/gax/CHANGELOG.md @@ -6,6 +6,20 @@ [1]: https://www.npmjs.com/package/gax-nodejs?activeTab=versions +## [6.1.0](https://github.com/googleapis/google-cloud-node/compare/google-gax-v6.0.3...google-gax-v6.1.0) (2026-08-26) + + +### Features + +* Add Otel Tracing helpers and tests ([#9070](https://github.com/googleapis/google-cloud-node/issues/9070)) ([5111d52](https://github.com/googleapis/google-cloud-node/commit/5111d528f91c07da232a181d5636bcaeccd765a7)) +* **gax:** Accept clientOptions in createApiCall for telemetry tracing ([#9176](https://github.com/googleapis/google-cloud-node/issues/9176)) ([257a895](https://github.com/googleapis/google-cloud-node/commit/257a895e361472f0b04cb87bcb20798530a08aed)) + + +### Bug Fixes + +* **gax:** Fix several missing files from the monorepo merge ([#9209](https://github.com/googleapis/google-cloud-node/issues/9209)) ([6fcd94d](https://github.com/googleapis/google-cloud-node/commit/6fcd94d507befa4805a2d257b3f312458ac2c48c)) +* Turn on the gax vulnerability tests again ([#9204](https://github.com/googleapis/google-cloud-node/issues/9204)) ([09609c8](https://github.com/googleapis/google-cloud-node/commit/09609c8796f975740f8eb3fae95fbdfec2e05209)) + ## [6.0.3](https://github.com/googleapis/google-cloud-node/compare/google-gax-v6.0.2...google-gax-v6.0.3) (2026-08-21) diff --git a/core/packages/gax/package.json b/core/packages/gax/package.json index 1b74a325871..c44f44b222e 100644 --- a/core/packages/gax/package.json +++ b/core/packages/gax/package.json @@ -1,6 +1,6 @@ { "name": "google-gax", - "version": "6.0.3", + "version": "6.1.0", "description": "Google API Extensions", "main": "build/src/index.js", "types": "build/src/index.d.ts", diff --git a/core/packages/gax/samples/package.json b/core/packages/gax/samples/package.json index 435576af64b..204f00e28cd 100644 --- a/core/packages/gax/samples/package.json +++ b/core/packages/gax/samples/package.json @@ -14,7 +14,7 @@ "*.js" ], "dependencies": { - "google-gax": "^6.0.3" + "google-gax": "^6.1.0" }, "devDependencies": { "c8": "^9.0.0", diff --git a/handwritten/bigquery/CHANGELOG.md b/handwritten/bigquery/CHANGELOG.md index e540487ea05..7f2afd5fb3d 100644 --- a/handwritten/bigquery/CHANGELOG.md +++ b/handwritten/bigquery/CHANGELOG.md @@ -5,6 +5,13 @@ [1]: https://www.npmjs.com/package/@google-cloud/bigquery?activeTab=versions +## [9.0.3](https://github.com/googleapis/google-cloud-node/compare/bigquery-v9.0.2...bigquery-v9.0.3) (2026-08-26) + + +### Bug Fixes + +* Patch the vulnerability for Bigquery and other REST based clients ([#9188](https://github.com/googleapis/google-cloud-node/issues/9188)) ([94aac1e](https://github.com/googleapis/google-cloud-node/commit/94aac1eb121d6bbfbd92007befe8b8f159b4d379)) + ## [9.0.2](https://github.com/googleapis/google-cloud-node/compare/bigquery-v9.0.1...bigquery-v9.0.2) (2026-08-12) diff --git a/handwritten/bigquery/package.json b/handwritten/bigquery/package.json index 815b637e521..82fbf966310 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": "9.0.2", + "version": "9.0.3", "license": "Apache-2.0", "author": "Google LLC", "engines": { diff --git a/librarian.yaml b/librarian.yaml index fa1742f8fa1..d0a9bab1a00 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -1917,7 +1917,7 @@ libraries: nodejs: package_name: '@google/developer-knowledge' - name: google-devicesandservices-health - version: 0.6.0 + version: 0.6.1 apis: - path: google/devicesandservices/health/v4 copyright_year: "2026" diff --git a/packages/google-devicesandservices-health/CHANGELOG.md b/packages/google-devicesandservices-health/CHANGELOG.md index 74075fd6ebd..25f6b0df4fe 100644 --- a/packages/google-devicesandservices-health/CHANGELOG.md +++ b/packages/google-devicesandservices-health/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.1](https://github.com/googleapis/google-cloud-node/compare/health-v0.6.0...health-v0.6.1) (2026-08-26) + + +### Bug Fixes + +* Upgrade sinon types for health package ([#9202](https://github.com/googleapis/google-cloud-node/issues/9202)) ([b312515](https://github.com/googleapis/google-cloud-node/commit/b312515bcd60c767532ebd0dabf23d95014e0a86)) + ## [0.6.0](https://github.com/googleapis/google-cloud-node/compare/health-v0.5.0...health-v0.6.0) (2026-08-21) diff --git a/packages/google-devicesandservices-health/package.json b/packages/google-devicesandservices-health/package.json index 79354952da7..28ecfcef5f7 100644 --- a/packages/google-devicesandservices-health/package.json +++ b/packages/google-devicesandservices-health/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/health", - "version": "0.6.0", + "version": "0.6.1", "description": "Google Health API client for Node.js", "repository": { "type": "git",