Skip to content

5.0.2

Compare
Choose a tag to compare
@mtdowling mtdowling released this 31 Oct 03:29
· 1249 commits to 7.9 since this release
  • Added a trailing \r\n to multipart/form-data payloads. See
    #871
  • Added a GuzzleHttp\Pool::send() convenience method to match the docs.
  • Status codes are now returned as integers. See
    #881
  • No longer overwriting an existing application/x-www-form-urlencoded header
    when sending POST requests, allowing for customized headers. See
    #877
  • Improved query string and path URL serialization.
    • No longer double percent-encoding characters in the path or query string if
      they are already encoded.
    • Now properly encoding the supplied path to a URL object, instead of only
      encoding ' ' and '?'.
    • Now allowing many more characters to be present in the query string without
      being percent encoded. See http://tools.ietf.org/html/rfc3986#appendix-A