imgproxy v2.3.0 Release Notes

Release Date: 2019-06-25 // almost 5 years ago
    • ๐Ÿ‘ 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.