AFNetworking v2.2.4 Release Notes

Release Date: 2014-05-13 // almost 10 years ago
    • Add NSSecureCoding support to all AFNetworking classes (Kyle Fuller, Mattt Thompson)

    • Change behavior of request operation NSOutputStream property to only nil out if responseData is non-nil, meaning that no custom object was set (Mattt Thompson)

    • Fix data tasks to not attempt to track progress, and rare related crash (Padraig Kennedy)

    • Fix issue with -downloadTaskDidFinishDownloading: not being called (Andrej Mihajlov)

    • Fix KVO leak on invalidated session tasks (Mattt Thompson)

    • Fix missing import of `UIRefreshControl+AFNetworking" (@BB9z)

    • Fix potential compilation errors on Mac OS X, caused by import order of 🚦 <AssertionMacros.h>, which signaled an incorrect deprecation warning (Mattt Thompson)

    • Fix race condition in UIImageView+AFNetworking when making several image requests in quick succession (Alexander Crettenand)

    • Update documentation for -downloadTaskWithRequest: to warn about blocks being disassociated on app termination and backgrounding (Robert Ryan)