Merge branch 'main' into angular-v21-support-attempt-2

This commit is contained in:
Prakash 2026-07-01 16:43:11 +05:30 committed by GitHub
commit cef447baac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 138 additions and 8 deletions

View file

@ -0,0 +1,5 @@
---
"@uppy/tus": major
---
@uppy/tus: don't abort the request on error, so the server response (status + body) is forwarded to the `upload-error` event and `file.response` instead of being reset to status `0`.