Guzzle v2.6.4 Release Notes

Release Date: 2012-05-30 // almost 12 years ago
    • BC: Cleaning up how POST files are stored in EntityEnclosingRequest objects. Adding PostFile class.
    • BC: Moving ApiCommand specific functionality from the Inspector and on to the ApiCommand
    • ๐Ÿ› Bug: Fixing magic method command calls on clients
    • ๐Ÿ› Bug: Email constraint only validates strings
    • ๐Ÿ› Bug: Aggregate POST fields when POST files are present in curl handle
    • ๐Ÿ› Bug: Fixing default User-Agent header
    • ๐Ÿ› Bug: Only appending or prepending parameters in commands if they are specified
    • ๐Ÿ› Bug: Not requiring response reason phrases or status codes to match a predefined list of codes
    • ๐Ÿ‘ Allowing the use of dot notation for class namespaces when using instance_of constraint
    • โž• Added any_match validation constraint
    • โž• Added an AsyncPlugin
    • ๐Ÿ”Œ Passing request object to the calculateWait method of the ExponentialBackoffPlugin
    • ๐Ÿ‘ Allowing the result of a command object to be changed
    • ๐Ÿ“œ Parsing location and type sub values when instantiating a service description rather than over and over at runtime