Alamofire v3.3.1 Release Notes

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

    โž• Added

    • โœ… Tests for the SessionDelegate redirect with completion override closure.
    • โœ… Tests for all the SessionDelegate override closures.

    โšก๏ธ Updated

    • โœ… The authentication test cases to clear out all cookies to help stabilize Travis-CI.
    • โœ… The cache test check for no store header to use availability checks.

    ๐Ÿ›  Fixed

    • The respondsToSelector check for the new HTTP redirect closure with completion.
    • Issue where the challenge and response SessionDelegate override closures were not called.
    • โœ… Typo in the Travis YAML file that was causing all tests to always fail on iOS 9.1.
    • โœ… Race condition in the cache tests that was causing random failures on Travis-CI.