Skip to content

Releases: bezzad/Downloader

v3.0.6

06 Jun 15:55
03e72c9
Compare
Choose a tag to compare

Resume download with a different URL #136

v3.0.5

03 Jun 13:34
Compare
Choose a tag to compare

added memory buffering limitation to prevent memory performance issue #126

version 3.0.4

11 Mar 13:40
Compare
Choose a tag to compare

Added task async method for the download cancellation operation. #132

Release version 3.0.3

29 Jan 10:38
Compare
Choose a tag to compare
  • Fixed serialized download package after canceled or failed. #129

version 3.0.2

07 Jan 12:30
Compare
Choose a tag to compare
  • Added Cancellation token to download file methods. #127
  • Fixed use of correct frameworks version. #124, #128

version 3.0.1

02 Nov 17:52
Compare
Choose a tag to compare
  • Added MinimumSizeOfChunking option to download small files without chunks. #95
  • Fixing Pre-allocated and stream into final file location. #54, #109
  • Added direct download feature without storing incoming bytes on temps.
  • Fixed create not existing directory when downloading with path.

version 3.0.0 beta

12 Oct 18:45
23e97ab
Compare
Choose a tag to compare
version 3.0.0 beta Pre-release
Pre-release
  • Added MinimumSizeOfChunking option to download small files without chunks. #95
  • Fixing Pre-allocated and stream into final file location. #54, #109
  • Added direct download feature without storing incoming bytes on temps.

version 2.4.1

21 Sep 12:34
Compare
Choose a tag to compare
  • Fixing the process of fetching the file name when the download link has a redirection URL. #106
  • Fixing the download completion process, when one of the chunks had an error, the other chunks are canceled.

version 2.3.4

16 Sep 13:16
Compare
Choose a tag to compare
  • Fixed timeout issue at .Net Framework when network disconnects #104

version 2.3.9

14 Sep 19:18
Compare
Choose a tag to compare
  • Fixed issue #94: File is downloaded from the beginning after resuming
  • Fixed issue #104: When network disconnects download gets stuck (.Net framework)