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

google-gax: v5.0.0

Choose a tag to compare

@release-please release-please released this 12 Jun 20:46
970528b

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

Miscellaneous Chores