Releases: SixLabors/ImageSharp.Web
Releases · SixLabors/ImageSharp.Web
v1.0.0-rc.1
Release Notes
Milestone: 1.0.0-rc1
Azure
- Update Azure Blob SDK and cleanup - #87 via @JimBobSquarePants
- Add Support for Multiple Azure Connections and Containers. - #91 via @JimBobSquarePants
- Copy Azure stream to prevent read errors - #86 via @JimBobSquarePants
Bug
- Create PhysicalFileProvider from Webroot - #80 via @deanmarcussen
- AnchorPositionMode.Center is ignored when CenterCoordinates is Empty - #90 via @meixger
Build
- New build process - #84 via @JimBobSquarePants
- Update shared infrastructure - #89 via @brianpopow
Documentation
- Modify installation guide. Add API samples. - #88 via @jz5, @JimBobSquarePants
Enhancement
- Add a setting so providers can process images when no commands are supplied. - #83 via @Pandorax100
v1.0.0-beta9
v1.0.0-beta8
- #66 - Query collection to remove. Fix #62 contributed by JimBobSquarePants
- #67 - Don't use readonly SpinLock. Fixes #63 #64
bugcontributed by JimBobSquarePants - #69 - Improve ImageSharpMiddleware no-op case's performance contributed by lahma
- #72 - Update remove extensions to handle implementation factories
bugcontributed by deanmarcussen - #73 - Return on no commands
enhancementcontributed by JimBobSquarePants - #74 - Better handle edge cases for determining updated source files
enhancementcontributed by JimBobSquarePants
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
IAsyncLockinterface
v1.0.0-beta4
Refactored pipeline to improve performance.
- Make AsyncKeyLock lock free #34
- Remove
ILoggerfromIImageResolverand cleanup unused code. - Update dependencies and StyleCop
- Replace
IBufferManagerto use newSixLabors.MemoryAPIs - Replace
IImageResolverwithIImageProvider - 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