FileDownloader v1.6.6 Release Notes

  • 2017-09-29

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix(file-integrality): update the process to database only if all buffers on output-stream or system has been flush and sync to device successfully to avoid resume on the wrong point raise complete file not integrality. Closes #745
    • ๐Ÿ›  Fix(clear): fix FileDownloader#clearAllTaskData not clear connection table. Closes #754

    โœจ Enhancement

    • ๐ŸŽ Import Performance: optimize the default output-stream with buffered-output-stream, now the VM buffers length is 8192 bytes.