Guzzle v2.8.3 Release Notes

Release Date: 2012-07-30 // over 11 years ago
    • ๐Ÿ› Bug: Fixed a case where empty POST requests were sent as GET requests
    • ๐Ÿ› Bug: Fixed a bug in ExponentialBackoffPlugin that caused fatal errors when retrying an EntityEnclosingRequest that does not have a body
    • ๐Ÿ› Bug: Setting the response body of a request to null after completing a request, not when setting the state of a request to new
    • โž• Added multiple inheritance to service description commands
    • โž• Added an ApiCommandInterface and added getParamNames() and hasParam()
    • โœ‚ Removed the default 2mb size cutoff from the Md5ValidatorPlugin so that it now defaults to validating everything
    • ๐Ÿ”„ Changed CurlMulti::perform to pass a smaller timeout to CurlMulti::executeHandles