Releases: imazen/imageflow-server
Releases · imazen/imageflow-server
v0.1.9
- Refactor 404s: Missing blob keys are now mentioned
- Missing watermark images also now throw 400 instead of 500s
- Example: Lower SetMinCanvasSize so watermark is displayed
- Add ImageflowMiddlewareOptions.AddCommandDefault(key,value). This allows (for example) setting a default sharpening value for all images ("f.sharpen", "12"), changing the down-sampling filter ("down.filter", "mitchell"), or increasing the default webp quality ("webp.quality", "90")
v0.1.8
v0.1.7
- Rename IBlobData.OpenReadAsync -> OpenRead as it is not async
- Move IClassicDiskCache from using Imageflow.Server.Extensibility. to Imazen.Common.Extensibility
- Add extra protection against path traversal attacks using Path.GetFullPath
- Add BlobPrefix support to S3
- Update to Imageflow.Net 0.6.8 and fix usage of deprecated functions
Upgrade to Imageflow.Net 0.6.7
Upgrade to Imageflow.Net 0.6.7
Upgrade to Imageflow.Net 0.6.6
Upgrade to Imageflow.Net 0.6.6
Upgrade to Imageflow.Net 0.6.5
Upgrade to Imageflow.Net 0.6.5
v0.1.3
- Recognize "dpr" as querystring key
- Fix logging null querystrings
- Friendly error message for when WebRootPath is null
- Readme: Specify -pre on Install-Package commands
- Return 404 error instead of throwing FileNotFound exception
- Fix AzureBlob key concatenation to use BlobPrefix instead of UrlPrefix and handle slashes appropriately.