1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-11-23 22:34:44 +02:00

Update changelog

This commit is contained in:
DarthSim
2025-11-21 20:01:26 +03:00
parent 51ae5cbbb1
commit 0823c4cd6a

View File

@@ -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`.