github thumbor/thumbor 6.4.0
Release 6.4.0

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

Changelog

Warning

This release has a breaking change if you are using the distributed collage filter. We did not update the major version number, though, because this is an undocumented filter.

It introduces hard dependencies on OpenCV and NumPy that should not be there in the first place. Other than that, thumbor is engineered to allow dependencies to be injected depending on each use case.

If you require the distributed collage filter, it's very simple to keep using it. Just check the instructions at the new repo at: https://github.com/globocom/thumbor-distributed-collage-filter

We are working hard to reduce thumbor's codebase as it is a tough job keeping a codebase, that does as much as thumbor does, since 2011 and still improving. We require the help of the whole community in ensuring this is the case and have been very fortunate so far.

There are many very talented individuals that work with us to ensure thumbor keeps evolving and improving. We wholeheartedly thank you and welcome new contributors to step forward and help us keep trailing the continuous improvement path we're in.

Features

  • #905 Add manual garbage collection to free memory (@okor)
  • #878 Add new filter upscale() [fixes #726 #856] (@savar)
  • #908 Add new timeout setting if using curl HTTP client (@savar)
  • #907 Add background_color option to gifv (@okor)
  • #940 Add new strip_exif filter in order to remove exif on demand (@franek)
  • #928 Add the ability to return custom HTTP error code (@gi11es)
  • #963 Add options to allow header forwarding for the HTTP_Loader (@asvinours)
  • #890 Add options for watermark resizing relative to image [fixes #874] (@savar)

Improvements

  • #892 Improve the way to determine extention using the content detection (@savar)
  • #902 Jpegtran now preserves ICC profile if not forced to strip (@kkopachev)
  • #934 Pillow 4.X is now allowed [fixes #931] (@kkopachev)
  • #886 Resync BaseEngine API with existing implementations (@savar)
  • 98d90b0 Improve the red eye filter based on cv2/cv3 (@kkopachev)

Bug fixes

  • #877 Fix issue with full-fit-in and requested width/height (@savar)
  • #883 Fix exception with smart detection + gif + meta endpoint (@savar)
  • #890 Fix watermark resizing relative to image [fixes #874] (@savar)
  • #901 Fix race condition for preserving exif data (@mb-m)
  • 4bb3da9 Fix memory usage explosion [fixes #753] (@SergioJorge)
  • #887 Fix _composite.apply with bigger source images (@savar)
  • 58d4bb9 Fix resize causing transparency loss on paletted images [fixes #987 #945 #943] (@kkopachev)
  • #995 Fix exception thrown when fit-in and requested size has "orig" (@kkopachev)
  • #995 Fix transformer tests and fix exception thrown when fit-in + requested size has "orig" (@kkopachev)
  • #997 Fix the error when combining watermark with an S3 loader [fixes #996] (@gingerlime)

Maintenance & Python 3 support

Documentation

Thanks @Kmaschta and @sgoger for the hard work towards releasing this version.

Diff to previous release

Don't miss a new thumbor release

NewReleases is sending notifications on new releases.