5.0.0-rc.3
版本发布时间: 2019-10-27 08:59:37
Alamofire/Alamofire最新发布版本:5.9.1(2024-03-31 09:22:33)
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.
- Fixed by Adrian Kashivskyy in Pull Request #2975.