From 0823c4cd6a7f33fda76d917a7f5b14618c7a54a2 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Fri, 21 Nov 2025 20:01:26 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e5e388a..d4646b4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Add [flip](https://docs.imgproxy.net/latest/usage/processing#flip) processing option. - (pro) Add [IMGPROXY_AVIF_SUBSAMPLE](https://docs.imgproxy.net/latest/configuration/options#IMGPROXY_AVIF_SUBSAMPLE) config. - (pro) Add [avif_options](https://docs.imgproxy.net/latest/usage/processing#avif-options) processing option. +- (pro) Return `orientation` field in the `/info` endpoint response when the [dimensions](https://docs.imgproxy.net/latest/usage/getting_info#dimensions) info option is enabled. ### Changed - When image source responds with a 4xx status code, imgproxy now responds with the same status code instead of always responding with `404 Not Found`.