Skip to content

Releases: jjmutumi/tus_client

Fixed issue with not parsing the http port number

19 Aug 06:58
076eb8b
Compare
Choose a tag to compare
  • Fixed issue with not parsing the http port number
  • Fixing formatting

Fixing custom chunk size

12 Aug 09:07
Compare
Choose a tag to compare
  • Fixing handling file as chunks correctly
  • Fixing null safety warnings
  • Updating dependencies

v1.0.0 Null safety

27 Mar 19:05
Compare
Choose a tag to compare

Adds null safety

Many improvements

04 Feb 08:06
Compare
Choose a tag to compare
  • Fixing server returns partial url & double header.
  • Fixing immediate pause even when uploading with large chunks by timing out the future
  • Removing unused exceptions (deadcode)
  • Updating dependencies

Feature request

07 Sep 10:23
Compare
Choose a tag to compare
  • Changing example by adding copying file to be uploaded to application temp directory before uploading

Bug fix Tus-Resumable headers

04 Sep 06:16
Compare
Choose a tag to compare
  • Fixing missing Tus-Resumable headers in all requests

Bug fix

03 Sep 20:19
Compare
Choose a tag to compare
  • Fixing failure when offset for server is missing or null

Initial release

03 Sep 20:02
Compare
Choose a tag to compare
  • Support for TUS 1.0.0 protocol
  • Uploading in chunks
  • Basic protocol support
  • TODO: Add support for multiple file upload
  • TODO: Add support for partial file uploads