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