Skip to content

Releases: imazen/resizer

v5.0.13 - Patch libwebp vulnerability to malicious images

30 Sep 01:14
088e585
Compare
Choose a tag to compare
Merge pull request #462 from imazen/dependabot/nuget/examples/StartHe…

…re/Imageflow.NativeRuntime.win-x86-2.0.0-preview8

Bump Imageflow.NativeRuntime.win-x86 from 2.0.0-preview1 to 2.0.0-preview8 in /examples/StartHere

v5.0.12 - Patch libwebp vulnerability to malicious images

27 Sep 19:36
Compare
Choose a tag to compare

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

17 Nov 20:03
088a712
Compare
Choose a tag to compare
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"

04 Nov 22:19
Compare
Choose a tag to compare
v5.0.9-preview06

Fix "InvalidOperationException: HybridCache is not started" bug

v5.0.8 - Fix possible rare race condition

04 Nov 21:32
6766a25
Compare
Choose a tag to compare
v5.0.8-preview05

Fix possible rare race condition

v5.0.7-preview-04 - Fix cache size configurations

14 Oct 22:02
Compare
Choose a tag to compare
Fix cache size MiB conversions

v5.0.5-preview03 - Better fix for #367, breaking change to config

14 Oct 21:56
Compare
Choose a tag to compare
  1. Better fix for #367
  2. All HybridCacheOptions settings and their xml equivalents have been renamed (docs are now updated)

v5.0.5-preview02 Fixes #367

29 Sep 15:38
Compare
Choose a tag to compare
Pre-release
Merge branch 'develop' of github.com:imazen/resizer into develop

v5.0.4-preview01

26 Aug 05:31
Compare
Choose a tag to compare
v5.0.4-preview01 Pre-release
Pre-release
Drop multi-arch CI testing for now, it needs tweaking