|
| 1 | += 1.3.3 (2013-09-25) |
| 2 | + |
| 3 | + * Add stream error handling to `AFMultipartBodyStream` (Nicolas Bachschmidt, |
| 4 | +Mattt Thompson) |
| 5 | + |
| 6 | + * Add stream error handling to `AFURLConnectionOperation |
| 7 | +-connection:didReceiveData:` (Ian Duggan, Mattt Thompson) |
| 8 | + |
| 9 | + * Fix parameter query string encoding of square brackets according to RFC |
| 10 | +3986 (Kra Larivain) |
| 11 | + |
| 12 | + * Fix AFHTTPBodyPart determination of end of input stream data (Brian Croom) |
| 13 | + |
| 14 | + * Fix unit test timeouts (Carson McDonald) |
| 15 | + |
| 16 | + * Fix truncated `User-Agent` header field when app contained non-ASCII |
| 17 | +characters (Diego Torres) |
| 18 | + |
| 19 | + * Fix outdated link in documentation (Jonas Schmid) |
| 20 | + |
| 21 | + * Fix `AFHTTPRequestOperation` `HTTPError` property to be thread-safe |
| 22 | +(Oliver Letterer, Mattt Thompson) |
| 23 | + |
| 24 | + * Fix API compatibility with iOS 5 (Blake Watters, Mattt Thompson) |
| 25 | + |
| 26 | + * Fix potential race condition in `AFURLConnectionOperation |
| 27 | +-cancelConnection` (@mm-jkolb, Mattt Thompson) |
| 28 | + |
| 29 | + * Remove implementation of `connection:needNewBodyStream:` delegate method |
| 30 | +in `AFURLConnectionOperation`, which fixes stream errors on authentication |
| 31 | +challenges (Mattt Thompson) |
| 32 | + |
| 33 | + * Fix calculation of network reachability from flags (Tracy Pesin, Mattt |
| 34 | +Thompson) |
| 35 | + |
| 36 | + * Update AFHTTPClient documentation to clarify scope of `parameterEncoding` |
| 37 | +property (Thomas Catterall) |
| 38 | + |
| 39 | + * Update `UIImageView` category to allow for nested calls to |
| 40 | +`setImageWithURLRequest:` (Philippe Converset) |
| 41 | + |
| 42 | + * Change `UIImageView` category to accept invalid SSL certificates when |
| 43 | +`_AFNETWORKING_ALLOW_INVALID_SSL_CERTIFICATES_` is defined (Flávio Caetano) |
| 44 | + |
| 45 | + * Change to replace #pragma clang with cast (Cédric Luthi) |
| 46 | + |
1 | 47 | = 1.3.2 (2013-08-08) |
2 | 48 |
|
3 | | - * Add return status checks when building list of pinned public keys (Sylvain |
| 49 | + * Add return status checks when building list of pinned public keys (Sylvain |
4 | 50 | Guillope) |
5 | 51 |
|
6 | 52 | * Add return status checks when handling connection authentication challenges |
|
0 commit comments