Skip to content

Releases: tinify/tinify-python

1.7.2

Choose a tag to compare

@rkoopmans rkoopmans released this 07 Jul 12:42

What's Changed

  • Add JXL to supported types by @rkoopmans in #27
  • Add python 3.14 to package classifiers

Full Changelog: 1.7.1...1.7.2

1.7.1 - Use GET/POST when appropriate

Choose a tag to compare

@rkoopmans rkoopmans released this 23 Sep 06:52

Previously a GET would always be used for fetching the result and for transforming a result. Now a GET is only used when it is only a download operation with no body.

1.7.0 - Add type annotations

Choose a tag to compare

@rkoopmans rkoopmans released this 18 Mar 10:21

General

  • Added type annotations
  • Updated runtime support

Classiifers:

  • Dropped python 3.7
  • Added Python 3.12
  • Added Python 3.13

Testing:

  • Replaced httpretty with requests-mock

1.6.0 - New features and extended runtime support

Choose a tag to compare

@rkoopmans rkoopmans released this 03 Oct 08:27
6fe971c

Updated runtime support

  • Dropped 2.6
  • Added python 3.7
  • Added python 3.8
  • Added python 3.9
  • Added python 3.10
  • Added python 3.11

Fixes

  • Fixed tests that were not working on windows

New API features

  • Add methods for the transcoding and transformation API
  • Add a method for getting the file extension from a Result object

Pypi
We now publish wheels on pypi