All Versions
82
Latest Version
Avg Release Cycle
19 days
Latest Release
900 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v2.9.0 Changes
January 30, 2020โ Added
trim
processing option.IMGPROXY_STRIP_METADATA
config.
๐ Fixed
- ๐ Fixed focus point crop calculation.
-
v2.8.2 Changes
January 13, 2020๐ Changed
- โก๏ธ Optimized memory usage.
๐ Fixed
- ๐ Fixed
IMGPROXY_ALLOWED_SOURCES
config.
-
v2.8.1 Changes
December 27, 2019๐ Fixed
- ๐ Fix watermark top offset calculation.
-
v2.8.0 Changes
December 25, 2019โ Added
- ๐ฒ
IMGPROXY_LOG_LEVEL
config. max_bytes
processing option.- ๐
IMGPROXY_ALLOWED_SOURCES
config.
๐ Changed
- ๐ Docker image base is changed to Debian 10 for better stability and performance.
- ๐
extend
option now supports gravity.
- ๐ฒ
-
v2.7.0 Changes
November 13, 2019๐ Changed
- โ Boolean processing options such as
enlarge
andextend
are properly parsed.1
,t
,TRUE
,true
,True
are truthy,0
,f
,F
,FALSE
,false
,False
are falsy. All other values are treated as falsy and generate a warning message.
๐ Fixed
- ๐ Fix segfaults on watermarking in some cases
- โ Boolean processing options such as
-
v2.6.2 Changes
November 11, 2019๐ Fixed
- ๐ Fix
format
option in presets.
- ๐ Fix
-
v2.6.1 Changes
October 28, 2019๐ Fixed
- ๐ Fix loading of some GIFs by using the edge version of giflib.
-
v2.6.0 Changes
October 23, 2019โ Added
- ๐ TIFF and BMP support.
IMGPROXY_REPORT_DOWNLOADING_ERRORS
config. Setting it tofalse
disables reporting of downloading errors.- SVG passthrough. When source image and requested format are SVG, image will be returned without changes.
- ๐
IMGPROXY_USE_GCS
config. When it set to true andIMGPROXY_GCS_KEY
is not set, imgproxy tries to use Application Default Credentials to get access to GCS bucket.
๐ Changed
- ๐ Reimplemented and more errors-tolerant image size parsing.
- ๐ฒ Log only modified processing options.
๐ Fixed
- ๐ Fixed sharpening+watermarking.
- ๐ Fixed path parsing when no options is provided and image URL is Base64 encoded.
๐ Deprecated
- Using
IMGPROXY_GCS_KEY
withoutIMGPROXY_USE_GCS
set totrue
is deprecated.
-
v2.5.0 Changes
September 19, 2019โ Added
- ๐ฒ
structured
andjson
log formats. Can be set withIMGPROXY_LOG_FORMAT
.
๐ Changed
- ๐ New default log format.
- ๐ Better watermarking: image transparency doesn't affect watermarks, faster watermark scaling.
- ๐ฒ
-
v2.4.1 Changes
August 29, 2019๐ Changed
- ๐ More verbose URL parsing errors.