Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 970528b

Browse files
chore(main): release google-gax 5.0.0 (#1721)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c2cf7fe commit 970528b

File tree

4 files changed

+45
-3
lines changed

4 files changed

+45
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"gax": "4.6.0",
2+
"gax": "5.0.0",
33
"tools": "1.0.2",
44
"logging-utils": "1.1.1"
55
}

gax/CHANGELOG.md

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

77

8+
## [5.0.0](https://github.com/googleapis/gax-nodejs/compare/google-gax-v4.6.0...google-gax-v5.0.0) (2025-06-12)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* allow 204 responses in REST fallback mode ([#1736](https://github.com/googleapis/gax-nodejs/issues/1736))
14+
* correct wrong return type for listOperations in Operation Client ([#1729](https://github.com/googleapis/gax-nodejs/issues/1729))
15+
* Update `google-auth-library` to v10 ([#1702](https://github.com/googleapis/gax-nodejs/issues/1702))
16+
* migrate gax to Node 18 ([#1699](https://github.com/googleapis/gax-nodejs/issues/1699))
17+
* parse from HTTP errors and prefer that as the cannonical error code when it is provided ([#1633](https://github.com/googleapis/gax-nodejs/issues/1633))
18+
19+
### Features
20+
21+
* Add errorsEncountered to the errors sent back ([#1740](https://github.com/googleapis/gax-nodejs/issues/1740)) ([14c75ef](https://github.com/googleapis/gax-nodejs/commit/14c75ef445053b8bb29c8885f44b8cc58de45541))
22+
* Add minifyJson param to request minified JSON responses when using the REST fallback ([#1632](https://github.com/googleapis/gax-nodejs/issues/1632)) ([a3fa7c7](https://github.com/googleapis/gax-nodejs/commit/a3fa7c762cb4d1cd91057fa2c01782a7d954b9f8))
23+
* correct wrong return type for listOperations in Operation Client ([#1729](https://github.com/googleapis/gax-nodejs/issues/1729)) ([c5af911](https://github.com/googleapis/gax-nodejs/commit/c5af911c5d4eb9caee8fbe6865d58ad904d2d626))
24+
* export utils functions in gax ([#1765](https://github.com/googleapis/gax-nodejs/issues/1765)) ([16cacaa](https://github.com/googleapis/gax-nodejs/commit/16cacaa7cedcf8b90476ce00d42bc017685cee70))
25+
* expose a static method for cached loading of protos from JSON and update protobuf.js to 7.5.2 ([#1753](https://github.com/googleapis/gax-nodejs/issues/1753)) ([d5acfd6](https://github.com/googleapis/gax-nodejs/commit/d5acfd6ef2ae23b3cf48e1a71185492e4712bf06))
26+
* support custom error types in grpc ([#1759](https://github.com/googleapis/gax-nodejs/issues/1759)) ([2198283](https://github.com/googleapis/gax-nodejs/commit/2198283f7558428c246cf1eba3de311e8febbc66))
27+
* support custom/unknown error types ([#1751](https://github.com/googleapis/gax-nodejs/issues/1751)) ([ddb9b5a](https://github.com/googleapis/gax-nodejs/commit/ddb9b5a5ad876e53452f3772992a37ed7804a3e9))
28+
* Update `google-auth-library` to v10 ([#1702](https://github.com/googleapis/gax-nodejs/issues/1702)) ([43a8cb8](https://github.com/googleapis/gax-nodejs/commit/43a8cb8e753a956398b49ed2c098502634651930))
29+
30+
31+
### Bug Fixes
32+
33+
* add missing export path for generator ([#1734](https://github.com/googleapis/gax-nodejs/issues/1734)) ([1b440b0](https://github.com/googleapis/gax-nodejs/commit/1b440b0e15fc7f00225506230d98bf39281f8cc6))
34+
* allow 204 responses in REST fallback mode ([#1736](https://github.com/googleapis/gax-nodejs/issues/1736)) ([6829fc1](https://github.com/googleapis/gax-nodejs/commit/6829fc192db083dae81a05092df0c4b6182088f8))
35+
* Always save the error ([#1749](https://github.com/googleapis/gax-nodejs/issues/1749)) ([aa31605](https://github.com/googleapis/gax-nodejs/commit/aa316055cfd9d21e053513436bbecba0204f54dd))
36+
* **deps:** update dependency long to v5 ([#1680](https://github.com/googleapis/gax-nodejs/issues/1680)) ([9cd9902](https://github.com/googleapis/gax-nodejs/commit/9cd9902747180bfab4631fff6b7e06a72bb1eeed))
37+
* **deps:** update protobuf.js ([#1750](https://github.com/googleapis/gax-nodejs/issues/1750)) ([bb11949](https://github.com/googleapis/gax-nodejs/commit/bb11949f04ef70314c4b0d9b542e81822d59f352))
38+
* **deps:** update protobuf.js ([#1762](https://github.com/googleapis/gax-nodejs/issues/1762)) ([8bd391a](https://github.com/googleapis/gax-nodejs/commit/8bd391ab060bc2d0078375014ad9ac62e0e75795))
39+
* **docs:** update docstring for forwardEvents ([#1700](https://github.com/googleapis/gax-nodejs/issues/1700)) ([27c52a0](https://github.com/googleapis/gax-nodejs/commit/27c52a05f8210051326abb664094f26d193adec6))
40+
* enable keepAlive for HTTP requests ([#1534](https://github.com/googleapis/gax-nodejs/issues/1534)) ([a706d5a](https://github.com/googleapis/gax-nodejs/commit/a706d5a8cbe04bd93fbfd4552cab1eec5e823c83))
41+
* parse from HTTP errors and prefer that as the cannonical error code when it is provided ([#1633](https://github.com/googleapis/gax-nodejs/issues/1633)) ([e9b47fc](https://github.com/googleapis/gax-nodejs/commit/e9b47fc203b422b7b89886c070f7ff7b5fe0a6d9))
42+
* passing gaxios fetch through auth ([e7c686a](https://github.com/googleapis/gax-nodejs/commit/e7c686a31e3be45ae142a17c9a0ce970d0c3132b))
43+
* re-export logging utils from gax ([#1718](https://github.com/googleapis/gax-nodejs/issues/1718)) ([363ae57](https://github.com/googleapis/gax-nodejs/commit/363ae572bcc788f728d1fefe4e186bbae7d1d13e))
44+
45+
46+
### Miscellaneous Chores
47+
48+
* migrate gax to Node 18 ([#1699](https://github.com/googleapis/gax-nodejs/issues/1699)) ([fc3eeaa](https://github.com/googleapis/gax-nodejs/commit/fc3eeaa574e171c445e0768b06df4ed087bf1f67))
49+
850
## [4.6.1](https://github.com/googleapis/gax-nodejs/compare/google-gax-v4.6.0...google-gax-v4.6.1) (2025-05-15)
951

1052

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": "4.6.0",
3+
"version": "5.0.0",
44
"description": "Google API Extensions",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

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

0 commit comments

Comments
 (0)