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

AFNetworking 2.2.2

Compare
Choose a tag to compare
@mattt mattt released this 15 Apr 21:28
· 1030 commits to master since this release
  • Add unit test for checking content type (Diego Torres)
  • Add boundary property to AFHTTPBodyPart -copyWithZone:
  • Add removesKeysWithNullValues property to AFJSONResponsSerializer to automatically remove NSNull values in dictionaries serialized from JSON (Mattt Thompson)
  • Change to accept id parameter type in HTTP manager convenience methods (Mattt Thompson)
  • Change to deprecate setAuthorizationHeaderFieldWithToken:, in favor of users specifying an Authorization header field value themselves (Mattt Thompson)
  • Change to use long long type to prevent a difference in stream size caps on 32-bit and 64-bit architectures (Yung-Luen Lan, Cédric Luthi)
  • Fix calculation of Content-Length in taskDidSendBodyData (Christos Vasilakis)
  • Fix for comparison of image view request operations (Mattt Thompson)
  • Fix for SSL certificate validation to check status codes at runtime (Dave Anderson)
  • Fix to add missing call to delegate in URLSession:downloadTask:didResumeAtOffset:expectedTotalBytes:
  • Fix to call taskDidComplete if delegate is missing (Jeff Ward)
  • Fix to implement respondsToSelector: for NSURLSession delegate methods to conditionally respond to conditionally respond to optional selectors if and only if a custom block has been set (Mattt Thompson)
  • Fix to prevent illegal state values from being assigned for AFURLConnectionOperation (Kyle Fuller)
  • Fix to re-establish AFNetworkingURLSessionTaskDelegate objects after restoring from a background configuration (Jeff Ward)
  • Fix to reduce memory footprint by nil-ing out request operation outputStream after closing, as well as image view request operation after setting image (Teun van Run, Mattt Thompson)
  • Remove unnecessary call in class constructor (Bernhard Loibl)
  • Remove unnecessary check for respondsToSelector: for UIScreen scale in User-Agent string (Samuel Goodwin)
  • Update App.net certificate and API base URL (Cédric Luthi)
  • Update examples in README (@petard, @orta, Mattt Thompson)
  • Update Travis CI icon to use SVG format (Maximilian Tagher)