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

Changelog History
Page 8

  • v2.1.1 Changes

    November 29, 2018

    ๐Ÿ”„ Changed

    • When libvips failed to save PNG, imgproxy will try to save is without embedded ICC profile.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed EXIF orientation fetching.
  • v2.1.0 Changes

    November 16, 2018

    โž• Added

    • [Plain source URLs](./docs/generating_the_url_advanced.md#plain) support.
    • [Serving images from Google Cloud Storage](./docs/serving_files_from_google_cloud_storage.md).
    • [Full support of GIFs](./docs/image_formats_support.md#gif-support) including animated ones.
    • ๐Ÿ“„ [Watermarks](./docs/watermark.md).
    • ๐Ÿ“„ [New Relic](./docs/new_relic.md) metrics.
    • ๐Ÿ“„ [Prometheus](./docs/prometheus.md) metrics.
    • [DPR](./docs/generating_the_url_advanced.md#dpr) option (thanks to selul).
    • [Cache buster](./docs/generating_the_url_advanced.md#cache-buster) option.
    • [Quality](./docs/generating_the_url_advanced.md#quality) option.
    • Support for custom [Amazon S3](./docs/serving_files_from_s3.md) endpoints.
    • Support for [Amazon S3](./docs/serving_files_from_s3.md) versioning.
    • ๐Ÿ”ง [Client hints](./docs/configuration.md#client-hints-support) support (thanks to selul).
    • ๐Ÿ–จ Truncated signature support (thanks to printercu).

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ imgproxy uses source image format by default for the resulting image.
    • Send User-Agent header when downloading a source image.
    • Proper filename in Content-Disposition header in the response.

    ๐Ÿ—„ Deprecated

    • IMGPROXY_MAX_SRC_DIMENSION is deprecated, use IMGPROXY_MAX_SRC_RESOLUTION instead.
  • v2.0.3 Changes

    November 02, 2018

    ๐Ÿ›  Fixed

    • Fix URL validation when IMGPROXY_BASE_URL is used.
  • v2.0.2 Changes

    October 25, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix smart crop + blur/sharpen SIGSEGV on Alpine.
  • v2.0.1 Changes

    October 18, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Minor fixes.
  • v2.0.0 Changes

    October 08, 2018

    ๐Ÿš€ All-You-Ever-Wanted release! :tada:

    โž• Added

    • [New advanced URL format](./docs/generating_the_url_advanced.md). Unleash the full power of imgproxy v2.0.
    • ๐Ÿ“„ [Presets](./docs/presets.md). Shorten your urls by reusing processing options.
    • [Serving images from Amazon S3](./docs/serving_files_from_s3.md). Thanks to @crohr, now we have a way to serve files from private S3 buckets.
    • ๐Ÿ”ง [Autoconverting to WebP when supported by browser](./docs/configuration.md#webp-support-detection) (disabled by default). Use WebP as resulting format when browser supports it.
    • [Gaussian blur](./docs/generating_the_url_advanced.md#blur) and [sharpen](./docs/generating_the_url_advanced.md#sharpen) filters. Make your images look better than before.
    • [Focus point gravity](./docs/generating_the_url_advanced.md#gravity). Tell imgproxy what point will be the center of the image.
    • [Background color](./docs/generating_the_url_advanced.md#background). Control the color of background when converting PNG with alpha-channel to JPEG.

    ๐Ÿ”„ Changed

    • Key and salt are not required anymore. When key or salt is not specified, signature checking is disabled.
    • Imgproxy calcs resulting width/height automaticly when one specified as zero.
    • โšก๏ธ Memory usage is optimized.
  • v1.1.8 Changes

    October 01, 2018

    ๐Ÿ›  Fixed

    • Disable libvips cache to prevent SIGSEGV on Alpine.
  • v1.1.7 Changes

    September 06, 2018

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improved ETag generation.
  • v1.1.6 Changes

    July 26, 2018

    โž• Added

    • ๐Ÿ‘ Progressive JPEG and interlaced PNG support.
  • v1.1.5 Changes

    April 27, 2018

    โž• Added

    • CORS headers.
    • IMGPROXY_BASE_URL config.
    • Content-Length header.