All Versions
82
Latest Version
Avg Release Cycle
19 days
Latest Release
799 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.