Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Releases: APSL/docker-thumbor

New Release 6.3.0

27 Mar 14:32
Compare
Choose a tag to compare

Features

  • Upgrade to the new thumbor's version 6.3.0
  • Add new configuration variables from the new version: HTTP_LOADER_VALIDATE_CERTS and PNG_COMPRESSION_LEVEL
  • Add support for the TC_AWS_ENDPOINT #68 , thanks to @spantaleev
  • Add support for utf-8 filenames on nginx downloads with content-disposition, thanks to @bmiro
  • New thumbor's version solves the issue #48

New Release 6.2.1

14 Feb 15:00
Compare
Choose a tag to compare

Features

  • Upgrade gifscicle #63. Thanks to @kkopachev
  • Upgrade to the new thumbor's version 6.2.1
  • Upgrade to the new tc_aws version 6.0.2

New Release 6.2.0b

28 Dec 11:13
Compare
Choose a tag to compare

Features

  • Webp cache in nginx fixed (different directory) #54. Thanks @rualatngua for report the issue
  • Added new simd images with special Pillow version for more performance #53. Thanks to @kkopachev for sharing this feature.
  • New option in nginx to name the filenames when use Content-Disposition #58
  • More tests and small changes in build system

New Release 6.2.0

21 Nov 10:20
Compare
Choose a tag to compare

Features

  • Update thumbor version to 6.2.0
  • Merged PR #44 with the option to enable CORS via envar in thumbor-nginx. Thanks to @roudik
  • Add a similar option for Content-disposition in thumbor-nginx
  • Review of all new configurations in thumbor. And fixed #52
  • Renamed REMOTECV envvar for #35

New Relase 6.1.5

27 Sep 19:45
Compare
Choose a tag to compare

Features

  • Update thumbor version to 6.1.5
  • Fixed the problems with sentry #36
  • Support for gifv #40
  • Fix a problem with enconding in boto #43 thanks to @paurullan

New relase 6.1.2

28 Jul 13:02
Compare
Choose a tag to compare

Features

  • Update thumbor version to 6.1.2
  • In thumbor 6.1.2 we have the fix to #36, thanks to @kkopachev
  • New builder system using pypiserver. Reduced final docker image size ~10%
  • Fixed some links in the README thanks to @BraisGabin at #39

Release 6.0.2

10 Jun 15:57
Compare
Choose a tag to compare

Features

  • Added new var MAX_PIXELS. #31 Thanks to @cerber717
  • Added gifscicle to solve #23 . Thanks to @beenanner
  • Change REMOTECV Loader envar #25 . Thanks to @paurullan
  • Add support for redis_result_storage #28 Thanks to: @mcfedr
  • Update thumbor version to 6.0.2
  • All examples revised to version 2 and fixed issues. @beenanner
  • Added more examples fro Google Cloud Engine and Aws Beanstalk

Release 6.0.1

19 May 18:28
Compare
Choose a tag to compare

Features

  • New system to build python packages in a separated docker image, and install it in the final image without library dependencies. #10
  • Upgrade thumbor to the new release 6.0.1, with the separated libraries from core included. #15
  • Remove the deprecated logs volume #16
  • Convert docker-compose files to version 2 #17. Thanks to @beenanner for the PR
  • Graphicsmagick engine dependencies installed #18 (Working example)
  • Remove warning libdc1394 on start #11
  • Add more tests to validate thumbor-multiprocess and nginx in travis.

Release 5.2.1d

25 Feb 12:03
Compare
Choose a tag to compare
  • Fix a problem with a dependency mistake tc_aws. #9
  • Equal envtpl versions in thumbor and thumbor-multiprocess

Release 5.2.1c

17 Feb 19:10
Compare
Choose a tag to compare

Dockerization revision

Changes:

  • Change the thumbor default port to 8000, to be able to deploy on kubernetes.
  • Replace our old aws extensions fork to the thumbor-community official #4
  • Remotecv revised to load from aws s3
  • Added the LOG_LEVEL env var in thumbor and remotecv to change the log level. #1
  • Fixed logging problems #5
  • CI integration thanks to travis
  • Auto push to registry if CI passed