This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
Releases: APSL/docker-thumbor
Releases · APSL/docker-thumbor
New Release 6.3.0
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
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
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
New Relase 6.1.5
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
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
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
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
- Fix a problem with a dependency mistake tc_aws. #9
- Equal envtpl versions in thumbor and thumbor-multiprocess
Release 5.2.1c
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