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

Changelog History
Page 6

  • v2.4.0 Changes

    August 20, 2019

    โž• Added

    • ๐Ÿ‘ SO_REUSEPORT socker option support. Can be enabled with IMGPROXY_SO_REUSEPORT.
    • [filename](./docs/generating_the_url_advanced.md#filename) option.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Better handling if non-sRGB images.
    • dpr option always changes the resulting size even if it leads to enlarge and enlarge is falsey.
    • ๐ŸŒฒ Log to STDOUT.
    • Only unexpected errors are reported to Bugsnag/Honeybadger/Sentry.
    • ๐Ÿ‘ Better Sentry support.

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ GZip compression support is deprecated.
  • v2.3.0 Changes

    June 25, 2019
    • ๐Ÿ‘ libvips v8.8 support: better processing of animated GIFs, built-in CMYK profile, better WebP scale-on-load, etc;
    • Animated WebP support. IMGPROXY_MAX_GIF_FRAMES is deprecated, use IMGPROXY_MAX_ANIMATION_FRAMES;
    • HEIC support;
    • crop processing option. resizing_type:crop is deprecated;
    • Offsets for gravity;
    • Resizing type auto. If both source and resulting dimensions have the same orientation (portrait or landscape), imgproxy will use fill. Otherwise, it will use fit;
    • Development errors mode. When IMGPROXY_DEVELOPMENT_ERRORS_MODE is true, imgproxy will respond with detailed error messages. Not recommended for production because some errors may contain stack trace;
    • ๐Ÿ‘ Better stack trace for image processing errors;
    • ๐Ÿ‘ Allowed URL query for /health;
    • IMGPROXY_KEEP_ALIVE_TIMEOUT config.
  • v2.2.13 Changes

    May 07, 2019

    โž• Added

    • Send X-Request-ID header in response.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Better shrink-on-load.
    • Don't import common sRGB IEC61966-2.1 ICC profile unless linear colorspace is used.
    • โš  Don't fail on recursive preset usage, just ignore already used preset and log warning.
  • v2.2.12 Changes

    April 11, 2019

    ๐Ÿ”„ Changed

    • Don't fail processing when embedded ICC profile is not compatible with the image.
  • v2.2.11 Changes

    April 08, 2019

    ๐Ÿ”„ Changed

    • โšก๏ธ Optimized ICC import when linear colorspace usage is disabled.
  • v2.2.10 Changes

    April 05, 2019

    โž• Added

    • PNG quantization. Can be enabled with IMGPROXY_PNG_QUANTIZE. Palette size can be specified with IMGPROXY_PNG_QUANTIZATION_COLORS.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Resizing images in linear colorspace is disabled by default. Can be enabled with IMGPROXY_USE_LINEAR_COLORSPACE;
  • v2.2.9 Changes

    April 02, 2019

    ๐Ÿ›  Fixed

    ๐Ÿ›  Fixed processing of images with embedded profiles that was broken in v2.2.8.

  • v2.2.8 Changes

    April 01, 2019

    โž• Added

    • Resizing in linear colorspace;
    • IMGPROXY_DISABLE_SHRINK_ON_LOAD config to disable shring-on-load of JPEG and WebP.

    ๐Ÿ›  Fixed

    • โœ‚ Remove orc from Docker image (causes segfaults in some cases).
  • v2.2.7 Changes

    March 22, 2019

    ๐Ÿ”„ Changed

    • Memory usage optimizations.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix color management.
  • v2.2.6 Changes

    February 27, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix signature check when source URL is escaped.