All Versions
82
Latest Version
Avg Release Cycle
19 days
Latest Release
901 days ago
Changelog History
Page 8
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, useIMGPROXY_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.