Alamofire v5.6.0 Release Notes

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

    โž• Added

    • ๐Ÿ‘Œ Support for HTTPMethod.query to support the upcoming standard.
    • ๐Ÿ‘ Compile-time Swift version check to enforce minimum supported Swift version.
    • ๐Ÿ‘ GitHub Sponsors support. You can now sponsor Alamofire directly through GitHub.

    โšก๏ธ Updated

    • ๐Ÿ— Swift version required to build [๐Ÿ”ฅ Experimental ๐Ÿ”ฅ] Swift Concurrency support to 5.6.0 to avoid various Apple bugs with Xcode 13.2.0 and 13.2.1. Support now requires Xcode 13.3.1.
    • DownloadRequest to avoid producing resume data when not explicitly requested on cancellation.
    • โœ… Testing infrastructure to use XCTestPlans on Apple platforms.
    • ๐Ÿ‘ GitHub Actions support for greater OS coverage, more SPM platforms, and Swift 5.6.

    ๐Ÿ›  Fixed