Skip to content

Releases: arvryna/blazer

v0.5-beta

06 Feb 22:35
Compare
Choose a tag to compare
  • Fix error when checking file version
  • Reorganized code to follow go standard project guidelines
  • Removed un-used functions
  • Fixed CI errors
  • Performance improvement

v0.4-beta

21 Aug 20:29
Compare
Choose a tag to compare
  • Remove global variables and pass as dependency
  • Time taken log: Exclude file merging time from download time #30
  • Do not merge the files if segment download is incomplete #42

v0.3-beta

01 Aug 15:25
Compare
Choose a tag to compare
v0.3-beta Pre-release
Pre-release

Features

  • Checksum verification SHA256
  • Guarantee per segment download
  • Handle network errors in segment download, validations
  • Indicate download status if download is resumed

v0.2-alpha

31 Jul 20:57
Compare
Choose a tag to compare
v0.2-alpha Pre-release
Pre-release

Features

  • Resume file from interrupted download
  • Use session_ID to store different downloads at same folder
  • performance improvements
  • Show download time, more logs
  • fix bug with request creation

0.1-alpha

28 Jul 10:22
Compare
Choose a tag to compare
0.1-alpha Pre-release
Pre-release

Features

  • Can concurrently download file of any size
  • Control thread count

Known issues:

  • unstable, did not handle edge cases, network error codes etc.,
  • Can't perform multiple downloads in the same folder