Skip to content

Releases: imazen/imageflow-server

v0.1.9

15 Jun 18:51

Choose a tag to compare

  • 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

15 Jun 06:12

Choose a tag to compare

  • Make logger, memory cache, disk cache, and distributed cache optional to prevent dependency injection errors
  • Reduce MinCanvasSize in Imageflow.Server.Example so watermark is displayed on low-dpi screens
  • Do not use leading slash on S3 or Azure blobs

v0.1.7

15 Jun 03:59

Choose a tag to compare

  • 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

12 Jun 23:42

Choose a tag to compare

Upgrade to Imageflow.Net 0.6.7

Upgrade to Imageflow.Net 0.6.6

12 Jun 14:40

Choose a tag to compare

Upgrade to Imageflow.Net 0.6.6

Upgrade to Imageflow.Net 0.6.5

12 Jun 14:27

Choose a tag to compare

Upgrade to Imageflow.Net 0.6.5

v0.1.3

12 Jun 14:23

Choose a tag to compare

  • 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.

v0.1.2

11 Jun 20:17

Choose a tag to compare

Add .AddRewriteHandler, .AddPreRewriteAuthorizationHandler and AddPos…

v0.1.0

11 Jun 01:42

Choose a tag to compare

Update Readme