All Versions
82
Latest Version
Avg Release Cycle
19 days
Latest Release
832 days ago

Changelog History
Page 2

  • v3.3.1 Changes

    March 14, 2022

    🛠 Fix

    • 🛠 Fix transparrency in loaded ICO.
    • (pro) Fix video thumbnails orientation.
  • v3.3.0 Changes

    February 21, 2022

    ➕ Added

    • Add the IMGPROXY_MAX_REDIRECTS config.
    • (pro) Add the IMGPROXY_SERVER_NAME config.
    • (pro) Add the IMGPROXY_HEALTH_CHECK_MESSAGE config.
    • Add the IMGPROXY_HEALTH_CHECK_PATH config.
  • v3.2.2 Changes

    February 08, 2022

    🛠 Fix

    • Fix the IMGPROXY_AVIF_SPEED config.
  • v3.2.1 Changes

    January 19, 2022

    🛠 Fix

    • 🛠 Fix support of BMP with unusual data offsets.
  • v3.2.0 Changes

    January 18, 2022

    ➕ Added

    • (pro) Add video_meta to the /info response.
    • Add zoom processing option.
    • ➕ Add 1/2/4-bit BMP support.

    🔄 Change

    • ⚡️ Optimized crop.

    🛠 Fix

    • 🛠 Fix Datadog support.
    • 🛠 Fix force resizing + rotation.
    • (pro) Fix obj gravity.
  • v3.1.3 Changes

    December 17, 2021

    🛠 Fix

    • 🛠 Fix ETag checking when S3 is used.
  • v3.1.2 Changes

    December 15, 2021

    🛠 Fix

    • (pro) Fix object detection.
  • v3.1.1 Changes

    December 10, 2021

    🛠 Fix

    • 🛠 Fix crashes in some scenarios.
  • v3.1.0 Changes

    December 08, 2021

    ➕ Added

    • Add IMGPROXY_ETAG_BUSTER config.
    • 📄 (pro) watermark_text processing option.

    🔄 Change

    • 👌 Improved ICC profiles handling.
    • 🗄 Proper error message when the deprecated basic URL format is used.
    • Watermark offsets can be applied to replicated watermarks.

    🛠 Fix

    • 📇 (pro) Fix parsing metadata of extended sequential JPEGs.
  • v3.0.0 Changes

    November 23, 2021

    ➕ 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](./docs/generating_the_url.md) 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](./docs/generating_the_url.md#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.