Skip to content

2.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare

What's Changed

  • Implement IFileProviderFactory, move shared infrastructure to Umbraco.StorageProviders and support Umbraco 10 by @ronaldbarendse in #36

Breaking Changes

  • Target framework updated to .NET 6 and dependencies updated to Umbraco 10.0.0-rc3 and ImageSharp.Web 2.0.0
  • AzureBlobFileSystem now implements IFileProviderFactory to expose the files via the ASP.NET Core WebRootFileProvider, removing the AzureBlobFileSystemMiddleware and UseAzureBlobMediaFileSystem() extension method
  • The CDN configuration now binds to the Umbraco:Storage:Cdn configuration section (instead of Umbraco:Storage:AzureBlob:Media:Cdn)

Full Changelog: release-1.1.0...release-2.0.0-rc1