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

AFNetworking 2.0.1

Compare
Choose a tag to compare
@mattt mattt released this 03 Feb 23:43
· 1377 commits to master since this release
  • Fix iOS 6 compatibility (Matt Baker, Mattt Thompson)
  • Fix example applications (Sam Soffes, Kyle Fuller)
  • Fix usage of NSSearchPathForDirectoriesInDomains in README (Leo Lou)
  • Fix names of exposed private methods downloadProgress and
    uploadProgress (Hermes Pique)
  • Fix initial upload/download task progress updates (Vlas Voloshin)
  • Fix podspec to include AFNetworking.h #import (@haikusw)
  • Fix request serializers to not override existing header field values with
    defaults (Mattt Thompson)
  • Fix unused format string placeholder (Thorsten Lockert)
  • Fix AFHTTPRequestOperation -initWithCoder: to call super (Josh Avant)
  • Fix UIProgressView selector name (Allen Tu)
  • Fix UIButton response serializer (Sam Grossberg)
  • Fix setPinnedCertificates: and pinned public keys (Kyle Fuller)
  • Fix timing of batched operation completion block (Denys Telezhkin)
  • Fix GCC_WARN_ABOUT_MISSING_NEWLINE compiler warning (Chuck Shnider)
  • Fix a format string missing argument issue in tests (Kyle Fuller)
  • Fix location of certificate chain bundle location (Kyle Fuller)
  • Fix memory leaks in AFSecurityPolicyTests (Kyle Fuller)
  • Fix potential concurrency issues in AFURLSessionManager by adding locks
    around access to mutiple delegates dictionary (Mattt Thompson)
  • Fix unused variable compiler warnings by wrapping OSStatus and
    NSCAssert with NS_BLOCK_ASSERTIONS macro (Mattt Thompson)
  • Fix compound serializer error handling (Mattt Thompson)
  • Fix string encoding for responseString (Juan Enrique)
  • Fix UIImageView -setBackgroundImageWithRequest: (Taichiro Yoshida)
  • Fix regressions nested multipart parameters (Mattt Thompson)
  • Add responseObject property to AFHTTPRequestOperation (Mattt Thompson)
  • Add support for automatic network reachability monitoring for request
    operation and session managers (Mattt Thompson)
  • Update documentation and README with various corrections and fixes
    (@haikusw, Chris Hellmuth, Dave Caunt, Mattt Thompson)
  • Update default User-Agent such that only ASCII character set is used
    (Maximillian Dornseif)
  • Update SSL pinning mode to have default pinned certificates by default
    (Kevin Harwood)
  • Update AFSecurityPolicy to use default authentication handling unless a
    credential exists for the server trust (Mattt Thompson)
  • Update Prefix.pch (Steven Fisher)
  • Update minimum iOS test target to iOS 6
  • Remove unused protection space block type (Kyle Fuller)
  • Remove unnecessary Podfile.lock (Kyle Fuller)