Fetch v3.1.2 Release Notes

Release Date: 2019-06-23 // almost 5 years ago
  • ๐Ÿ”– Version 3.0.8/ Android x version 3.1.2

    ๐Ÿ›  1. Fixed group error reporting bugs with FetchGroup.getProgress() method. ๐Ÿ›  2. Fixed network on main thread error.

    1. Improved network connection checks. ๐Ÿ›  4. Improvements and fixes to the StorageResolver when working with the Storage Access Framework. ๐Ÿ‘€ 5. Files are now pre allocated on local storage on request enqueue. This prevents waste of data. See FetchConfiguration method fun preAllocateFileOnCreation(preAllocateFile: Boolean) to enable or disable this feature. On by default. ๐Ÿ‘€ 6. Added new field segment to Downloader.Request. See java docs for details.
    2. Added new Fetch method fun getContentLengthForRequests(requests:List<Request>, fromServer: Boolean, func: Func<List<Pair<Request,Long>>>, func2: Func<List<Pair<Request, Error>>>): Fetch ๐ŸŽ 8. Performance improvements to the Parallel downloader mode.