diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7f3cffbcd451..4e0c2611eb5a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -6,7 +6,7 @@ "core/generator/gapic-generator-typescript": "4.12.1", "core/packages/gapic-node-processing": "0.1.9", "core/packages/gax": "5.0.7", - "core/packages/gaxios": "7.1.5", + "core/packages/gaxios": "7.1.6", "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 afb1d2b644a1..6a29d77d97ca 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,49 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "feat", + "sha": "d9399f0cf44b79e2b38ce429b17709ee9845544e", + "message": "Migrate google-cloud-capacityplanner to librarian v0.22.0", + "issues": [ + "8773" + ] + } + ], + "version": "0.2.0", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/capacityplanner", + "id": "d3f5584e-4924-4d9c-9236-67a0ec3f40a3", + "createTime": "2026-06-29T17:40:53.096Z" + }, + { + "changes": [ + { + "type": "fix", + "sha": "07b13a17e6533184c708dc388c3fa3dc6581f7a9", + "message": "Prevent comma corruption when draining stream error responses", + "issues": [ + "8779" + ], + "scope": "gaxios" + }, + { + "type": "fix", + "sha": "368f18ecc361310e7bfb323ba0e7836186ea08d1", + "message": "Correct repository URLs in core package.json files", + "issues": [ + "8722" + ] + } + ], + "version": "7.1.6", + "language": "JAVASCRIPT", + "artifactName": "gaxios", + "id": "35cfd7ef-33af-4254-aa72-f4a34ddf8f2c", + "createTime": "2026-06-30T19:41:56.401Z" + }, { "changes": [ { @@ -81414,5 +81457,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-06-29T17:40:53.096Z" -} \ No newline at end of file + "updateTime": "2026-06-30T19:41:56.401Z" +} diff --git a/core/packages/gaxios/CHANGELOG.md b/core/packages/gaxios/CHANGELOG.md index 6a7312b78f5d..5d5ef768b734 100644 --- a/core/packages/gaxios/CHANGELOG.md +++ b/core/packages/gaxios/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## [7.1.6](https://github.com/googleapis/google-cloud-node/compare/gaxios-v7.1.5...gaxios-v7.1.6) (2026-06-30) + + +### Bug Fixes + +* Correct repository URLs in core package.json files ([#8722](https://github.com/googleapis/google-cloud-node/issues/8722)) ([368f18e](https://github.com/googleapis/google-cloud-node/commit/368f18ecc361310e7bfb323ba0e7836186ea08d1)) +* **gaxios:** Prevent comma corruption when draining stream error responses ([#8779](https://github.com/googleapis/google-cloud-node/issues/8779)) ([07b13a1](https://github.com/googleapis/google-cloud-node/commit/07b13a17e6533184c708dc388c3fa3dc6581f7a9)) + ## [7.1.5](https://github.com/googleapis/google-cloud-node/compare/gaxios-v7.1.4...gaxios-v7.1.5) (2026-05-11) diff --git a/core/packages/gaxios/package.json b/core/packages/gaxios/package.json index 1f43bc50bd9d..ada9c3330118 100644 --- a/core/packages/gaxios/package.json +++ b/core/packages/gaxios/package.json @@ -1,6 +1,6 @@ { "name": "gaxios", - "version": "7.1.5", + "version": "7.1.6", "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 e9e11175614e..c5e9ba35d7eb 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.1.5" + "gaxios": "^7.1.6" }, "devDependencies": { "mocha": "^8.0.0" diff --git a/release-please-config.json b/release-please-config.json index 2403cad1c564..216c7e6f8e75 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -240,4 +240,4 @@ ], "release-type": "node-librarian", "separate-pull-requests": false -} \ No newline at end of file +}