All Versions
5
Latest Version
Avg Release Cycle
500 days
Latest Release
929 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.