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

Changelog History
Page 5

  • v2.9.0 Changes

    January 30, 2020

    โž• Added

    • trim processing option.
    • IMGPROXY_STRIP_METADATA config.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed focus point crop calculation.
  • v2.8.2 Changes

    January 13, 2020

    ๐Ÿ”„ Changed

    • โšก๏ธ Optimized memory usage.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ Fixed IMGPROXY_ALLOWED_SOURCES config.
  • v2.8.1 Changes

    December 27, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix watermark top offset calculation.
  • v2.8.0 Changes

    December 25, 2019

    โž• Added

    • ๐ŸŒฒ IMGPROXY_LOG_LEVEL config.
    • max_bytes processing option.
    • ๐Ÿ‘ IMGPROXY_ALLOWED_SOURCES config.

    ๐Ÿ”„ Changed

    • ๐ŸŽ Docker image base is changed to Debian 10 for better stability and performance.
    • ๐Ÿ‘ extend option now supports gravity.
  • v2.7.0 Changes

    November 13, 2019

    ๐Ÿ”„ Changed

    • โš  Boolean processing options such as enlarge and extend are properly parsed. 1, t, TRUE, true, True are truthy, 0, f, F, FALSE, false, False are falsy. All other values are treated as falsy and generate a warning message.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix segfaults on watermarking in some cases
  • v2.6.2 Changes

    November 11, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix format option in presets.
  • v2.6.1 Changes

    October 28, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix loading of some GIFs by using the edge version of giflib.
  • v2.6.0 Changes

    October 23, 2019

    โž• 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.
  • v2.5.0 Changes

    September 19, 2019

    โž• Added

    • ๐ŸŒฒ structured and json log formats. Can be set with IMGPROXY_LOG_FORMAT.

    ๐Ÿ”„ Changed

    • ๐Ÿ†• New default log format.
    • ๐Ÿ‘ Better watermarking: image transparency doesn't affect watermarks, faster watermark scaling.
  • v2.4.1 Changes

    August 29, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ“œ More verbose URL parsing errors.