Releases: SixLabors/ImageSharp.Web
Releases · SixLabors/ImageSharp.Web
v1.0.0-beta7
Release Notes
Release Stats: 3 pull requests from 3 contributors!
Bug
- Fix metadata read datetime to UTC - #58 via @c1rus
- Fix race-condition in AsyncKeyLock - #57 via @kroymann, @JimBobSquarePants
Enhancement
- Update ImageSharp dependency - #59 via @JimBobSquarePants
v1.0.0-beta6
Release Notes
Release Stats: 3 pull requests from 2 contributors!
Enhancement
- Replace IImageProvider.Get() with GetAsync() - #48 via @kroymann
- WIP: Add image cache metadata - #50 via @kroymann, @JimBobSquarePants
- Update post processor with correct information. - #51 via @JimBobSquarePants
v1.0.0-beta5
- Fix cache hash implementation #45
- Remove unused
IAsyncLock
interface
v1.0.0-beta4
Refactored pipeline to improve performance.
- Make AsyncKeyLock lock free #34
- Remove
ILogger
fromIImageResolver
and cleanup unused code. - Update dependencies and StyleCop
- Replace
IBufferManager
to use newSixLabors.Memory
APIs - Replace
IImageResolver
withIImageProvider
- New type
IImageResolver
. #32 - Use pool-backed output stream #33
- Faster cache key hashing #38
1.0.0-beta2
Second beta release of ImageSharp.Web
- Added support for Asp.Net Core 2 projects.
- Fixed bug where image paths including encoded characters
- Support for filesystem cahce busting
- Added logic to reduce chance of double processing identical requests
You can download this release from
1.0.0-beta1
Merge pull request #1 from SixLabors/beta-1 [WIP] beta1 release