Alamofire v5.0.0-rc.3 Release Notes

Release Date: 2019-10-27 // over 4 years ago
  • Released on 2019-10-26. All issues associated with this milestone can be found using this filter. Note: Alamofire 5 is now API stable.

    โšก๏ธ Updated

    • Automatic resume() behavior to be called after the first response handler is added instead of immediately after task creation.

    ๐Ÿ›  Fixed

    • ๐Ÿ“š Incorrect header convenience method in Usage documentation.
    • Unstable parameter ordering in URLEncodedFormEncoder.
    • ๐Ÿ— Xcode build issues and precompiled binary build issues by removing the dynamic bundle identifier.
    • ๐Ÿ— Build warnings for deprecated SecTrust API when building for Catalyst.
    • Regression from Alamofire 4 causing Alamofire to reject NTLM and Negotiate authentication methods.