Skip to content

Releases: imgix/imgix-python

4.0.0

08 Dec 22:24
Compare
Choose a tag to compare

Breaking Changes

  • feat: drop python 2 support (#88)
  • fix: fixed-height produces dpr-based srcset (#88)
  • feat: encode file path components (#88)

Features

  • feat: add path encoding to be disabled optionally (#98)
  • feat: customize variable qualities in options (#102)
  • feat: customize target device pixel ratios (#103)

3.2.1

10 Jun 22:07
Compare
Choose a tag to compare
  • refactor: relax validation for min/max width values (#80)

3.2.0

05 Jun 21:43
Compare
Choose a tag to compare
  • feat: create custom srcset (#63)
  • feat: introduce variable image output quality (#65)
  • fix: remove ensure even (#72)
  • feat: throw exceptions from validators (#77)
  • fix: convert tol to float (#75)

3.1.2

12 Mar 00:00
Compare
Choose a tag to compare
  • Fix Python 2/3 compatibility issues (#57)

3.1.1

04 Sep 00:27
Compare
Choose a tag to compare
  • fix: include dpr parameter when generating fixed-width srcset (#50)

3.1.0

22 Aug 23:55
Compare
Choose a tag to compare
  • feat: add srcset generation (#48)
  • build(tox): improve code coverage reporting; parallelize testing (#49)

3.0.0

07 Jun 21:03
Compare
Choose a tag to compare
  • fix: remove deprecated domain sharding functionality (#44)
  • fix: remove deprecated opts parameter (#46)
  • fix: remove deprecated sign_with_library_version parameter (#47)

2.3.0

07 Jun 00:13
Compare
Choose a tag to compare
  • feat: deprecate domains in favor of domain (#45)

2.2.0

07 May 21:27
Compare
Choose a tag to compare
  • deprecate domain sharding (#41)(#42)

2.1.0

13 Feb 19:13
Compare
Choose a tag to compare
  • Domain validation added during UrlBuilder initialization
  • sign_with_library_version parameter from UrlBuilder deprecated in favor of include_library_param.