Skip to content

Releases: okumy/aiohttp-tus

1.0.0 Release

08 Jun 17:21
Compare
Choose a tag to compare
  • Final 1.0.0 release, which marks that aiohttp-tus library is ready to be used in production

1.0.0rc1 Release

02 Apr 19:18
Compare
Choose a tag to compare
1.0.0rc1 Release Pre-release
Pre-release
  • Fix uploading large files via multiple chunks

1.0.0rc0 Release

02 Apr 19:17
Compare
Choose a tag to compare
1.0.0rc0 Release Pre-release
Pre-release
  • Ensure that upload via Uppy.io works well with aiohttp-tus library
  • Fix resuming uploads by providing missed Upload-Length header
  • Add documentation on using CORS Headers with aiohttp-tus
  • Allow to setup upload_resource_name on setup_tus call

1.0.0b2 Release

02 Apr 19:17
Compare
Choose a tag to compare
1.0.0b2 Release Pre-release
Pre-release
  • Ensure upload URLs with trailing slashes working as well

1.0.0b1 Release

18 Mar 19:44
Compare
Choose a tag to compare
1.0.0b1 Release Pre-release
Pre-release
  • Add brief documentation
  • Use canonical upload URL for tus config mapping

1.0.0b0 Release

18 Mar 19:10
Compare
Choose a tag to compare
1.0.0b0 Release Pre-release
Pre-release
  • Allow to call callback after upload is done
  • Allow to setup multiple tus upload URLs for one aiohttp.web applications
  • Provide some unit tests for tus views

1.0.0a1 Release

12 Mar 16:25
Compare
Choose a tag to compare
1.0.0a1 Release Pre-release
Pre-release
  • Allow to decorate upload views for authentication and other needs
  • Allow to upload on named upload paths, when using named upload URLs
  • Ensure named upload URLs (e.g. /user/{username}/uploads) works as well
  • Add py.typed to the aiohttp_tus package

1.0.0a0 Release

12 Mar 16:25
Compare
Choose a tag to compare
1.0.0a0 Release Pre-release
Pre-release
  • First public release with minimal valuable coverage of tus.io protocol for aiohttp.web applications