- Fix that support aiohttp >3.8
- Final 1.0.0 release, which marks
aiohttp-tus
as library ready to be used in production
- Fix upload large files via multiple chunks
- Add example to ensure that upload via Uppy JavaScript library works as expected
- Fix resuming uploads by passing missed
Upload-Length
header: #5 - Add documentation about CORS Headers
- Allow to provide upload resource name, which can be lately used for URL reversing
- Ensure trailing slash upload URLs working as well
- Add brief documentation
- Use canonical upload URL for tus config mapping
- Allow to setup tus upload URLs multiple times for one
aiohttp.web
application - Allow to call callback after upload is done
- Provide many unit tests for tus views
- Allow to decorate upload views for authentication or other (for example to check whether entity for upload exists or not) 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 - Ensure package is typed by adding
py.typed
- First public release with minimal valuable coverage of
tus.io
protocol foraiohttp.web
applications