Releases: bezzad/Downloader
Releases · bezzad/Downloader
version 5.4.0
- Fixed issue #228: IsAotCompatible and PublishAot properties added to enable AOT compilation for .NET 8 and later.
Full Changelog: v5.3.0...v5.4.0
version 5.3.0
What's Changed
- Fix #223: URI encode links by @XanderLuciano in #224
- The issue was caused by incorrect URL encoding of square brackets in the download URL.
- This has been resolved to ensure proper handling of such URLs.
New Contributors
- @XanderLuciano made their first contribution in #224
Full Changelog: v5.2.0...v5.3.0
version 5.2.0
Fixed issue #220: Some servers don't like the Range header and respond with errors like 403, 404 or 503. even though the file is perfectly downloadable with a normal request (no Range header).
Full Changelog: v5.1.1...v5.2.0
version 5.1.1
version 5.1.0
What's Changed
- Feature/custom http client delegates by @bezzad in #218
- Enhance Downloader project with custom HttpClient support and fixes by @bezzad in #219
Full Changelog: v5.0.0...v5.1.0
version 5.0.0
What's Changed
- chore(.gitignore): remove useless file and add .DS_Store to .gitignore by @LinQingYuu in #215
- Feature/enable resume download by @bezzad in #212
- Apply fixes from CodeFactor by @codefactor-io[bot] in #216
- Enhance resume download functionality and improve error handling by @bezzad in #217
New Contributors
- @LinQingYuu made their first contribution in #215
Full Changelog: v4.1.1...v5.0.0
version 4.1.1
What's Changed
- Clarify Timeouts and make HTTPClient timeout configureable by @Eizock in #198
- Apply fixes from CodeFactor by @codefactor-io[bot] in #208
- Add File Exists Policy in Download Configurations by @Jamesklein218 in #205
- Apply fixes from CodeFactor by @codefactor-io[bot] in #209
- Fix download from redirected Url #31
New Contributors
- @codefactor-io[bot] made their first contribution in #208
- @Jamesklein218 made their first contribution in #205
Full Changelog: v4.0.3...v4.1.1
version 4.1.0 pre-release
What's Changed
- Clarify Timeouts and make HTTPClient timeout configureable by @Eizock in #198
- Apply fixes from CodeFactor by @codefactor-io[bot] in #208
- Add File Exists Policy in Download Configurations by @Jamesklein218 in #205
- Apply fixes from CodeFactor by @codefactor-io[bot] in #209
New Contributors
- @codefactor-io[bot] made their first contribution in #208
- @Jamesklein218 made their first contribution in #205
Full Changelog: v4.0.3...v4.1.0
version 4.0.3
Add MinimumChunkSize to set minimum size a single chunk should have
version 4.0.2
- Add support for .NET 8.0
- Remove support for .NET Standard and Framework
- Refactor code to use HttpClient instead of HttpWebRequest
- Improve performance and reliability
- Fix bugs and improve error handling