This repository was archived by the owner on Jan 17, 2023. It is now read-only.
AFNetworking 1.3.3
Changes
- Add stream error handling to
AFMultipartBodyStream
(Nicolas Bachschmidt, Mattt Thompson) - Add stream error handling to
AFURLConnectionOperation -connection:didReceiveData:
(Ian Duggan, Mattt Thompson) - Fix parameter query string encoding of square brackets according to RFC 3986 (Kra Larivain)
- Fix AFHTTPBodyPart determination of end of input stream data (Brian Croom)
- Fix unit test timeouts (Carson McDonald)
- Fix truncated
User-Agent
header field when app contained non-ASCII characters (Diego Torres) - Fix outdated link in documentation (Jonas Schmid)
- Fix
AFHTTPRequestOperation
HTTPError
property to be thread-safe (Oliver Letterer, Mattt Thompson) - Fix API compatibility with iOS 5 (Blake Watters, Mattt Thompson)
- Fix potential race condition in
AFURLConnectionOperation -cancelConnection
(@mm-jkolb, Mattt Thompson) - Remove implementation of
connection:needNewBodyStream:
delegate method inAFURLConnectionOperation
, which fixes stream errors on authentication challenges (Mattt Thompson) - Fix calculation of network reachability from flags (Tracy Pesin, Mattt Thompson)
- Update AFHTTPClient documentation to clarify scope of
parameterEncoding
property (Thomas Catterall) - Update
UIImageView
category to allow for nested calls tosetImageWithURLRequest:
(Philippe Converset) - Change
UIImageView
category to accept invalid SSL certificates when_AFNETWORKING_ALLOW_INVALID_SSL_CERTIFICATES_
is defined (Flávio Caetano) - Change to replace #pragma clang with cast (Cédric Luthi)