Skip to content

Commit 4b878e5

Browse files
release-please[bot]feywindgcf-owl-bot[bot]
authored
chore(main): release gaxios 7.1.6 (#8726)
* chore(main): release gaxios 7.1.6 * chore: merge latest main changes into changelog.json * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: feywind <57276408+feywind@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5f56dc9 commit 4b878e5

6 files changed

Lines changed: 57 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"core/generator/gapic-generator-typescript": "4.12.1",
77
"core/packages/gapic-node-processing": "0.1.9",
88
"core/packages/gax": "5.0.7",
9-
"core/packages/gaxios": "7.1.5",
9+
"core/packages/gaxios": "7.1.6",
1010
"core/packages/gcp-metadata": "8.1.3",
1111
"core/packages/google-auth-library-nodejs": "10.9.0",
1212
"core/packages/logging-utils": "1.1.4",

changelog.json

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,49 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "d9399f0cf44b79e2b38ce429b17709ee9845544e",
9+
"message": "Migrate google-cloud-capacityplanner to librarian v0.22.0",
10+
"issues": [
11+
"8773"
12+
]
13+
}
14+
],
15+
"version": "0.2.0",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@google-cloud/capacityplanner",
18+
"id": "d3f5584e-4924-4d9c-9236-67a0ec3f40a3",
19+
"createTime": "2026-06-29T17:40:53.096Z"
20+
},
21+
{
22+
"changes": [
23+
{
24+
"type": "fix",
25+
"sha": "07b13a17e6533184c708dc388c3fa3dc6581f7a9",
26+
"message": "Prevent comma corruption when draining stream error responses",
27+
"issues": [
28+
"8779"
29+
],
30+
"scope": "gaxios"
31+
},
32+
{
33+
"type": "fix",
34+
"sha": "368f18ecc361310e7bfb323ba0e7836186ea08d1",
35+
"message": "Correct repository URLs in core package.json files",
36+
"issues": [
37+
"8722"
38+
]
39+
}
40+
],
41+
"version": "7.1.6",
42+
"language": "JAVASCRIPT",
43+
"artifactName": "gaxios",
44+
"id": "35cfd7ef-33af-4254-aa72-f4a34ddf8f2c",
45+
"createTime": "2026-06-30T19:41:56.401Z"
46+
},
447
{
548
"changes": [
649
{
@@ -81414,5 +81457,5 @@
8141481457
"createTime": "2023-01-28T04:18:24.718Z"
8141581458
}
8141681459
],
81417-
"updateTime": "2026-06-29T17:40:53.096Z"
81418-
}
81460+
"updateTime": "2026-06-30T19:41:56.401Z"
81461+
}

core/packages/gaxios/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

33

4+
## [7.1.6](https://github.com/googleapis/google-cloud-node/compare/gaxios-v7.1.5...gaxios-v7.1.6) (2026-06-30)
5+
6+
7+
### Bug Fixes
8+
9+
* 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))
10+
* **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))
11+
412
## [7.1.5](https://github.com/googleapis/google-cloud-node/compare/gaxios-v7.1.4...gaxios-v7.1.5) (2026-05-11)
513

614

core/packages/gaxios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gaxios",
3-
"version": "7.1.5",
3+
"version": "7.1.6",
44
"description": "A simple common HTTP client specifically for Google APIs and services.",
55
"main": "build/cjs/src/index.js",
66
"types": "build/cjs/src/index.d.ts",

core/packages/gaxios/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": "Apache-2.0",
1111
"dependencies": {
12-
"gaxios": "^7.1.5"
12+
"gaxios": "^7.1.6"
1313
},
1414
"devDependencies": {
1515
"mocha": "^8.0.0"

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,4 @@
240240
],
241241
"release-type": "node-librarian",
242242
"separate-pull-requests": false
243-
}
243+
}

0 commit comments

Comments
 (0)