2.0.1
Full Changelog: 2.0...2.0.1
feat(upload): honor TUS capabilities and refine fallback logic
- Read filesTusSupport from capabilities and pass into TUS flow
- Respect server maxChunkSize and HTTP method override during PATCH
- Prefer TUS for large files; on failure, force chunked fallback for
large files when TUS is advertised, even if legacy chunking is off - Expanded logging for chosen chunk sizes and overrides
- Applied to ContentUri and FileSystem upload workers
Why: improve interoperability with varying servers/proxies, respect
server limits, and increase reliability of large uploads.