Alamofire v3.2.0 Release Notes

  • ๐Ÿš€ Released on 2016-02-07. All issues associated with this milestone can be found using this filter.

    โž• Added

    • ๐Ÿ‘ Notifications that post when an NSURLSessionTask changes state to allow support for the network activity indicator.
    • Timeline struct to capture timings throughout the lifecycle of a Request.
    • A new Timeline section to the README.
    • NetworkReachabilityManager to listen for reachability status changes.
    • โœ… Unit tests for all the testable network reachability manager APIs.
    • A new Network Reachability section to the README.

    โšก๏ธ Updated

    • ๐Ÿ‘ The NSURLSessionStream APIs to support tvOS.
    • The ParameterEncoding encode method to allow empty parameters to still be encoded.

    ๐Ÿ›  Fixed

    • Broken CocoaDocs generation by moving iOS Example project into Examples folder.