Skip to content

Releases: bezzad/Downloader

version 3.3.1

28 Nov 14:48
7216e5b
Compare
Choose a tag to compare
  • Fixed download file on current path without create directory. issue #174

version 3.3.0

20 Nov 09:26
Compare
Choose a tag to compare
  • Fixed package serialization conflicts.
  • Fixed some bugs.

version 3.2.1

04 Oct 15:04
Compare
Choose a tag to compare
  • add .Net Standard 2.1 to supported dot net versions.

v3.2.0

22 Sep 09:30
Compare
Choose a tag to compare
  • Add EnableLiveStreaming option and by default disabled value.
  • Add Microsoft.Extensions.Logging.ILogger as the default logger interface of the Downloader.
  • Support for old versions of .NET was removed from the Downloader v3.2.0. From this version onwards, only .Net 8 and higher versions will be supported.
  • Fixed control of the amount of system memory (RAM) that the Downloader consumes during downloading.
  • Refactor all codes and test.
  • Improve memory performance.
  • Fixed some bugs.

v3.1.2

20 Jul 12:31
Compare
Choose a tag to compare
  • Download the same file from multiple sources #118
  • Control the amount of system memory (RAM) the Downloader consumes during downloading.
  • Refactor all codes and test.
  • User xUnit instead of msunit tests.
  • Improve memory performance.
  • Fixed some bugs.

Full Changelog: v3.0.6...v3.1.2

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