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/psr72.11+ (Passing a non-uppercase HTTP method is deprecated) orguzzlehttp/guzzle7.11+. Both libraries preserve method casing in their next major versions, where a lowercase method would have been sent on the wire as-is.