All Versions
5
Latest Version
Avg Release Cycle
500 days
Latest Release
1733 days ago
Changelog History
Changelog History
-
v2.0.0 Changes
July 23, 2020๐ Released on 2020-07-23.
๐ Changed
- SPTDataLoaderAuthorizer: requestFailedAuthorisation also accepts SPTDataLoaderResponse (breaking change)
- ๐ Fixed multiple issues
-
v1.1.1 Changes
October 20, 2016๐ Released on 2016-02-20.
โ Added
- โ Added support for SSL pinning.
- โ Added iOS 10 support.
๐ Fixed
- ๐ 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
- โ Removed iOS 7.0 support.
-
v1.1.0 Changes
February 15, 2016๐ Watch the loader on your TV. In other words, the watchOS and tvOS release โ ๐บ
โ Added
- โ Added support for watchOS and tvOS.
- โ Added error handling when a chunked request is made without the delegate supporting chunks.
๐ Fixed
- ๐ 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
- โ Removed the non-optional status of cancellation callbacks in the delegate.
๐ Changed
- ๐ 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.
-
v1.0.1 Changes
December 22, 2015๐ Released on 2015-12-22.
โ Added
- โ 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
- ๐ 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.
-
v1.0.0 Changes
February 02, 2015๐ Released on 2015-02-01.
โ Added
- ๐ Initial release of SPTDataLoader.