Skip to content

Releases: imazen/imageflow-server

v0.6.0 - Small breaking change to S3 configuration API

12 Jan 20:02
59195b1

Choose a tag to compare

Merge pull request #48 from edmacdonald/s3-client-singleton

move s3client creation outside imageflow server code

v0.5.10 - Handle corrupted jpegs without crashing process

29 Mar 17:23

Choose a tag to compare

v0.5.9 - Fix watermarks over PNGs, fix 32-bit mode, optimize 24-bit png and webp file sizes

18 Mar 01:44

Choose a tag to compare

  • Fix P/Invoke problem in 32-bit mode (x86)
  • Optimize PNG and WebP filesize when converting from WebP by decoding without alpha when appropriate
  • Fix compositing when the canvas is a decoded PNG (Fixes imazen/imageflow#580)

v0.5.8 - Fixes HybridCache when cache index is locked by another process at startup

17 Mar 22:16

Choose a tag to compare

Fixes #47 (Error message "HybridCache failed to flush async write, "System.InvalidOperationException: Startup() can only be called once")

v0.5.7 - Upgrade to Imageflow 1.5.6 to Improve png->jpeg conversion speed

13 Mar 21:05

Choose a tag to compare

Merge branch 'main' of github.com:imazen/imageflow-dotnet-server into…

v0.5.6 - Fix x86 mode (32-bit) by upgrading to Imageflow.Net 0.7.21

14 Jan 01:02

Choose a tag to compare

  • Fix x86 mode (32-bit) by upgrading to Imageflow.Net 0.7.21

v0.5.5 - Adding S3 ClientFactory overload

13 Jan 23:59
c643e21

Choose a tag to compare

This release is all thanks to @AlexMedia, who created #44 to allow for custom AmazonS3Client() creation, which supports other S3 credential stores per #43

v0.5.3 - Add endpoints for Kubernetes

19 Dec 07:04

Choose a tag to compare

  • Add /imageflow.ready endpoint for Kubernetes to tell when the app is ready to accept HTTP requests
  • Add /imageflow.health endpoint for Kubernetes to tell when app is still running OK
  • Upgrade to Imageflow.Net 0.7.20
  • Update AWSSDK.S3 and Azure Blob packages

v0.5.2 - Upgrade to Imageflow 1.5.4 and Imageflow.Net 0.7.19

11 Dec 00:32

Choose a tag to compare

  • Fix trim.threshold command string - was causing ContentDependent LayoutError
  • Default to white background when converting PNG32 images to jpeg

v0.5.1 - Fixes bug in HybridCache when contentType == null

10 Dec 20:00

Choose a tag to compare