Alamofire v4.3.0 Release Notes

  • ๐Ÿš€ Released on 2017-01-15. All issues associated with this milestone can be found using this filter.

    โž• Added

    • The host and path to router example in README.
    • ๐ŸŽ A macOS disclaimer to download request example in README.
    • ๐Ÿ†• New value and error computed properties to data and download responses.
    • The HTTP method to the data and download response debug descriptions.
    • A README entry about installing through SPM.
    • ๐Ÿ“ฆ The dependencies parameter to Package file for SPM since it's now required.
    • โœ… TLS evaluation tests for revoked certs for no policy and default policy.
    • ๐Ÿ†• New server trust policy for revoked certificates along with matching tests.

    โšก๏ธ Updated

    • Project to Xcode 8.2 recommend settings.
    • The NetworkReachabilityManager to have a public instead of open ACL.
    • 0๏ธโƒฃ The initializers for both default responses public and added metrics parameter.
    • ๐Ÿ”€ Internals by replacing syncResult extension with DispatchQueue sync.
    • โœ… TLS tests for tvOS 10.1 and added expiration test for revoked evaluation.

    ๐Ÿ›  Fixed

    • DownloadRequest sample code issue in AF 4 migration guide.
    • URLConvertible compiler issue in the README example.
    • An invalid comment in AF 4 migration guide.
    • An issue where the SessionManager did not respect retry time delay.
    • A broken reference link in the README.
    • Compiler issues in RequestAdapter and RequestRetrier examples in README.