RESTClient v1.3.0 Release Notes

    • a block can be used to process a request's result, this enable to handle custom error codes or paththrought (design by Cyril Rohr)
    • โš  cleaner log API, add a warning for some cases but should be compatible
    • ๐Ÿ‘€ accept multiple "Set-Cookie" headers, see http://www.ietf.org/rfc/rfc2109.txt (patch provided by Cyril Rohr)
    • โœ‚ remove "Content-Length" and "Content-Type" headers when following a redirection (patch provided by haarts)
    • ๐Ÿ‘ป all http error codes have now a corresponding exception class and all of them contain the Reponse -> this means that the raised exception can be different
    • ๐Ÿ”„ changed "Content-Disposition: multipart/form-data" to "Content-Disposition: form-data" per RFC 2388 (patch provided by Kyle Crawford)

    ๐Ÿ‘ป The only breaking change should be the exception classes, but as the new classes inherits from the existing ones, the breaking cases should be rare.