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

2.6.1

Compare
Choose a tag to compare
@kcharwood kcharwood released this 13 Oct 19:28
· 585 commits to master since this release

Future Compatibility Note
Note that AFNetworking 3.0 will soon be released, and will drop support for all NSURLConnection based API's (AFHTTPRequestOperationManager, AFHTTPRequestOperation, and AFURLConnectionOperation. If you have not already migrated to NSURLSession based API's, please do so soon. For more information, please see the 3.0 migration guide.

Fixed

  • Fixed a bug that prevented empty x-www-form-urlencoded bodies.
  • Fixed bug that prevented AFNetworking from being installed for watchOS via CocoaPods.
  • Added missing nullable attributes to AFURLRequestSerialization and AFURLSessionManager.
  • Migrated to OS_OBJECT_USE_OBJC.
  • Added missing nullable tags to UIKit extensions.
  • Fixed potential infinite recursion loop if multiple versions of AFNetworking are loaded in a target.
  • Updated Travis CI test script
  • Migrated to FOUNDATION_EXPORT from extern.
  • Fixed issue where AFURLConnectionOperation could get stuck in an infinite loop.
  • Fixed regression where URL request serialization would crash on iOS 8 for long URLs.