From 3df2c682d855193b1964d0adbad461075babb8a8 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 06:10:39 +0000 Subject: [PATCH] chore(main): release gaxios 7.3.0 --- .release-please-manifest.json | 2 +- changelog.json | 19 ++++++++++++++++++- core/packages/gaxios/CHANGELOG.md | 7 +++++++ core/packages/gaxios/package.json | 2 +- core/packages/gaxios/samples/package.json | 2 +- 5 files changed, 28 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 85df2987931f..60666772d27c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -6,7 +6,7 @@ "core/generator/gapic-generator-typescript": "4.12.2", "core/packages/gapic-node-processing": "0.1.9", "core/packages/gax": "5.0.7", - "core/packages/gaxios": "7.2.0", + "core/packages/gaxios": "7.3.0", "core/packages/gcp-metadata": "8.1.3", "core/packages/google-auth-library-nodejs": "10.9.0", "core/packages/logging-utils": "1.1.4", diff --git a/changelog.json b/changelog.json index 4d2bd97b85f1..8b735a66799a 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,23 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "feat", + "sha": "e9d308b814c3d6d97bb39873a398ba0aea807718", + "message": "Update API sources and regenerate", + "issues": [ + "8914" + ] + } + ], + "version": "7.3.0", + "language": "JAVASCRIPT", + "artifactName": "gaxios", + "id": "cc0e87a8-6b77-42ec-beee-fe11403fb029", + "createTime": "2026-07-23T06:10:36.473Z" + }, { "changes": [ { @@ -82790,5 +82807,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-07-22T23:25:50.051Z" + "updateTime": "2026-07-23T06:10:36.473Z" } \ No newline at end of file diff --git a/core/packages/gaxios/CHANGELOG.md b/core/packages/gaxios/CHANGELOG.md index 371b111d2f4f..3dd961cc3aa7 100644 --- a/core/packages/gaxios/CHANGELOG.md +++ b/core/packages/gaxios/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [7.3.0](https://github.com/googleapis/google-cloud-node/compare/gaxios-v7.2.0...gaxios-v7.3.0) (2026-07-23) + + +### Features + +* Update API sources and regenerate ([#8914](https://github.com/googleapis/google-cloud-node/issues/8914)) ([e9d308b](https://github.com/googleapis/google-cloud-node/commit/e9d308b814c3d6d97bb39873a398ba0aea807718)) + ## [7.2.0](https://github.com/googleapis/google-cloud-node/compare/gaxios-v7.1.6...gaxios-v7.2.0) (2026-07-07) diff --git a/core/packages/gaxios/package.json b/core/packages/gaxios/package.json index 673a78590d57..12927571d603 100644 --- a/core/packages/gaxios/package.json +++ b/core/packages/gaxios/package.json @@ -1,6 +1,6 @@ { "name": "gaxios", - "version": "7.2.0", + "version": "7.3.0", "description": "A simple common HTTP client specifically for Google APIs and services.", "main": "build/cjs/src/index.js", "types": "build/cjs/src/index.d.ts", diff --git a/core/packages/gaxios/samples/package.json b/core/packages/gaxios/samples/package.json index 989a6f3d2522..997891b68095 100644 --- a/core/packages/gaxios/samples/package.json +++ b/core/packages/gaxios/samples/package.json @@ -9,7 +9,7 @@ }, "license": "Apache-2.0", "dependencies": { - "gaxios": "^7.2.0" + "gaxios": "^7.3.0" }, "devDependencies": { "mocha": "^8.0.0"