imgproxy v2.6.0 Release Notes

Release Date: 2019-10-23 // over 4 years ago
  • โž• Added

    • ๐Ÿ‘ TIFF and BMP support.
    • IMGPROXY_REPORT_DOWNLOADING_ERRORS config. Setting it to false disables reporting of downloading errors.
    • SVG passthrough. When source image and requested format are SVG, image will be returned without changes.
    • ๐Ÿ‘‰ IMGPROXY_USE_GCS config. When it set to true and IMGPROXY_GCS_KEY is not set, imgproxy tries to use Application Default Credentials to get access to GCS bucket.

    ๐Ÿ”„ Changed

    • ๐Ÿ“œ Reimplemented and more errors-tolerant image size parsing.
    • ๐ŸŒฒ Log only modified processing options.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed sharpening+watermarking.
    • ๐Ÿ›  Fixed path parsing when no options is provided and image URL is Base64 encoded.

    ๐Ÿ—„ Deprecated

    • Using IMGPROXY_GCS_KEY without IMGPROXY_USE_GCS set to true is deprecated.