Skip to content

Commit 75acfb5

Browse files
chore(main): release google-gax 5.0.7
1 parent a9be27a commit 75acfb5

5 files changed

Lines changed: 37 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"core/dev-packages/jsdoc-region-tag": "4.0.1",
55
"core/dev-packages/pack-n-play": "4.2.1",
66
"core/generator/gapic-generator-typescript": "4.11.13",
7-
"core/packages/gax": "5.0.6",
7+
"core/packages/gax": "5.0.7",
88
"core/packages/gaxios": "7.1.4",
99
"core/packages/gcp-metadata": "8.1.2",
1010
"core/packages/google-auth-library-nodejs": "10.6.2",

changelog.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "9fd76eff87b1cf02db6205f141449b31e8ab7d8f",
9+
"message": "Bump all node submodules",
10+
"issues": [
11+
"8178"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "c1a03fe604662091be283055c7d34052c64d6334",
17+
"message": "Change the copyright year for files in the packages folder",
18+
"issues": [
19+
"8109"
20+
]
21+
}
22+
],
23+
"version": "5.0.7",
24+
"language": "JAVASCRIPT",
25+
"artifactName": "google-gax",
26+
"id": "27d9319f-2c7a-47a0-8aa8-a67f8c5ad9a9",
27+
"createTime": "2026-05-06T21:35:10.359Z"
28+
},
429
{
530
"changes": [
631
{
@@ -77687,5 +77712,5 @@
7768777712
"createTime": "2023-01-28T04:18:24.718Z"
7768877713
}
7768977714
],
77690-
"updateTime": "2026-05-06T18:07:28.494Z"
77715+
"updateTime": "2026-05-06T21:35:10.359Z"
7769177716
}

core/packages/gax/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
[1]: https://www.npmjs.com/package/gax-nodejs?activeTab=versions
77

88

9+
## [5.0.7](https://github.com/googleapis/google-cloud-node/compare/google-gax-v5.0.6...google-gax-v5.0.7) (2026-05-06)
10+
11+
12+
### Bug Fixes
13+
14+
* Bump all node submodules ([#8178](https://github.com/googleapis/google-cloud-node/issues/8178)) ([9fd76ef](https://github.com/googleapis/google-cloud-node/commit/9fd76eff87b1cf02db6205f141449b31e8ab7d8f))
15+
* Change the copyright year for files in the packages folder ([#8109](https://github.com/googleapis/google-cloud-node/issues/8109)) ([c1a03fe](https://github.com/googleapis/google-cloud-node/commit/c1a03fe604662091be283055c7d34052c64d6334))
16+
917
## [5.0.6](https://github.com/googleapis/google-cloud-node-core/compare/google-gax-v5.0.5...google-gax-v5.0.6) (2025-11-11)
1018

1119

core/packages/gax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-gax",
3-
"version": "5.0.6",
3+
"version": "5.0.7",
44
"description": "Google API Extensions",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

core/packages/gax/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"*.js"
1515
],
1616
"dependencies": {
17-
"google-gax": "^5.0.6"
17+
"google-gax": "^5.0.7"
1818
},
1919
"devDependencies": {
2020
"c8": "^9.0.0",

0 commit comments

Comments
 (0)