Skip to content

chore(deps): update dependency downloader to 5.9.6 - #294

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/all-deps
Aug 31, 2026
Merged

chore(deps): update dependency downloader to 5.9.6#294
renovate[bot] merged 1 commit into
mainfrom
renovate/all-deps

Conversation

@renovate

@renovate renovate Bot commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
Downloader 5.9.55.9.6 age confidence

Release Notes

bezzad/Downloader (Downloader)

v5.9.6

A download now always reports how it ended.

🐛 Fixes
  • A download could finish without ever raising DownloadFileCompleted. StartDownload ended in one of four branches, and the last one — an "unexpected" terminal state — only logged a warning and returned. For anything driven by the events (rather than only awaiting the task) that meant the download never ended: no error, no file, nothing to retry, and a UI left showing it as still in progress. That branch now always sends a completion signal.
  • Pausing exactly as the last bytes arrive no longer throws the download away. A Pause() that lands after every byte has been received leaves the status Paused with nothing left to do — a finished download. It is now reported as Completed instead of falling into the unexpected-state branch and being discarded.
  • Any other unexpected terminal state is reported as Failed with an IncompleteDownloadException naming the state and the byte counts, so the cause is visible instead of silent.
🔧 Under the hood
  • New integration tests (CompletionSignalTest) cover all three terminal paths — completed, cancelled, and paused-at-the-finish-line. The last one fails against 5.9.5.

Found while tracing a download manager whose row stayed "downloading" forever against a server that refused its requests (Downloader.Desktop #​9).


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot merged commit 9bb3262 into main Aug 31, 2026
16 checks passed
@renovate
renovate Bot deleted the renovate/all-deps branch August 31, 2026 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants