Skip to content

Release v7.0.0#54

Merged
Floriszenz merged 1 commit intomainfrom
release-7-0-0
Mar 27, 2026
Merged

Release v7.0.0#54
Floriszenz merged 1 commit intomainfrom
release-7-0-0

Conversation

@UniquePanda
Copy link
Copy Markdown

[7.0.0]

BREAKING

  • A file that encountered an error doesn't return 1 for its progress anymore. Instead it will return the progress at which it stopped uploading.
  • If a chunk encountered an error in the upload, it is now automatically retried in the final check.
    • Instead of reacting to chunkError or fileError events to manually retry such chunks, you should wait for the failed event.
    • The failed event indicates that Resumable couldn't upload some files, even in the final check. After that you might instruct the user to retry the upload or try to perform your own retries.

Added

Changed

@UniquePanda UniquePanda requested a review from Floriszenz March 27, 2026 12:26
@UniquePanda UniquePanda marked this pull request as ready for review March 27, 2026 12:26
@UniquePanda UniquePanda self-assigned this Mar 27, 2026
@Floriszenz Floriszenz merged commit 2c6575a into main Mar 27, 2026
@Floriszenz Floriszenz deleted the release-7-0-0 branch March 27, 2026 12:35
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.

2 participants