Skip to content

2.0.1

Choose a tag to compare

@zerox80 zerox80 released this 24 Oct 05:37
· 107 commits to main since this release

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.