All Versions
82
Latest Version
Avg Release Cycle
19 days
Latest Release
174 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v3.0.0.beta2 Changes
November 15, 2021โ Added
- โ Add
X-Origin-Width
andX-Origin-Height
to debug headers. - Add
IMGPROXY_COOKIE_PASSTHROUGH
andIMGPROXY_COOKIE_BASE_URL
configs.
๐ Change
dpr
processing option doesn't enlarge image unlessenlarge
is true.304 Not Modified
responses includesCache-Control
,Expires
, andVary
headers.- ๐ imgproxy responds with
500
HTTP code when the source image downloading error seems temporary (timeout, server error, etc). - When
IMGPROXY_FALLBACK_IMAGE_HTTP_CODE
is zero, imgproxy responds with the usual HTTP code. - ๐ BMP support doesn't require ImageMagick.
๐ Fix
- ๐ Fix Client Hints behavior.
Width
is physical size, so we should divide it byDPR
value. - ๐ Fix scale-on-load in some rare cases.
- ๐ Fix
requests_total
counter in Prometheus.
- โ Add
-
v3.0.0.beta1 Changes
October 01, 2021โ Added
- ๐ (pro) Autoquality.
- ๐ (pro) Object detection:
obj
gravity type, blur_detections processing option, draw_detections processing option. - ๐ (pro) Chained pipelines
IMGPROXY_FALLBACK_IMAGE_HTTP_CODE
config.- (pro) fallback_image_url processing option.
- expires processing option.
- skip processing processing option.
- ๐ [Datadog](./docs/datadog.md) metrics.
force
andfill-down
resizing types.- min-width and min-height processing options.
- ๐ format_quality processing option.
๐ Change
- ETag generator & checker uses source image ETag when possible.
โ Removed
- Removed basic URL format, use [advanced one](./docs/generating_the_url.md) instead.
- Removed
IMGPROXY_MAX_SRC_DIMENSION
config, useIMGPROXY_MAX_SRC_RESOLUTION
instead. - Removed
IMGPROXY_GZIP_COMPRESSION
config. - Removed
IMGPROXY_MAX_GIF_FRAMES
config, useIMGPROXY_MAX_ANIMATION_FRAMES
instead. - Removed
crop
resizing type, use [crop](./docs/generating_the_url.md#crop) processing option instead. - โฌ๏ธ Dropped old libvips (<8.8) support.
-
v2.17.0 Changes
September 07, 2021โ Added
- ๐ Wildcard support in
IMGPROXY_ALLOWED_SOURCES
.
๐ Change
- If the source URL contains the
IMGPROXY_BASE_URL
prefix, it won't be added.
๐ Fix
- ๐ (pro) Fix path prefix support in the
/info
handler.
๐ Deprecated
- The basic URL format is deprecated and can be removed in future versions. Use advanced URL format instead.
- ๐ Wildcard support in
-
v2.16.7 Changes
July 20, 2021๐ Change
- Reset DPI while stripping meta.
-
v2.16.6 Changes
July 08, 2021๐ Fix
- ๐ Fix performance regression in ICC profile handling.
- ๐ Fix crashes while processing CMYK images without ICC profile.
-
v2.16.5 Changes
June 28, 2021๐ Change
- More clear downloading errors.
๐ Fix
- ๐ Fix ICC profile handling in some cases.
- ๐ Fix handling of negative height value for BMP.
-
v2.16.4 Changes
June 16, 2021๐ Change
- ๐ Use magenta (ff00ff) as a transparency key in
trim
.
๐ Fix
- ๐ Fix crashes while processing some SVGs (dockerized version).
- ๐ (pro) Fix parsing HEIF/AVIF meta.
- ๐ Use magenta (ff00ff) as a transparency key in
-
v2.16.3 Changes
April 05, 2021๐ Fix
- ๐ Fix PNG quantization palette size.
- ๐ Fix parsing HEIF meta.
- ๐ Fix debig header.
-
v2.16.2 Changes
March 04, 2021๐ Change
- โก๏ธ Updated dependencies in Docker.
-
v2.16.1 Changes
March 02, 2021๐ Fix
- ๐ Fix delays and loop numbers of animated images.
- ๐ Fix scale-on-load of huge SVGs.
- (pro) Fix loading of PDFs with transparent background.