Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

AFNetworking 2.2.4

Compare
Choose a tag to compare
@mattt mattt released this 13 May 15:55
· 981 commits to master since this release
  • 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)