Releases: googleapis/gax-nodejs
Releases · googleapis/gax-nodejs
google-gax: v5.0.0
5.0.0 (2025-06-12)
⚠ BREAKING CHANGES
- allow 204 responses in REST fallback mode (#1736)
- correct wrong return type for listOperations in Operation Client (#1729)
- Update
google-auth-library
to v10 (#1702) - migrate gax to Node 18 (#1699)
- parse from HTTP errors and prefer that as the cannonical error code when it is provided (#1633)
Features
- Add errorsEncountered to the errors sent back (#1740) (14c75ef)
- Add minifyJson param to request minified JSON responses when using the REST fallback (#1632) (a3fa7c7)
- correct wrong return type for listOperations in Operation Client (#1729) (c5af911)
- export utils functions in gax (#1765) (16cacaa)
- expose a static method for cached loading of protos from JSON and update protobuf.js to 7.5.2 (#1753) (d5acfd6)
- support custom error types in grpc (#1759) (2198283)
- support custom/unknown error types (#1751) (ddb9b5a)
- Update
google-auth-library
to v10 (#1702) (43a8cb8)
Bug Fixes
- add missing export path for generator (#1734) (1b440b0)
- allow 204 responses in REST fallback mode (#1736) (6829fc1)
- Always save the error (#1749) (aa31605)
- deps: update dependency long to v5 (#1680) (9cd9902)
- deps: update protobuf.js (#1750) (bb11949)
- deps: update protobuf.js (#1762) (8bd391a)
- docs: update docstring for forwardEvents (#1700) (27c52a0)
- enable keepAlive for HTTP requests (#1534) (a706d5a)
- parse from HTTP errors and prefer that as the cannonical error code when it is provided (#1633) (e9b47fc)
- passing gaxios fetch through auth (e7c686a)
- re-export logging utils from gax (#1718) (363ae57)