Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
47 changes: 45 additions & 2 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down Expand Up @@ -81414,5 +81457,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2026-06-29T17:40:53.096Z"
}
"updateTime": "2026-06-30T19:41:56.401Z"
}
8 changes: 8 additions & 0 deletions core/packages/gaxios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion core/packages/gaxios/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion core/packages/gaxios/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"gaxios": "^7.1.5"
"gaxios": "^7.1.6"
},
"devDependencies": {
"mocha": "^8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,4 +240,4 @@
],
"release-type": "node-librarian",
"separate-pull-requests": false
}
}
Loading