Releases: SixLabors/ImageSharp.Web
Releases · SixLabors/ImageSharp.Web
v3.1.3
What's Changed
- Update refs and fix EXIF handling. by @JimBobSquarePants in #374
Full Changelog: v3.1.2...v3.1.3
v3.1.2
What's Changed
- Update ImageSharp to v3.1.4 by @JimBobSquarePants in #365
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- Bump actions/setup-dotnet from 3 to 4 by @dependabot in #346
- Cache folder configuration for Azure and AWS Image Caches (Lombiq Technologies: OCORE-136) by @Piedone in #353
- Bump actions/cache from 3 to 4 by @dependabot in #355
- Bump NuGet/setup-nuget from 1 to 2 by @dependabot in #356
- Bump SixLabors.ImageSharp from 3.1.0 to 3.1.3 in /src/ImageSharp.Web by @dependabot in #358
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #357
New Contributors
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Remove async HMAC operations. by @JimBobSquarePants in #327
- Use HMAC one-shot methods instead of instances by @jevgenigeurtsen in #330
- Bump actions/checkout from 3 to 4 by @dependabot in #336
- 3.1 release compatibility by @mdupras in #341
- Update Imagesharp by @JimBobSquarePants in #345
New Contributors
- @jevgenigeurtsen made their first contribution in #330
Full Changelog: v3.0.1...v3.1.0
v3.0.1
What's Changed
- Fix DecoderOptions handler. by @JimBobSquarePants in #323
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Added a check when forbidden is returned from S3 bucket by @mdupras in #282
- Add Authorization Utilitites by @JimBobSquarePants in #281
- Drop .NET Core 2.1 to fix Azure dependency security issue by @JimBobSquarePants in #286
- Aws s3 client timeout by @mdupras in #287
- Bump actions/setup-dotnet from 2 to 3 by @dependabot in #289
- Fixed build status shield by @MarkCiliaVincenti in #294
- Update target framework, infrastructure, and fix build warnings by @JimBobSquarePants in #303
- Add Parsing of TargetRectangle to ResizeWebProcessor by @stefannikolei in #306
- Remove nullabel disable by @stefannikolei in #307
- Update to Imagesharp v3 by @JimBobSquarePants in #305
- Remove nullable disable from azure by @stefannikolei in #309
- Fix license link in readme. by @JimBobSquarePants in #314
- Updated the
KeyExists
from aws to keep the response metadata in the image resolver by @mdupras in #317 - Remove nullable disable from aws by @stefannikolei in #312
- Introduce Taghelper by @JimBobSquarePants in #290
- Bump ImageSharp dependency to v3.0.1 by @JimBobSquarePants in #319
- Update Azure and AWS dependencies by @JimBobSquarePants in #320
- Use a single pipeline for images. by @JimBobSquarePants in #321
New Contributors
- @MarkCiliaVincenti made their first contribution in #294
Full Changelog: v2.0.2...v3.0.0
v2.0.2
What's Changed
- Bump actions/setup-dotnet from 1 to 2 by @dependabot in #271
- Bump actions/checkout from 2 to 3 by @dependabot in #269
- Bump actions/cache from 2 to 3 by @dependabot in #270
- Bump codecov/codecov-action from 1 to 3 by @dependabot in #272
- Url decode path before fetching from file system, fixes #278 by @jrunestone in #279
- Add
UseAccelerateEndpoint
to IAWSS3BucketClientOptions by @mdupras in #276 - Bump ImageSharp version by @JimBobSquarePants in #280
New Contributors
- @dependabot made their first contribution in #271
- @jrunestone made their first contribution in #279
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Re-add AutoOrientWebProcessor by @brianpopow in #260
- Update QualityWebProcessor.cs docs by @deanmarcussen in #253
- Added AuthenticationRegion to AmazonS3Client Endpoint based clients by @mdupras in #263
- Fix infinite loop on cache file read error. by @JimBobSquarePants in #264
- Use full URl as HMAC cache key by @JimBobSquarePants in #265
- Optimize Invalid command removal. by @JimBobSquarePants in #268
New Contributors
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
Advisories and Breaking Changes
- Replace generic dictionary for commands with specialized collection type. by @JimBobSquarePants in #203
- Abstract cache key creation to ICacheKey by @ronaldbarendse in #206
- Add CacheFolderDepth option and create shorter file names by @ronaldbarendse in #213
- Decouple PhysicalFileSystemProvider from WebRootFileProvider by @JimBobSquarePants in #214
Enhancements
- Deleted unused ConcurrentDictionaryExtensions by @deanmarcussen in #199
- Reference ImageSharp V2 preview by @JimBobSquarePants in #201
- Fix method signature by @JimBobSquarePants in #202
- Use more efficient (and not obsolete) download method for Azure Blobs. by @JimBobSquarePants in #205
- Feat/aws AWS S3 provider by @andyfelton-equatedigital in #209
- AWS S3 Provider by @andymac4182 in #75
- Git LFS fixes for sample images by @JimBobSquarePants in #211
- Add AutoOrientWebProcessor by @JimBobSquarePants in #215
- Respect EXIF orientation when resizing by @JimBobSquarePants in #217
- Separate AWS cache options and normalize implementations by @JimBobSquarePants in #219
- Removed the AutoOrientWebProcessor. by @dlemstra in #220
- Load source images asynchronously to prevent thread pool exhaustion by @kroymann in #222
- Apply updates to XY and Anchor positions based on EXIF metadata by @JimBobSquarePants in #221
- Replace PhysicalFileProvider with File in PhysicalFileSystemCache and PhysicalFileSystemProvider by @ronaldbarendse in #225
- Build against .NET 5 and .NET 6 by @ronaldbarendse in #216
- Allow ImageSharp to determine the best pixel format on load. by @JimBobSquarePants in #235
- Allow runtime physical deletion of cached images by @JimBobSquarePants in #240
- Fix anchor position transforms and tests in ExifOrientationUtilities by @ronaldbarendse in #242
- Expose ExifOrientationUtilities and ICommandConverter implementations by @JimBobSquarePants in #241
- Add FileProviderImageProvider and WebRootImageProvider by @ronaldbarendse in #243
- Add InsertProvider extensions and tests by @JimBobSquarePants in #247
- PhysicalFileSystem optimizations by @JimBobSquarePants in #246
- Add HMAC authentication options. by @JimBobSquarePants in #250
- Make InsertProvider idempotent and remove reflection by @ronaldbarendse in #249
- Remove no-op ImageSharpConfiguration and setup action by @ronaldbarendse in #245
New Contributors
- @andyfelton-equatedigital made their first contribution in #209
- @andymac4182 made their first contribution in #75
Full Changelog: v1.0.5...v2.0.0
v1.0.5
What's Changed
- Avoid most allocations in GetExtensionFromUri by @PhyxionNL in #188
- Restore ability to use null cache by @kroymann in #194
- Ensure invalid format commands don't get processed. by @JimBobSquarePants in #197
New Contributors
- @PhyxionNL made their first contribution in #188
Full Changelog: v1.0.4...v1.0.5