Releases: arvryna/blazer
Releases · arvryna/blazer
v0.5-beta
- 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
- 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
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
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
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