5.3.0
版本发布时间: 2020-10-18 09:05:41
Alamofire/Alamofire最新发布版本:5.9.1(2024-03-31 09:22:33)
Released on 2020-10-17. All issues associated with this milestone can be found using this filter.
Added
- Closure callback APIs for the production of
URLRequest
s andURLSessionTask
s. -
URLSessionTaskMetrics
gathering on watchOS 7+.
Updated
- Project settings, GitHub Actions, tests, and formatting for newer Xcodes.
- Use of
URLRequest.headers
extension property inURLEncoding
. - iOS example app.
- Various documentation.
- Updated by Jaydeep Vora, Minhyuk Kim, and Tieda in Pull Requests #3274, #3292, and #3317.
Fixed
- Double lock crash in
AuthenticationInterceptor
caused by synchronousrefresh
implementations. - Crash when requesting
file://
URL
s by producing validation error.- Fixed by hyotak.yun in Pull Request #3318.
- Missing rethrow of error produced when writing temporary multipart files fails.
- Objective-C module conflicts in Xcode 12 by removing Obj-C module support.