mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
Update changelog
This commit is contained in:
parent
da1a802632
commit
431dad235c
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,5 +1,23 @@
|
||||
# Changelog
|
||||
|
||||
## v2.1.0
|
||||
|
||||
- [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) including animated ones;
|
||||
- [Watermarks](./docs/watermark.md);
|
||||
- [New Relic](./docs/new_relic.md) metrics;
|
||||
- [Prometheus](./docs/prometheus.md) metrics;
|
||||
- [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;
|
||||
- Using source image format when one is not specified in the URL;
|
||||
- Sending `User-Agent` header when downloading a source image;
|
||||
- Setting proper filename in `Content-Disposition` header in the response;
|
||||
- Truncated signature support.
|
||||
|
||||
## v2.0.3
|
||||
|
||||
Fixed URL validation when IMGPROXY_BASE_URL is used
|
||||
|
Loading…
Reference in New Issue
Block a user