Releases: transloadit/python-sdk
Releases · transloadit/python-sdk
v1.0.0
v0.2.2
-
Added sha_384 as hash algorithm for the signature authentication.
-
Drop Python 3.6 from CI. It has been unsupported since December 2021 and github actions runner don't support anymore (actions/setup-python#544)
v0.2.1
- Add documentation on publishing releases
- Avoid creating a new Assembly when a rate limit error is received from fetching an Assembly too frequently
v0.2.0
- Drop Python versions before 3.7 as they are unsupported
- Update code to Python 3 syntax
- Prevent rate limiting when polling Assembly status
Breaking change ⚠️
Dropped support for Python versions before 3.7
v0.1.12
- Send
transloadit-client
header along with requests
v0.1.10
- Drop the use of requirements.txt for dependencies
- Update dependency versions
v0.1.9
- Loosen request module's version
v0.1.8
- Update tuspy version
- Increase upload chunk size
v0.1.7
Fix Pypandoc installation issue. Removes global pypandoc import
v0.1.6
- Fallback for uninstalled pandoc during installation