Guzzle v3.4.2 Release Notes

Release Date: 2013-04-29 // about 11 years ago
    • ๐Ÿ› Bug fix: Stream objects now work correctly with "a" and "a+" modes
    • ๐Ÿ› Bug fix: Removing Transfer-Encoding: chunked header when a Content-Length is present
    • ๐Ÿ› Bug fix: AsyncPlugin no longer forces HEAD requests
    • ๐Ÿ› Bug fix: DateTime timezones are now properly handled when using the service description schema formatter
    • ๐Ÿ› Bug fix: CachePlugin now properly handles stale-if-error directives when a request to the origin server fails
    • Setting a response on a request will write to the custom request body from the response body if one is specified
    • ๐Ÿ”Œ LogPlugin now writes to php://output when STDERR is undefined
    • โž• Added the ability to set multiple POST files for the same key in a single call
    • 0๏ธโƒฃ application/x-www-form-urlencoded POSTs now use the utf-8 charset by default
    • โž• Added the ability to queue CurlExceptions to the MockPlugin
    • Cleaned up how manual responses are queued on requests (removed "queued_response" and now using request.before_send)
    • ๐Ÿ”ง Configuration loading now allows remote files