Releases: imazen/resizer
Releases · imazen/resizer
v5.0.13 - Patch libwebp vulnerability to malicious images
v5.0.13-preview09 Merge pull request #462 from imazen/dependabot/nuget/examples/StartHe…
v5.0.12 - Patch libwebp vulnerability to malicious images
Please update immediately if you process untrusted images. See GHSA-7vpr-3ppw-qrpj for more information
Fix configuration loading for HybridCache
v5.0.10 - Don't set content-length header
Don't set Content-Length, it doesn't play well with IIS Middleware such as dynamic compression or IIS HTTP/2 implementations can interact badly with a pre-set content-length. It's not worth it.
v5.0.9 - Fix bug causing "InvalidOperationException HybridCache is not running"
Pre-release
v5.0.9-preview06 Fix "InvalidOperationException: HybridCache is not started" bug
v5.0.8 - Fix possible rare race condition
v5.0.8-preview05 Fix possible rare race condition
v5.0.7-preview-04 - Fix cache size configurations
Fix cache size MiB conversions
v5.0.5-preview03 - Better fix for #367, breaking change to config
- Better fix for #367
- All HybridCacheOptions settings and their xml equivalents have been renamed (docs are now updated)
v5.0.5-preview02 Fixes #367
Merge branch 'develop' of github.com:imazen/resizer into develop
v5.0.4-preview01
Drop multi-arch CI testing for now, it needs tweaking