Guzzle v3.7.1 Release Notes

Release Date: 2013-07-05 // almost 11 years ago
    • ๐Ÿ› Bug fix: Setting default options on a client now works
    • ๐Ÿ› Bug fix: Setting options on HEAD requests now works. See #352
    • ๐Ÿ› Bug fix: Moving stream factory before send event to before building the stream. See #353
    • ๐Ÿ› Bug fix: Cookies no longer match on IP addresses per RFC 6265
    • ๐Ÿ› Bug fix: Correctly parsing header parameters that are in <> and quotes
    • โž• Added cert and ssl_key as request options
    • Host header can now diverge from the host part of a URL if the header is set manually
    • Guzzle\Service\Command\LocationVisitor\Request\XmlVisitor was rewritten to change from using SimpleXML to XMLWriter
    • ๐Ÿ”Œ OAuth parameters are only added via the plugin if they aren't already set
    • ๐Ÿ“œ Exceptions are now thrown when a URL cannot be parsed
    • Returning false if Guzzle\Http\EntityBody::getContentMd5() fails
    • ๐Ÿ”Œ Not setting a Content-MD5 on a command if calculating the Content-MD5 fails via the CommandContentMd5Plugin