Releases: okumy/aiohttp-tus
Releases · okumy/aiohttp-tus
1.0.0 Release
- Final 1.0.0 release, which marks that
aiohttp-tuslibrary is ready to be used in production
1.0.0rc1 Release
- Fix uploading large files via multiple chunks
1.0.0rc0 Release
- Ensure that upload via
Uppy.ioworks well withaiohttp-tuslibrary - Fix resuming uploads by providing missed
Upload-Lengthheader - Add documentation on using CORS Headers with
aiohttp-tus - Allow to setup
upload_resource_nameonsetup_tuscall
1.0.0b2 Release
- Ensure upload URLs with trailing slashes working as well
1.0.0b1 Release
- Add brief documentation
- Use canonical upload URL for tus config mapping
1.0.0b0 Release
- Allow to call callback after upload is done
- Allow to setup multiple tus upload URLs for one
aiohttp.webapplications - Provide some unit tests for tus views
1.0.0a1 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.typedto theaiohttp_tuspackage
1.0.0a0 Release
- First public release with minimal valuable coverage of
tus.ioprotocol foraiohttp.webapplications