github thumbor/thumbor 4.0.0
Release 4.0.0

latest releases: 7.7.4, 7.7.3, 7.7.2...
10 years ago

WARNING

This version contains breaking changes. Both GraphicsMagick and OpenCV engines were removed from the built-in imaging engines and can be found in the thumbor organization now. For more information on using each of them check the respective project documentation.

BREAKING Changes

  • Removed thumbor.engines.opencv in favor of the new opencv-engine project. That's where we'll maintain the OpenCV engine.
  • Removed thumbor.engines.graphicsmagick in favor of the new graphicsmagick-engine project. That's where we'll maintain the GraphicsMagick engine.

Fixed Issues

  • Partitioning the FileStorage Result Storage into more folders by Martin Sarsale;
  • Json File Error Handler by Damien Hardy;
  • Support binding socket to file descriptor instead of port by John MacKenzie;
  • HEAD queries to thumbor's healthcheck returning 200 status code by Damien Hardy;
  • Fixed bug when parsing urls with filters of an original with filters by Cezar Sá;
  • Support different default quality for WebP images by Bernardo Heynemann;
  • Keep transparency when saving transparent gif by Igor Sobreira;
  • Don't save PNG files as CMYK by Igor Sobreira;
  • Upstart now uses ip var defined on ubuntu default file by Paulo Sousa;
  • Fixed images cropped with width 1px and height 0px by Bernardo Heynemann;
  • Fixed #236 - IndexError: list index out of range by Bernardo Heynemann;
  • Fixed #235 - ValueError: Not a valid numbers of quantization tables. Should be between 2 and 4 by Bernardo Heynemann;
  • Fixed #228 - Confusing error when using OpenCV by Bernardo Heynemann;
  • New options to the fill filter by prolificphotis;
  • Added FILL_MERGES Configuration to specify whether the fill filter should merge the background by prolificphotis;
  • Resolved quality config None in graphicsmagick engine by Marcio Toshio Ide;
  • Preserving EXIF info when storing original images by Cezar Sá;
  • Resetting EXIF orientation after reorienting image by Cezar Sá;
  • Compatibility work for the fill filter across engines by Cezar Sá;
  • Pillow test_requirement match setup.py by Rob Olson;
  • Fixed issues with graphicsmagick and gif images by Bernardo Heynemann;
  • Convert to grayscale working in OpenCV Engine by Pablo Aguiar.

New features

Don't miss a new thumbor release

NewReleases is sending notifications on new releases.