Update changelog

This commit is contained in:
DarthSim
2023-08-01 18:45:27 +03:00
parent fd2566a489
commit 35dcf5a261

View File

@@ -3,6 +3,7 @@
## [Unreleased] ## [Unreleased]
### Change ### Change
- Don't report `The image request is cancelled` errors. - Don't report `The image request is cancelled` errors.
- (pro) Change the `/info` endpoint behavior to return only the first EXIF/XMP/IPTC block data of JPEG if the image contains multiple metadata blocks of the same type.
### Fix ### Fix
- Fix the `Cache-Control` and `Expires` headers behavior when both `IMGPROXY_CACHE_CONTROL_PASSTHROUGH` and `IMGPROXY_FALLBACK_IMAGE_TTL` configs are set. - Fix the `Cache-Control` and `Expires` headers behavior when both `IMGPROXY_CACHE_CONTROL_PASSTHROUGH` and `IMGPROXY_FALLBACK_IMAGE_TTL` configs are set.