Alamofire v2.0.0-beta.2 Release Notes

  • ๐Ÿš€ Released on 2015-08-24. All issues associated with this milestone can be found using this filter.

    โž• Added

    • Host and certificate chain validation section to the README.
    • ๐Ÿ”ง Tests verifying configuration headers are sent with all configuration types.
    • ๐Ÿ†• New rdar to the list in the README about the #available check issue.
    • Override for NSMutableURLRequest for the URLRequestConvertible protocol.

    โšก๏ธ Updated

    • The README to note that CocoaPods 0.38.2 is required.
    • The README to include note about keeping a reference to the Manager.
    • Server trust host validation over to use SSL policy evaluation.
    • ๐Ÿ“š The documentation for the URLRequestConvertible section in the README.
    • The ServerTrustPolicyManager to be more flexible by using public ACL.
    • The ServerTrustPolicyManager policies property to use public ACL and โž• added docstrings.
    • The Ono response serializer example for Swift 2.0 in the README.
    • Result failure case to store an ErrorType instead of NSError.
    • All source code to compile with Xcode 7 beta 6.

    โœ‚ Removed

    • The required declaration on the Manager init method.

    ๐Ÿ›  Fixed

    • Issue where the TaskDelegate operation queue would leak if the task was never started.
    • ๐Ÿ”ง Compiler issue on OS X target when creating background configurations โœ… in the test suite.