Releases: imazen/imageflow-dotnet
Releases · imazen/imageflow-dotnet
v0.7.7 - Add BuildJobResult.PerformanceDetails
- Add BuildJobResult.PerformanceDetails
v0.7.6 - Fix error messages for missing crt and wrong bitness
- Fix error messages for missing crt and wrong bitness
v0.7.5 - Explain when imageflow.dll is the wrong format or the C Runtime is missing
Error messages now explain when imageflow.dll is the wrong format or the C Runtime is missing
v0.7.4 - Fix bug introduced in 0.7.3 that fails to search runtimes/rid/native sub-directories properly
- Fix bug introduced in 0.7.3 that fails to search runtimes/[rid]/native sub-directories properly
v0.7.3 - Find imageflow.dll in more places, faster
- Stop searching /x64/ and /x86/ subdirectories of /runtimes/:rid:/native/
- Search within AppDomain.CurrentDomain.RelativeSearchPath (and do so first)
v0.7.2 - Look in more places for imageflow.dll
Merge pull request #18 from pompiamp/fix/issue17 Azure functions - lookup binaries in parent directory -https://github…
v0.7.1 - Don't log exceptions to the console
- Don't log exceptions to the console
- Incrementally try to get exception details use longer and longer buffers.
v0.7.0 - Add support for limiting decode, encode, and frame size via SecurityOptions
- Add support for limiting decode, encode, and frame size via SecurityOptions
- Refactor .Finish() APIs to use FinishJobBuilder and allow adding of SecurityOptions, CancellationTokens.
- Mark FluentBuildJob deprecated
- Make default license AGPLv3 to avoid confusion (libimageflow is AGPLv3/Commercial dual licensed, and Imageflow.NET is tri-licensed under AGPLv3/Commercial/Apache 2
v0.6.9 - Fix ImageInfo.ImageHeight
- Fix ImageInfo.ImageHeight - it was producing incorrect values
- Rename FluentBuildJob -> ImageJob, leave FluentBuildJob alias