Alamofire v1.0.1 Release Notes

  • ๐Ÿš€ Released on 2014-10-20.

    โž• Added

    • โœ… Tests for upload and download with progress.
    • โœ… Test for question marks in url encoded query.
    • The NSURLSessionConfiguration headers to cURL representation.
    • โœ… Parameter encoding tests for key/value pairs containing spaces.
    • Percent character encoding for the + character.
    • ๐Ÿ‘ Escaping for quotes to support JSON in cURL commands.
    • The request method to the Manager bringing it more inline with the top-level methods.
      • Added by Brian Smith.

    ๐Ÿ›  Fixed

    • Parameter encoding of ampersands and escaping of characters.
    • Parameter encoding of HTTPBody from occurring twice.
      • Fixed by Yuri in Pull Request #153.
    • Extraneous dispatch to background by using weak reference for delegate in response.
    • Response handler threading issue by adding a subdelegateQueue to the SessionDelegate.
    • Challenge issue where basic auth credentials were not being unwrapped.