Guzzle v2.7.2 Release Notes

Release Date: 2012-07-02 // almost 12 years ago
    • ๐Ÿ“œ BC: Moving things to get ready for subtree splits. Moving Inflection into Common. Moving Guzzle\Http\Parser to Guzzle\Parser.
    • BC: Removing Guzzle\Common\Batch\Batch::count() and replacing it with isEmpty()
    • ๐Ÿ”Œ CachePlugin now allows for a custom request parameter function to check if a request can be cached
    • ๐Ÿ› Bug fix: CachePlugin now only caches GET and HEAD requests by default
    • ๐Ÿ› Bug fix: Using header glue when transferring headers over the wire
    • ๐Ÿ‘ Allowing deeply nested arrays for composite variables in URI templates
    • Batch divisors can now return iterators or arrays