Alamofire v1.1.2 Release Notes

  • ๐Ÿš€ Released on 2014-12-21.

    โž• Added

    โšก๏ธ Updated

    • The response object example to use a failable initializer in the README.
    • Router example in the README by removing extraneous force unwrap.
    • Xcode project APPLICATION_EXTENSION_API_ONLY flag to YES.
    • 0๏ธโƒฃ Default HTTP header creation by moving it into a public class method.

    ๐Ÿ›  Fixed

    • Upload stream method to set HTTPBodyStream for streamed request.
    • ParameterEncoding to compose percent-encoded query strings from percent-encoded components.
    • Serialization handling of NSData with 0 bytes.
    • Issue where suggestedDownloadDestination parameters were being ignored.
    • ๐Ÿ“š Crash caused by Manager deinitialization and added documentation.