Guzzle v3.7.3 Release Notes

Release Date: 2013-09-08 // over 10 years ago
    • โž• Added the ability to get the exception associated with a request/command when using MultiTransferException and CommandTransferException.
    • ๐Ÿ“œ Setting additionalParameters of a response to false is now honored when parsing responses with a service description
    • ๐Ÿ”ง Schemas are only injected into response models when explicitly configured.
    • No longer guessing Content-Type based on the path of a request. Content-Type is now only guessed based on the path of an EntityBody.
    • ๐Ÿ› Bug fix: ChunkedIterator can now properly chunk a \Traversable as well as an \Iterator.
    • ๐Ÿ› Bug fix: FilterIterator now relies on \Iterator instead of \Traversable.
    • ๐Ÿ› Bug fix: Gracefully handling malformed responses in RequestMediator::writeResponseBody()
    • ๐Ÿ› Bug fix: Replaced call to canCache with canCacheRequest in the CallbackCanCacheStrategy of the CachePlugin
    • ๐Ÿ› Bug fix: Visiting XML attributes first before visiting XML children when serializing requests
    • ๐Ÿ› Bug fix: Properly parsing headers that contain commas contained in quotes
    • ๐Ÿ› Bug fix: mimetype guessing based on a filename is now case-insensitive