Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: thumbor/thumbor

7.0.9

01 May 19:52

Choose a tag to compare

ATTENTION

In case your deployment/delivery pipelines do not rely on setup.py to install the set of dependencies, be aware that colorful has been replaced by colorama.

What's Changed

New Contributors

Full Changelog: 7.0.8...7.0.9
PyPi release: https://pypi.org/project/thumbor/7.0.9/

Release 7.0.8

03 Apr 02:59

Choose a tag to compare

WARNING

If you are using thumbor's gifv optimizer, please switch to use thumbor-plugins gifv optimizer instead. We will discontinue this plugin from thumbor's main codebase soon!

Using it is pretty simple. Make sure you have installed it with pip install thumbor-plugins-gifv and then in your thumbor.conf:

OPTIMIZERS = [
    'thumbor_plugins.optimizers.gifv',
]

What's Changed

Full Changelog: 7.0.7...7.0.8
PyPi release: https://pypi.org/project/thumbor/7.0.8/

Release 7.0.7

16 Mar 20:34

Choose a tag to compare

What's Changed

Full Changelog: 7.0.6...7.0.7
PyPi release: https://pypi.org/project/thumbor/7.0.7/

Release 7.0.6

27 Jan 23:15

Choose a tag to compare

Potential Breaking Change

This should've been a major, but it should not cause major issues. If your thumbor install depends on OpenCV, instead of installing thumbor with pip install thumbor use pip install thumbor[all] and opencv-python-headless will be installed with it. Otherwise, if you already have OpenCV installed, no issues.

To make sure everything is smooth, just run thumbor-doctor -c <your thumbor.conf file> and thumbor will verify it can import OpenCV (if you are using it in some way).

What's Changed

Full Changelog: 7.0.5...7.0.6
PyPi release: https://pypi.org/project/thumbor/7.0.6/

Release 7.0.5

26 Jan 21:20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.0.3...7.0.5
PyPi Release: https://pypi.org/project/thumbor/7.0.5/

7.0.4

26 Jan 21:18

Choose a tag to compare

7.0.4 Pre-release
Pre-release

This release should not be used, it was made in error

Please refrain from using 7.0.4. We're removing it from pypi, but leaving this note here, just in case.

Release 7.0.3

24 Jan 21:56

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.0.2...7.0.3
PyPI Release: https://pypi.org/project/thumbor/7.0.3/

Release 7.0.2

22 Jan 23:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.0.1...7.0.2
PyPi Release: https://pypi.org/project/thumbor/7.0.2/

Release 7.0.1

22 Jan 18:35

Choose a tag to compare

This release fixes a bug with the 7.0.0 refactor of the codebase when images were generated with MAX_WIDTH or MAX_HEIGHT configurations. For more information check #1384.

What's Changed

New Contributors

Full Changelog: 7.0.0...7.0.1
PyPI Release: https://pypi.org/project/thumbor/7.0.1/

Release 6.7.6

22 Jan 23:48

Choose a tag to compare

This is a release for Python 2 and you are strongly advised to move to the 7.x line of releases in python 3 as the support for python 2 will be removed in the future.

What's Changed

  • [FIX] Ability to listen to a socket passed as file descriptor by @gael-ian in #1281
  • Allow sending a Access-Control-Allow-Origin header (6.7.x branch) by @relthyg in #1374

New Contributors

Full Changelog: 6.7.5...6.7.6
PyPi Release: https://pypi.org/project/thumbor/6.7.6/