8000 Tags · okumy/aiohttp-tus · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: okumy/aiohttp-tus

Tags

v1.0.0

Toggle v1.0.0's commit message
1.0.0 Release

- Final **1.0.0** release, which marks that `aiohttp-tus` library is ready to be used in production

v1.0.0rc1

Toggle v1.0.0rc1's commit message
1.0.0rc1 Release

- Fix uploading large files via multiple chunks

v1.0.0rc0

Toggle v1.0.0rc0's commit message
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

v1.0.0b2

Toggle v1.0.0b2's commit message
1.0.0b2 Release

- Ensure upload URLs with trailing slashes working as well

v1.0.0b1

Toggle v1.0.0b1's commit message
1.0.0b1 Release

- Add brief documentation
- Use canonical upload URL for tus config mapping

v1.0.0b0

Toggle v1.0.0b0's commit message
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

v1.0.0a1

Toggle v1.0.0a1's commit message
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

v1.0.0a0

Toggle v1.0.0a0's commit message
1.0.0a0 Release

- First public release with minimal valuable coverage of `tus.io` protocol
  for `aiohttp.web` applications
0