Alamofire v3.1.1 Release Notes

  • 🚀 Released on 2015-10-31. All issues associated with this milestone can be found using this filter.

    ➕ Added

    • 👌 Support for 204 response status codes in the response serializers.
    • 🔧 ATS section to the README explaining how to configure the settings.

    ⚡️ Updated

    • Several unnecessary uses of NSString with String.
    • Content type validation to always succeeds when server data is nil or zero length.

    ✂ Removed

    • 🚀 The mention of rdar://22307360 from the README since Xcode 7.1 has been released.
    • An unnecessary availability check now that Xcode 7.1 is out of beta.
    • The playground from the project due to instability reasons.
    • The data length checks in the responseData and responseString serializers.