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

Changelog History
Page 1

  • v3.8.0 Changes

    October 06, 2022

    โž• Add

    • Add raw processing option.
    • โž• Add OpenTelemetry support.
    • ๐Ÿ‘ (pro) Add encrypted source URL support.
    • ๐Ÿ“„ (pro) Add watermark_shadow processing option.

    ๐Ÿ”„ Changed

    • Try to fix some invalid source URL cases that happen because of URL normalization.
  • v3.7.2 Changes

    August 22, 2022

    ๐Ÿ”„ Changed

    • ๐Ÿณ (docker) Faster images quantization.
    • ๐Ÿณ (docker) Faster loading of GIF.
  • v3.7.1 Changes

    August 01, 2022

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix memory bloat in some cases.
    • ๐Ÿ›  Fix format_quality usage in presets.
  • v3.7.0 Changes

    July 27, 2022

    โž• Add

    • โž• Add support of 16-bit BMP.
    • ๐Ÿ†• Add IMGPROXY_NEW_RELIC_LABELS config.
    • โž• Add support of JPEG files with differential Huffman coding or arithmetic coding.
    • Add IMGPROXY_PREFERRED_FORMATS config.
    • Add IMGPROXY_REQUESTS_QUEUE_SIZE config.
    • Add requests_in_progress and images_in_progress metrics.
    • โž• Add queue segment/span to request traces.
    • Add sending additional metrics to Datadog and IMGPROXY_DATADOG_ENABLE_ADDITIONAL_METRICS config.
    • โž• Add sending additional metrics to New Relic.

    ๐Ÿ”„ Change

    • Change IMGPROXY_MAX_CLIENTS default value to 2048.
    • Allow unlimited connections when IMGPROXY_MAX_CLIENTS is set to 0.
    • ๐Ÿ”„ Change IMGPROXY_TTL default value to 31536000 (1 year).
    • ๐Ÿ‘ Better errors tracking with metrics services.
    • ๐Ÿณ (docker) Faster and better saving of GIF.
    • ๐Ÿณ (docker) Faster saving of AVIF.
    • ๐Ÿณ (docker) Faster loading and saving of PNG.

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix trimming of CMYK images.
    • Respond with 404 when the source image can not be found in OpenStack Object Storage.
    • Respond with 404 when file wasn't found in the GCS storage.
  • v3.6.0 Changes

    June 13, 2022

    โž• Add

    • Add IMGPROXY_RETURN_ATTACHMENT config and return_attachment processing option.
    • Add SVG sanitization and IMGPROXY_SANITIZE_SVG config.

    ๐Ÿ”„ Change

    • ๐Ÿ‘ Better animation detection.

    ๐Ÿ›  Fix

    • Respond with 404 when file wasn't found in the local storage.
  • v3.5.1 Changes

    May 20, 2022

    ๐Ÿ”„ Change

    • Fallback from AVIF to JPEG/PNG if one of the result dimensions is smaller than 16px.

    ๐Ÿ›  Fix

    • (pro) Fix some PDF pages background.
    • ๐Ÿณ (docker) Fix loading some HEIF images.
  • v3.5.0 Changes

    April 25, 2022

    โž• Add

    • โž• Add support of RLE-encoded BMP.
    • Add IMGPROXY_ENFORCE_THUMBNAIL config and enforce_thumbnail processing option.
    • โž• Add X-Result-Width and X-Result-Height to debug headers.
    • Add IMGPROXY_KEEP_COPYRIGHT config and keep_copyright processing option.

    ๐Ÿ”„ Change

    • ๐Ÿ‘‰ Use thumbnail embedded to HEIC/AVIF if its size is larger than or equal to the requested.
  • v3.4.0 Changes

    April 07, 2022

    โž• Add

    • Add IMGPROXY_FALLBACK_IMAGE_TTL config.
    • ๐Ÿ“„ (pro) Add watermark_size processing option.
    • โž• Add OpenStack Object Storage ("Swift") support.
    • Add IMGPROXY_GCS_ENDPOINT config.

    ๐Ÿ”„ Change

    • (pro) Don't check Content-Length header of videos.

    ๐Ÿ›  Fix

    • (pro) Fix custom watermarks on animated images.
  • v3.3.3 Changes

    March 21, 2022

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix s3 scheme status codes.
    • (pro) Fix saving animations to MP4.
  • v3.3.2 Changes

    March 17, 2022

    ๐Ÿ›  Fix

    • ๐Ÿ”Š Write logs to STDOUT instead of STDERR.
    • (pro) Fix crashes when some options are used in presets.