Alamofire v4.4.0 Release Notes

  • πŸš€ Released on 2017-02-26. All issues associated with this milestone can be found using this filter.

    βž• Added

    • A new Alamofire/Alamofire Gitter channel and also added badge to the README.
    • Functional extensions for Result, Data and Download Response.

    πŸ›  Fixed

    • πŸ“¦ Typo in the README in the Swift Package Manager section.
    • πŸ”§ Issue in the "Modifying the Session Configuration" example code of the README where the defaultHTTPHeaders property was called incorrectly.
    • πŸ”’ Issue in the "Security" section of the README where some example code was outdated.
    • Issue in the README where the POST request with parameters example was using the wrong method.
    • Issue where taskDidComplete override closure was not calling task delegate leading to potential memory leaks.