Skip to content

v4.25.2

Latest

Choose a tag to compare

@cb-alish cb-alish released this 18 Aug 10:05
67a3f5a

v4.25.2 (2026-08-18)


Bug Fixes:

  • HTTP methods are now uppercased before a request is constructed, so the SDK no longer emits deprecation notices from guzzlehttp/psr7 2.11+ (Passing a non-uppercase HTTP method is deprecated) or guzzlehttp/guzzle 7.11+. Both libraries preserve method casing in their next major versions, where a lowercase method would have been sent on the wire as-is.