Skip to content

Releases: transloadit/python-sdk

v1.0.3

29 Oct 12:56
@kvz kvz
c3e953f

Choose a tag to compare

1.0.3/ 2025-28-10

  • Added a Docker-based test harness (scripts/test-in-docker.sh) that mirrors our GitHub Actions matrix locally, including optional Smart CDN parity checks via the official Transloadit CLI.
  • Introduced an opt-in end-to-end image resize test (tests/test_e2e_upload.py) plus supporting chameleon.jpg fixture; enable by setting PYTHON_SDK_E2E=1 along with TRANSLOADIT_KEY/TRANSLOADIT_SECRET.
  • Updated CI to run the E2E upload on Python 3.12 with guarded secrets and to skip coverage for that targeted job.
  • Documented the new workflows and ensured the Transloadit CLI integration replaces the legacy TypeScript helper.

v1.0.2

03 Dec 12:10
9077ef2

Choose a tag to compare

1.0.2/ 2024-03-12

  • Add support for Python 3.13

v1.0.1

28 Nov 21:17
db2ea55

Choose a tag to compare

1.0.1/ 2024-28-11

v1.0.0

16 Jul 11:07
e54b9ca

Choose a tag to compare

  • Breaking Change: Python versions prior to 3.9 have been deleted as they are no longer supported.
  • Updating packages versions.

v0.2.2

09 Apr 22:00
faf225b

Choose a tag to compare

  • 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

29 Aug 11:01
90a110f

Choose a tag to compare

  • 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

21 Jun 13:54
35789c5

Choose a tag to compare

  • 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

14 Dec 12:54
f99d873

Choose a tag to compare

  • Send transloadit-client header along with requests

v0.1.10

27 Aug 14:08

Choose a tag to compare

  • Drop the use of requirements.txt for dependencies
  • Update dependency versions

v0.1.9

12 Apr 14:37

Choose a tag to compare

  • Loosen request module's version