Skip to content

v3.29.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 12:57
· 31 commits to master since this release

Added

Changed

  • Suppress "Response has no supported checksum" warnings from S3 SDK.
  • The IMGPROXY_USER_AGENT config now supports the %current_version variable that is replaced with the current imgproxy version.
  • (docker) Optimized image quantization.
  • (pro) Improved BlurHash generation performance.

Fixed

  • Fix X-Origin-Content-Length header value when SVG is sanitized or minified.
  • Mark JPEG XL format as supporting quality. Fixes autoquality for JPEG XL.
  • Fix the extend processing option when only one dimension is set.
  • (pro) Fix object detection when the IMGPROXY_USE_LINEAR_COLORSPACE config is set to true.
  • (pro) Fix BlurHash generation when the IMGPROXY_USE_LINEAR_COLORSPACE config is set to true.
  • (pro) Fix detection of PDF files with a header offset.

Removed

  • Remove the IMGPROXY_SVG_FIX_UNSUPPORTED config. The problem it was solving is now fixed in librsvg.