Skip to content

Releases: imazen/imageflow-server

v0.4.1 - Add .SetLicenseKey() and .SetMyOpenSourceProjectUrl()

31 Oct 01:50
Compare
Choose a tag to compare

Add stub methods so users can register their license keys even though we don't validate them yet.

  • Add .SetLicenseKey() and .SetMyOpenSourceProjectUrl() methods to ImageflowMiddlewareOptions

v0.4.0 - Breaking change if you use .SetRequireRequestSignature() or .AddRequestSigningKey() or

30 Oct 00:03
Compare
Choose a tag to compare

ImageflowMiddlewareOptions.SetRequireRequestSignature() and .AddRequestSigningKey() have been replaced with
.SetRequestSignatureOptions(). See Readme for example

v0.3.12

29 Oct 20:52
Compare
Choose a tag to compare
  • Upgrade to Imageflow.NET 0.7.8 and Imageflow 1.4.13
  • Determine HTTP Content-type from file bytes instead of from file extensions (incorrect image extensions are no longer a problem)
  • Fixes #27, Add ImageflowMiddlewareOptions.HandleExtensionlessRequestsUnder(prefix, comparison)
  • Fixes #28, dots in extension sanitize

v0.3.11 - Improve 404 messages for blobs

02 Oct 17:33
Compare
Choose a tag to compare
Include base exception message when blobs are not found

v0.3.10 - Upgrade to Imageflow 1.4.11-rc51 so all linux platforms can be supported

22 Sep 03:19
Compare
Choose a tag to compare
  • Upgrade to Imageflow 1.4.11-rc51 so all linux platforms can be supported

v0.3.9 - Allow customizing S3 ServiceURL via AmazonS3Config

21 Sep 22:30
Compare
Choose a tag to compare
  • Update AWSSDK.S3 dependency
  • Storage.S3: Allow providing a custom AmazonS3Config for each bucket mapping created with MapPrefix. Fixes #24

v0.3.8 - Improve disk cache reliability

17 Sep 01:27
Compare
Choose a tag to compare
  • Wait 10 or more seconds before flushing last accessed date changes to disk in the disk cache - this drastically reduces race conditions where a SetLastAccessTimeUtc call prevents a cached file from being read.
  • Update to Imageflow.Net 0.7.2
  • Add Imageflow.Server.ExampleDocker
  • Add example CustomBlobService.cs that allows containers to be accessed dynamically instead of requiring them to be specified at startup.

Add support for signed requests and unusual jpeg extensions

12 Aug 18:00
Compare
Choose a tag to compare
v0.3.7

Add support for jpegs with .jfi, .jfif, .jpe, .jif extensions

v0.3.6 - Add AddWatermarkingHandler(), publish Imageflow.Server.Storage.RemoteReader

30 Jul 02:12
Compare
Choose a tag to compare
  • Add AddWatermarkingHandler()
  • Publish Imageflow.Server.Storage.RemoteReader to nuget

v0.3.5

30 Jul 01:27
Compare
Choose a tag to compare
Make case sensitivity configurable and fix prefix sorting