Add
- Add
IMGPROXY_WORKERS
alias for theIMGPROXY_CONCURRENCY
config. - Add multi-region mode to S3 integration.
- Add the ability to load environment variables from a file or a cloud secret.
- (pro) Add pages processing option.
Change
- Don't report
The image request is cancelled
errors. - Create and destroy a tiny image during health check to check that vips is operational.
- (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 reporting image loading errors.
- Fix the
Cache-Control
andExpires
headers behavior when bothIMGPROXY_CACHE_CONTROL_PASSTHROUGH
andIMGPROXY_FALLBACK_IMAGE_TTL
configs are set. - (pro) Fix the
IMGPROXY_FALLBACK_IMAGE_TTL
config behavior when thefallback_image_url
processing option is used.