Skip to content

Commit a936070

Browse files
chore(main): release google-gax 5.1.0
1 parent 3977740 commit a936070

5 files changed

Lines changed: 41 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"core/dev-packages/pack-n-play": "4.2.2",
66
"core/generator/gapic-generator-typescript": "4.12.2",
77
"core/packages/gapic-node-processing": "0.1.9",
8-
"core/packages/gax": "5.0.7",
8+
"core/packages/gax": "5.1.0",
99
"core/packages/gaxios": "7.2.0",
1010
"core/packages/gcp-metadata": "8.1.3",
1111
"core/packages/google-auth-library-nodejs": "10.9.0",

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": "feat",
8+
"sha": "2a3a77ceaa4ff2c7e1a2ec0338a770fa60b738a9",
9+
"message": "Update googleapis source and regenerate client libraries",
10+
"issues": [
11+
"8821"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "368f18ecc361310e7bfb323ba0e7836186ea08d1",
17+
"message": "Correct repository URLs in core package.json files",
18+
"issues": [
19+
"8722"
20+
]
21+
}
22+
],
23+
"version": "5.1.0",
24+
"language": "JAVASCRIPT",
25+
"artifactName": "google-gax",
26+
"id": "6ec36206-6390-49a3-a80d-b506cb0f2f59",
27+
"createTime": "2026-07-14T17:55:05.582Z"
28+
},
429
{
530
"changes": [
631
{
@@ -82076,5 +82101,5 @@
8207682101
"createTime": "2023-01-28T04:18:24.718Z"
8207782102
}
8207882103
],
82079-
"updateTime": "2026-07-13T22:32:17.594Z"
82104+
"updateTime": "2026-07-14T17:55:05.582Z"
8208082105
}

core/packages/gax/CHANGELOG.md

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

88

9+
## [5.1.0](https://github.com/googleapis/google-cloud-node/compare/google-gax-v5.0.7...google-gax-v5.1.0) (2026-07-14)
10+
11+
12+
### Features
13+
14+
* Update googleapis source and regenerate client libraries ([#8821](https://github.com/googleapis/google-cloud-node/issues/8821)) ([2a3a77c](https://github.com/googleapis/google-cloud-node/commit/2a3a77ceaa4ff2c7e1a2ec0338a770fa60b738a9))
15+
16+
17+
### Bug Fixes
18+
19+
* 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))
20+
921
## [5.0.7](https://github.com/googleapis/google-cloud-node/compare/google-gax-v5.0.6...google-gax-v5.0.7) (2026-05-11)
1022

1123

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.7",
3+
"version": "5.1.0",
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.7"
17+
"google-gax": "^5.1.0"
1818
},
1919
"devDependencies": {
2020
"c8": "^9.0.0",

0 commit comments

Comments
 (0)