Alamofire v5.0.0-beta.6 Release Notes

Release Date: 2019-04-24 // almost 5 years ago
  • 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 for SecKey types.
    • ⚡️ 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.
    • Issue where response serializer completions were not called when appended to a completed Request.