Skip to content

10.0.0

Compare
Choose a tag to compare
@ronaldbarendse ronaldbarendse released this 21 Jun 14:48
· 166 commits to main since this release

What's Changed

  • Update major version to align with the CMS
  • Implement IFileProviderFactory, move shared infrastructure to Umbraco.StorageProviders and support Umbraco 10 by @ronaldbarendse in #36
  • Remove extra slash between CDN URL and media path by @ronaldbarendse in #41

Breaking Changes

  • Target framework updated to .NET 6 and dependencies updated to Umbraco 10.0.0 and ImageSharp.Web 2.0.1
  • 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.1...release-10.0.0