Skip to content

v3.1.0

Compare
Choose a tag to compare
@PATROMO PATROMO released this 30 Mar 07:25
· 6 commits to master since this release
afb995c

Bump guzzlehttp/psr7 from 1.8.1 to 2.2.1 #9

Changes from https://github.com/guzzle/psr7/releases

  • When building a query string, booleans are represented as 1 and 0.
  • Attempting to create a Uri object from a malformed URI will no longer throw a generic InvalidArgumentException, but rather a MalformedUriException, which inherits from the former for backwards compatibility. Callers relying on the exception being thrown to detect invalid URIs should catch the new exception.