All notable changes to this project will be documented in this file. SPTDataLoader adheres to Semantic Versioning.
--
Released on 2016-02-20.
- Added support for SSL pinning.
- Added iOS 10 support.
- Fixed nil URLs in the rate limiter causing a crash.
- Fixed requests executing after they have been cancelled due to a race condition.
- Fixed unique identifiers incrementing by 2 on every request made.
- Removed iOS 7.0 support.
Released on 2016-02-15.
- Added support for watchOS and tvOS.
- Added error handling when a chunked request is made without the delegate supporting chunks.
- Fixed HTTP errors not being correctly reported if they are not above the 400 HTTP status codes.
- Fixed a bug allowing infinite retries of requests.
- Removed the non-optional status of cancellation callbacks in the delegate.
- Changed Accept-Language values to be publically accessible.
- Changed blanket HTTPS certificate accepting a runtime variable rather than a preprocessor macro.
- Changed the name of SPTCancellationToken to SPTDataLoaderCancellationToken.
Released on 2015-12-22.
- Added an option to skip NSURLCache.
- Added absolute timeouts regardless of retries.
- Added a build flag option that can allow SPTDataLoader to ignore valid HTTPS certificates.
- Added source identifiers to request objects (for view based tracking of HTTP usage).
- Added support for custom URL protocols.
- Added clang module support.
- Added Accept-Language headers to all requests.
- Added redirection limit.
- Added sending the response rather than the request in the SPTDataLoaderConsumer protocol.
- Fixed a crash that can occur occasionally when copying data from NSURLSession.
- Fixed Xcode 6.2 project warnings.
- Fixed retry timeouts from firing constantly when certain conditions are met.
- Fixed Xcode 6.3 project warnings.
- Fixed crashes that can occur when calling SPTDataLoader from multiple threads.
- Fixed swallowing 401s if retrying is not possible.
- Fixed Xcode 7 warnings.
- Fixed HTTP redirects not working.
Released on 2015-02-01.
- Initial release of SPTDataLoader.