1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00
imgproxy/CHANGELOG.md

44 lines
1.6 KiB
Markdown
Raw Normal View History

2018-10-04 22:10:28 +02:00
# Changelog
## v2.0.0
All-You-Ever-Wanted release! :tada:
- Key and salt are not required anymore. When key or salt is not specified, signature checking is disabled;
- [New advanced URL format](./docs/generating_the_url_advanced.md). Unleash 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](https://github.com/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;
- Calc resulting width/height automaticly when one specified as zero.
2018-10-01 18:45:41 +02:00
## v1.1.8
- Disabled libvips cache to prevent SIGSEGV on Alpine
## v1.1.7
- Improved ETag generation
2018-07-16 17:23:38 +02:00
## v1.1.6
- Added progressive JPEG and interlaced PNG support
## v1.1.5.1
2018-05-25 12:41:49 +02:00
- Fixed autorotation when image is not resized
2018-04-27 11:49:38 +02:00
## v1.1.5
- Add CORS headers
- Add IMGPROXY_BASE_URL config
- Add Content-Length header
## v1.1.4
- Added request ID
- Idle time does not causes timeout
- Increased default maximum number of simultaneous active connections