Skip to content

Releases: bezzad/Downloader

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

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.