mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-21 23:02:10 +02:00
* headerwriter in processing_handler.go * Remove not required etag tests * ETagEnabled, LastModifiedEnabled true by default * Changed Passthrough signature * Removed etag package * Merge writeDebugHeaders*
363 B
363 B
📑 Changelog (version/4 dev)
✨ 2025-08-27
🔄 Changed
If-None-Match
is passed through to server request,Etag
passed through from server response ifIMGPROXY_USE_ETAG
is true.IMGPROXY_USE_ETAG
is now true by default.IMGPROXY_USE_LAST_MODIFIED
is now true by default.
❌ Removed
Etag
calculations on the imgproxy side