imgproxy v3.7.0 Release Notes

Release Date: 2022-07-27 // over 1 year ago
  • โž• 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.