Releases: okumy/aiohttp-tus
Releases · okumy/aiohttp-tus
1.0.0 Release
- Final 1.0.0 release, which marks that
aiohttp-tus
library 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.io
works well withaiohttp-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
onsetup_tus
call
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.web
applications - 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.typed
to theaiohttp_tus
package
1.0.0a0 Release
- First public release with minimal valuable coverage of
tus.io
protocol foraiohttp.web
applications