Releases: hgouveia/node-downloader-helper
Releases · hgouveia/node-downloader-helper
v2.1.9
#107: download failed when started using resume
v2.1.8
- PR #104 by @mumuyu66 that fixes #105 : fileStream not be closed causing a memory leak after retrying
v2.1.7
- PR #101 by @mumuyu66 , fixes bug: retry attempt still triggers after file download ended
v2.1.6
- PR #93: fix #87, add some code that will destroy last request before a new request by @SplitGemini
v2.1.5
- Upgraded github actions node version #90
- Fixed resumeFromFile failing due missing http options #91
- PR #92: disabled keep alive by default for node 19
- Fixed request broken when getTotalSize is called first and there is a http to https redirect
v2.1.3
- PR #89 Change type to number as it is a number and not a string by @robinschneider
- added getOptions
- Added custom metadata option and getMetadata function
- updated additional type definitions
v2.1.2
- Fixed getTotalSize not following the protocol change from http to https on redirect
- Added resume behavior when the download finishes incomplete #11, #88
Full Changelog: v2.1.1...v2.1.2
v2.1.1
- Fixed when resuming from file is not following the redirect correctly #86
v2.1.0
- Added download from previous file #13 , thanks to #34 (@DrewImm) , #54 (@zkrige)
- Fixed throwing error when trying to get stats for non existing file #53
- Added
finally
when using __removeFile
function in case it throws and error #79
- Fixed __resetStats does not reset throttleTime #80
- Fixed query string missing on the url #82 #83
- Added
timeout
parameter