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

Changelog History
Page 4

  • v2.16.0 Changes

    February 08, 2021

    โž• Added

    • ๐Ÿ‘ AVIF support.
    • ๐Ÿ‘ Azure Blob Storage support.
    • IMGPROXY_STRIP_COLOR_PROFILE config and strip_color_profile processing option.
    • IMGPROXY_FORMAT_QUALITY config.
    • IMGPROXY_AUTO_ROTATE config and auto_rotate processing option.
    • rotate processing option.
    • width and height arguments of the crop processing option can be less than 1 that is treated by imgproxy as a relative value (a.k.a. crop by percentage).
    • ๐Ÿšš (pro) Remove Adobe Illustrator garbage from SVGs.
    • (pro) Add IPTC tags to the /info response.

    ๐Ÿ”„ Changed

    • Disable scale-on-load for animated images since it causes many problems. Currently, only animated WebP is affected.
    • ๐Ÿ‘Œ Improved ICC profiles handling.
    • โšก๏ธ (pro) Improved and optimized video thumbnails generation.

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix dpr option.
    • ๐Ÿ›  Fix non-strict SVG detection.
    • ๐Ÿ›  Fix non-UTF8 SVG detection.
    • ๐Ÿ›  Fix checking of connections in queue.
    • (pro) Fix video thumbnail orientation.
    • (pro) Fix EXIF fields titles in the /info response.
  • v2.15.0 Changes

    September 03, 2020

    โž• Added

    • ๐Ÿ‘€ Ability to skip processing of some formats. See Skip processing.
    • ๐Ÿ‘ (pro) PDF support.
    • (pro) video_thumbnail_second processing option.
    • (pro) page processing option.
    • ๐Ÿ“„ (pro) background_alpha processing option.
    • (pro) IMGPROXY_VIDEO_THUMBNAIL_PROBE_SIZE and IMGPROXY_VIDEO_THUMBNAIL_MAX_ANALYZE_DURATION configs.

    ๐Ÿ”„ Changed

    • Speed up generation of video thumbnails with large timestamps.

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix padding and extend behaior when converting from a fromat without alpha support to one with alpha support.
    • ๐Ÿ›  Fix WebP dimension limit handling.
    • (pro) Fix thumbnails generation of some videos.
  • v2.14.1 Changes

    July 22, 2020

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix ICO saving.
  • v2.14.0 Changes

    July 17, 2020

    โž• Added

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Better for libvips memory metrics for Prometheus.
    • ๐Ÿณ Docker image includes the latest versions of dependencies.
    • โšก๏ธ Optimize processing of animated images.

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix error when requested WebP dimension exceeds the WebP dimension limit.
    • ๐Ÿ›  Fix path parsing in some rare cases.
    • ๐Ÿ›  Fix HEIC/HEIF header parsing bug.

    ๐Ÿ—„ Deprecated

    • (pro) IMGPROXY_APPLY_UNSHARPEN_MASKING config is deprecated, use IMGPROXY_UNSHARPENING_MODE instead.
  • v2.13.1 Changes

    May 06, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix and optimize processing of animated images.
  • v2.13.0 Changes

    April 22, 2020

    โž• Added

    ๐Ÿ”„ Changed

    • โšก๏ธ Optimized memory usage. Especially when dealing with animated images.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix crashes during animated images processing.
  • v2.12.0 Changes

    April 07, 2020

    โž• Addded

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improved trim processing option.
    • โšก๏ธ Quantizr updated to 0.2.0 in Docker image.
  • v2.11.0 Changes

    March 12, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿณ Replaced imagequant with Quantizr in docker image.
    • โœ‚ Removed HEIC saving support.
    • โœ‚ Removed JBIG compressin support in TIFF.
  • v2.10.1 Changes

    February 27, 2020

    ๐Ÿ”„ Changed

    • imgproxy -v is replaced with imgproxy version.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix loadind BMP stored in ICO.
    • ๐Ÿ›  Fix ambiguous HEIC magic bytes (MP4 videos has been detected as HEIC).
    • ๐Ÿ›  Fix build with libvips < 8.6.
    • ๐Ÿ›  Fix build with Go 1.14.
    • ๐Ÿ›  Fix go module naming. Use github.com/imgproxy/imgproxy/v2 to build imgproxy from source.
  • v2.10.0 Changes

    February 13, 2020

    โž• Added

    • IMGPROXY_NETWORK config. Allows to bind on Unix socket.
    • IMGPROXY_CACHE_CONTROL_PASSTHROUGH config.
    • imgproxy health command.
    • (pro) IMGPROXY_GIF_OPTIMIZE_FRAMES & IMGPROXY_GIF_OPTIMIZE_TRANSPARENCY configs and gif_options processing option.
    • (pro) IMGPROXY_CUSTOM_REQUEST_HEADERS, IMGPROXY_CUSTOM_RESPONSE_HEADERS, and IMGPROXY_CUSTOM_HEADERS_SEPARATOR configs.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Better SVG detection.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix detection of SVG starting with a comment.