Skip to content

Releases: imazen/imageflow-server

v0.9.0

04 Jul 08:10

Choose a tag to compare

Upgrade to Imageflow.Net 0.14.1

Match 0.8.2 API (roll back accidental experimental surface draft in Imazen.Common)

26 Jun 04:16

Choose a tag to compare

Match 0.8.2 API (roll back accidental experimental surface draft in Imazen.Common)

v0.9.0-rc01

18 Jun 05:37

Choose a tag to compare

Dual target .net 6+8, use 8 instead of 7, switch to System.Text.Json instead of Newtonsoft, use Imageflow 2.1.1-rc10, Imageflow.Net 0.14.0-rc01

HybridCacheService now sets WriteSynchronouslyWhenQueueFull = false

28 Nov 22:04
a5fea26

Choose a tag to compare

HybridCacheService now sets WriteSynchronouslyWhenQueueFull = false to stop request failures in deployment scenarios where multiple instances are trying to write to the same database and one process cannot do any disk writes.

v0.8.2 - Patch libwebp flaw

26 Sep 07:10

Choose a tag to compare

Please update immediately if you process untrusted images with Imageflow. See GHSA-7vpr-3ppw-qrpj for more information

Tweak Imageflow.Server.Host for better experience

28 Jun 03:49

Choose a tag to compare

  • Released packages will have all the files in the root of the .zip
  • The default imageflow.toml will define a helpful default page with a test image and a link to /imageflow.debug
  • A problematic alpha setting now defaults to disabled.
  • A bit of helpful messaging about imageflow.toml in /imageflow.debug

v0.8.0 - New package and bug fixes

28 Jun 02:48

Choose a tag to compare

  • Imageflow.Server.Configuration allows you to load an imageflow.toml file instead of config-as-code in Startup.cs
  • Imageflow.Server.Host is an app that uses this to provide a copy-and-paste-into-IIS solution.
  • We have dropped support for .NET 3.1 and .NET 5, just like Microsoft/Github.
  • Dockerfiles now use ASP.NET 7 (the ideal target atm)
  • We now send weak e-tags - no concrete bug or real-word case was identified but in theory, a very very slow (kbps) connection could cause a range-request that gets two different versions of a file if you have a tiny cache with tons of churn and non-deterministic compression.
  • This might be FIPS compliant. FIPS compliance is bogus and deprecated but some obscure corps still enable it.

v0.7.9 - Add support for &srcset syntax, let webp read &quality=

04 Apr 00:46

Choose a tag to compare

v0.7.8 - Upgrade dependencies, incl. Imageflow 2.0.0-preview4, .NET 7 testing

06 Jan 22:07

Choose a tag to compare

v0.7.7

25 Aug 23:28

Choose a tag to compare

Explicitly `<RestoreLockedMode>false</RestoreLockedMode>`