Skip to content

v3.0.0

Compare
Choose a tag to compare
@DarthSim DarthSim released this 23 Nov 12:53
· 612 commits to master since this release

馃帀 imgproxy 3.0 is here! 馃帀

Added

Change

  • ETag generator & checker uses source image ETag when possible.
  • 304 Not Modified responses includes Cache-Control, Expires, and Vary headers.
  • dpr processing option doesn't enlarge image unless enlarge is true.
  • 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.
  • Save GIFs without ImageMagick (vips 8.12+ required).

Fix

  • Fix Client Hints behavior. Width is physical size, so we should divide it by DPR value.
  • Fix scale-on-load in some rare cases.
  • Fix the default Sentry release name.
  • Fix the health command when the path prefix is set.
  • Escape double quotes in content disposition.

Removed

  • Removed basic URL format, use advanced one instead.
  • Removed IMGPROXY_MAX_SRC_DIMENSION config, use IMGPROXY_MAX_SRC_RESOLUTION instead.
  • Removed IMGPROXY_GZIP_COMPRESSION config.
  • Removed IMGPROXY_MAX_GIF_FRAMES config, use IMGPROXY_MAX_ANIMATION_FRAMES instead.
  • Removed crop resizing type, use crop processing option instead.
  • Dropped old libvips (<8.10) support.
  • (pro) Removed advanced GIF optimizations. All optimizations are applied by default ib both OSS and Pro versions.