imgproxy v3.0.0.beta2 Release Notes

Release Date: 2021-11-15 // over 2 years ago
  • โž• Added

    • โž• Add X-Origin-Width and X-Origin-Height to debug headers.
    • Add IMGPROXY_COOKIE_PASSTHROUGH and IMGPROXY_COOKIE_BASE_URL configs.

    ๐Ÿ”„ Change

    • dpr processing option doesn't enlarge image unless enlarge is true.
    • 304 Not Modified responses includes Cache-Control, Expires, and Vary 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 by DPR value.
    • ๐Ÿ›  Fix scale-on-load in some rare cases.
    • ๐Ÿ›  Fix requests_total counter in Prometheus.