Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 2.04 KB

File metadata and controls

51 lines (34 loc) · 2.04 KB

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.

1.0.2/ 2024-03-12

  • Add support for Python 3.13

1.0.1/ 2024-28-11

1.0.0/ 2024-16-07

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

0.2.2/ 2024-10-04

  • 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)

0.2.1/ 2022-29-08

  • Add documentation on publishing releases
  • Avoid creating a new Assembly when a rate limit error is received from fetching an Assembly too frequently

0.2.0/ 2022-21-06

  • Drop Python versions before 3.7 as they are unsupported
  • Update code to Python 3 syntax
  • Prevent rate limiting when polling Assembly status

0.1.12/ 2020-14-12

  • Send transloadit-client header along with requests

0.1.10/ 2018-27-08

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

0.1.9/ 2018-12-04

  • Loosen request module's version

0.1.8/ 2018-19-03

  • Update tuspy version
  • Increase upload chunk size