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
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
96 changes: 95 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -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": "48fb9ea2-c73b-44a5-bfc7-35fc23e54fe1",
"createTime": "2026-08-25T23:14:22.375Z"
},
{
"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": "3a626cd2-4a02-436c-a353-40e511a3fd3e",
"createTime": "2026-08-25T23:14:22.336Z"
},
{
"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": "f70374b5-0fb1-4c8f-b11f-8d31717dfa04",
"createTime": "2026-08-25T23:14:22.296Z"
},
{
"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": "245c0ff4-257a-406b-9e7e-28e86b788588",
"createTime": "2026-08-25T23:14:22.259Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -90414,5 +90508,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2026-08-21T17:24:24.777Z"
"updateTime": "2026-08-25T23:14:22.375Z"
}
7 changes: 7 additions & 0 deletions core/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-25)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion core/common/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
14 changes: 14 additions & 0 deletions core/packages/gax/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-25)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion core/packages/gax/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion core/packages/gax/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"*.js"
],
"dependencies": {
"google-gax": "^6.0.3"
"google-gax": "^6.1.0"
},
"devDependencies": {
"c8": "^9.0.0",
Expand Down
7 changes: 7 additions & 0 deletions handwritten/bigquery/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-25)


### 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)


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": "9.0.2",
"version": "9.0.3",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 7 additions & 0 deletions packages/google-devicesandservices-health/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-25)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-devicesandservices-health/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading