You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.0.0rc0 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.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 the `aiohttp_tus` package