Releases: transloadit/python-sdk
Releases · transloadit/python-sdk
v1.0.2
1.0.2/ 2024-03-12
- Add support for Python 3.13
v1.0.1
1.0.1/ 2024-28-11
- Added SDK support for signed Smart CDN URLs (see https://transloadit.com/docs/topics/signature-authentication/#smart-cdn).
This is shipped within the new client#get_signed_smart_cdn_url() method. - Version updates for dependencies.
v1.0.0
- Breaking Change: Python versions prior to 3.9 have been deleted as they are no longer supported.
- Updating packages versions.
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