From 47aeca0fabc5f7fcd509b8408c701f44f1eb9b59 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Sat, 8 Mar 2025 17:18:39 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d50c4d..fd70b1fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Add [IMGPROXY_BASE64_URL_INCLUDES_FILENAME](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_BASE64_URL_INCLUDES_FILENAME) config. - Add [IMGPROXY_COOKIE_PASSTHROUGH_ALL](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_COOKIE_PASSTHROUGH_ALL) config. - (pro) Add PNG EXIF and XMP data to the `/info` endpoint response. +- (pro) Add the `mime_type` field to the `/info` endpoint response. ### Changed - Treat 206 (Partial Content) responses from a source server as 200 (OK) when they contain a full content range.