SPTDataLoader v1.0.1 Release Notes

Release Date: 2015-12-22 // over 8 years ago
  • ๐Ÿš€ 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.