Skip to content

Releases: hgouveia/node-downloader-helper

v2.1.9

21 Jul 08:22
Compare
Choose a tag to compare
#107: download failed when started using resume

v2.1.8

19 Jul 10:46
Compare
Choose a tag to compare
  • PR #104 by @mumuyu66 that fixes #105 : fileStream not be closed causing a memory leak after retrying

v2.1.7

04 May 12:57
Compare
Choose a tag to compare
  • PR #101 by @mumuyu66 , fixes bug: retry attempt still triggers after file download ended

v2.1.6

20 Dec 15:29
Compare
Choose a tag to compare
  • PR #93: fix #87, add some code that will destroy last request before a new request by @SplitGemini

v2.1.5

22 Nov 13:22
Compare
Choose a tag to compare
  • 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.4

23 Aug 13:54
Compare
Choose a tag to compare

v2.1.3

12 Aug 08:43
Compare
Choose a tag to compare
  • 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

04 Aug 16:13
Compare
Choose a tag to compare
  • 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

06 Apr 12:29
Compare
Choose a tag to compare
  • Fixed when resuming from file is not following the redirect correctly #86

v2.1.0

14 Mar 20:11
Compare
Choose a tag to compare
  • 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