Alamofire v5.4.4 Release Notes

  • πŸš€ Released on 2021-09-20. All issues associated with this milestone can be found using this filter.

    βž• Added

    • πŸ‘Œ Support for Xcode 13, including a workaround for Combine compilation on older architectures.
    • βœ… Testing on watchOS.
    • πŸ‘Œ Support for building on Windows and Linux. Alamofire is unsupported on these platforms but should build correctly.

    ⚑️ Updated

    • Usage of .count >= 0 to !.isEmpty.

    πŸ›  Fixed