5.0.0-beta.6
版本发布时间: 2019-04-24 08:18:06
Alamofire/Alamofire最新发布版本:5.9.1(2024-03-31 09:22:33)
Released on 2019-04-23. All issues associated with this milestone can be found using this filter. Note: Alamofire will not be following semantic versioning during the beta process. There may be breaking changes until 5.0.0 is released.
Updated
-
ServerTrustEvaluation
logic by simplifying public key equality checks forSecKey
types.- Updated by Aleksandar Vacić in Pull Request #2800.
-
Request.State
access to lock access and task updates using internal locking API.
Fixed
- Issues in
DownloadRequest
where some events were being duplicated and some were missing. - Issue with AppStore submissions where the pre-release version in the bundle short versions string was being rejected when built with Carthage or as a submodule.
- Fixed by Christian Noon in Pull Request #2808.
- Issue where response serializer completions were not called when appended to a completed
Request
.- Fixed by Christian Noon in Pull Request #2810.