Releases: imazen/imageflow-server
Releases · imazen/imageflow-server
v0.4.1 - Add .SetLicenseKey() and .SetMyOpenSourceProjectUrl()
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
ImageflowMiddlewareOptions.SetRequireRequestSignature() and .AddRequestSigningKey() have been replaced with
.SetRequestSignatureOptions(). See Readme for example
v0.3.12
- 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
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
- Upgrade to Imageflow 1.4.11-rc51 so all linux platforms can be supported
v0.3.9 - Allow customizing S3 ServiceURL via AmazonS3Config
- 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
- 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
v0.3.7 Add support for jpegs with .jfi, .jfif, .jpe, .jif extensions
v0.3.6 - Add AddWatermarkingHandler(), publish Imageflow.Server.Storage.RemoteReader
- Add AddWatermarkingHandler()
- Publish Imageflow.Server.Storage.RemoteReader to nuget