Alamofire v4.2.0 Release Notes

  • 🚀 Released on 2016-11-20. All issues associated with this milestone can be found using this filter.

    ➕ Added

    • Request property overrides to fallback on original task if available.
    • 0️⃣ Timeline generation to DefaultDataResponse and DefaultDownloadResponse.
    • ✅ JSON encoding encode method that takes a JSON object along with unit tests.

    ⚡️ Updated

    • The RequestRetrier example in the README to safely extract tokens.
    • TaskDelegate data and error properties to a public ACL.
    • Multipart form data uploads to now delete temp file if encoding fails.

    🛠 Fixed

    • Issue where AdaptError instances were being incorrectly sent to the RequestRetrier.
    • ✅ Issue where TLS tests were failing on iOS 10.0 and not on iOS 10.1.