All Versions
102
Latest Version
Avg Release Cycle
66 days
Latest Release
18 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v2.16.0 Changes
February 08, 2021โ Added
- ๐ AVIF support.
- ๐ Azure Blob Storage support.
IMGPROXY_STRIP_COLOR_PROFILEconfig and strip_color_profile processing option.IMGPROXY_FORMAT_QUALITYconfig.IMGPROXY_AUTO_ROTATEconfig and auto_rotate processing option.- rotate processing option.
widthandheightarguments of the crop processing option can be less than1that is treated by imgproxy as a relative value (a.k.a. crop by percentage).- ๐ (pro) Remove Adobe Illustrator garbage from SVGs.
- (pro) Add IPTC tags to the
/inforesponse.
๐ Changed
- Disable scale-on-load for animated images since it causes many problems. Currently, only animated WebP is affected.
- ๐ Improved ICC profiles handling.
- โก๏ธ (pro) Improved and optimized video thumbnails generation.
๐ Fix
- ๐ Fix
dproption. - ๐ Fix non-strict SVG detection.
- ๐ Fix non-UTF8 SVG detection.
- ๐ Fix checking of connections in queue.
- (pro) Fix video thumbnail orientation.
- (pro) Fix EXIF fields titles in the
/inforesponse.
-
v2.15.0 Changes
September 03, 2020โ Added
- ๐ Ability to skip processing of some formats. See Skip processing.
- ๐ (pro) PDF support.
- (pro) video_thumbnail_second processing option.
- (pro) page processing option.
- ๐ (pro) background_alpha processing option.
- (pro)
IMGPROXY_VIDEO_THUMBNAIL_PROBE_SIZEandIMGPROXY_VIDEO_THUMBNAIL_MAX_ANALYZE_DURATIONconfigs.
๐ Changed
- Speed up generation of video thumbnails with large timestamps.
๐ Fix
- ๐ Fix
paddingandextendbehaior when converting from a fromat without alpha support to one with alpha support. - ๐ Fix WebP dimension limit handling.
- (pro) Fix thumbnails generation of some videos.
-
v2.14.1 Changes
July 22, 2020๐ Fix
- ๐ Fix ICO saving.
-
v2.14.0 Changes
July 17, 2020โ Added
IMGPROXY_PROMETHEUS_NAMESPACEconfig.- ๐ strip_metadata processing option.
- (pro) Configurable unsharpening. See Unsharpening configs and unsharpening processing option.
๐ Changed
- ๐ Better for libvips memory metrics for Prometheus.
- ๐ณ Docker image includes the latest versions of dependencies.
- โก๏ธ Optimize processing of animated images.
๐ Fix
- ๐ Fix error when requested WebP dimension exceeds the WebP dimension limit.
- ๐ Fix path parsing in some rare cases.
- ๐ Fix HEIC/HEIF header parsing bug.
๐ Deprecated
- (pro)
IMGPROXY_APPLY_UNSHARPEN_MASKINGconfig is deprecated, useIMGPROXY_UNSHARPENING_MODEinstead.
-
v2.13.1 Changes
May 06, 2020๐ Fixed
- ๐ Fix and optimize processing of animated images.
-
v2.13.0 Changes
April 22, 2020โ Added
- ๐ง Fallback images.
- padding processing option.
๐ Changed
- โก๏ธ Optimized memory usage. Especially when dealing with animated images.
๐ Fixed
- ๐ Fix crashes during animated images processing.
-
v2.12.0 Changes
April 07, 2020โ Addded
IMGPROXY_PATH_PREFIXconfig.- (pro) Video thumbnails.
- (pro) Getting the image info.
๐ Changed
- ๐ Improved
trimprocessing option. - โก๏ธ Quantizr updated to 0.2.0 in Docker image.
-
v2.11.0 Changes
March 12, 2020๐ Changed
- ๐ณ Replaced imagequant with Quantizr in docker image.
- โ Removed HEIC saving support.
- โ Removed JBIG compressin support in TIFF.
-
v2.10.1 Changes
February 27, 2020๐ Changed
imgproxy -vis replaced withimgproxy version.
๐ Fixed
- ๐ Fix loadind BMP stored in ICO.
- ๐ Fix ambiguous HEIC magic bytes (MP4 videos has been detected as HEIC).
- ๐ Fix build with libvips < 8.6.
- ๐ Fix build with Go 1.14.
- ๐ Fix go module naming. Use
github.com/imgproxy/imgproxy/v2to build imgproxy from source.
-
v2.10.0 Changes
February 13, 2020โ Added
IMGPROXY_NETWORKconfig. Allows to bind on Unix socket.IMGPROXY_CACHE_CONTROL_PASSTHROUGHconfig.imgproxy healthcommand.- (pro)
IMGPROXY_GIF_OPTIMIZE_FRAMES&IMGPROXY_GIF_OPTIMIZE_TRANSPARENCYconfigs andgif_optionsprocessing option. - (pro)
IMGPROXY_CUSTOM_REQUEST_HEADERS,IMGPROXY_CUSTOM_RESPONSE_HEADERS, andIMGPROXY_CUSTOM_HEADERS_SEPARATORconfigs.
๐ Changed
- ๐ Better SVG detection.
๐ Fixed
- ๐ Fix detection of SVG starting with a comment.