Alamofire v4.0.1 Release Notes

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

    โž• Added

    • The OS_ACTIVITY_MODE environment variable to iOS, tvOS and iOS Example.
    • โœ… Test verifying download request can be resumed with resume data.

    โšก๏ธ Updated

    • All instances of com.alamofire with org.alamofire throughout the project.
    • ๐Ÿ‘• Project by adding .swift-version file and re-enabling pod lib lint in Travis file.
    • ๐ŸŽ The entire project to use macOS in place of OS X.
    • โœ… Framework and test target override settings that duplicated the project settings.

    ๐Ÿ›  Fixed

    • โœ… Issue where the test suite was accidentally deleting contents of ~/Library/Application Support on macOS.
    • Typo in the migration guide around availability checks.
    • Typo in the README around response handlers.
    • Issue in the download example in the README where a to parameter was missing.
    • Issue in AFError where wrong case was used in several property implementations.
    • Typo in AF 4 migration guide where "enhancements" was spelled incorrectly.
    • ๐Ÿ“š Typo in code sample documentation where "already" was misspelled.
    • โœ๏ธ Typos in the Open Radars and Donations sections of README.
    • Issue in DispatchQueue extension where Foundation needed to be imported for submodules.
    • Memory leak in Validation closures where reference to self was causing retain cycle.
    • Compilation issue in response handler section of the README.