Bump Downloader from 5.9.4 to 5.9.5 - #439
Merged
Otiel merged 1 commit intoJul 27, 2026
Merged
Conversation
--- updated-dependencies: - dependency-name: Downloader dependency-version: 5.9.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/nuget/src/BandcampDownloader.IntegrationTests/Downloader-5.9.5
branch
from
July 27, 2026 14:09
abc164f to
8c3b69d
Compare
Otiel
deleted the
dependabot/nuget/src/BandcampDownloader.IntegrationTests/Downloader-5.9.5
branch
July 27, 2026 14:20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Downloader from 5.9.4 to 5.9.5.
Release notes
Sourced from Downloader's releases.
5.9.5
Highlights
Fixed
IOException: The process cannot access the file … .downloadwhen finalizing a download. The library deleted its temp/target files with a bareFile.Delete, which threw immediately if an external process (typically an antivirus real-time scan of the freshly written file) still held a handle. All downloader-owned file deletions now retry with exponential backoff (6 attempts over ~3 seconds), which rides out transient scans of even large files. If the lock never clears, the failure is no longer a bareIOException: the error now explains that an external process (antivirus or another program) is holding the file and how to resolve it, with the original exception preserved asInnerException. (#239)RemoteFileResolver.GetFileInfoAsyncno longer throws on slow/unreachable hosts. The internal connect-timeout cancellation (TaskCanceledException) was being rethrown as a hard failure even though the caller's cancellation token was never signaled, breaking the documented fallback to the URL-derived file name. The rethrow is now gated on the caller's token; unreachable hosts fall back as intended.Added
net11.0target added to the library and validated by CI on Ubuntu, macOS, and Windows alongsidenet8.0/net9.0/net10.0.Internal
net11.0CI leg.Full Changelog: bezzad/Downloader@v5.9.4...v5.9.5
Commits viewable in compare view.