Skip to content

Releases: umbraco/Umbraco.StorageProviders

11.0.0-rc1

21 Oct 09:14
Compare
Choose a tag to compare
11.0.0-rc1 Pre-release
Pre-release

What's Changed

Breaking Changes

  • Target framework updated to .NET 7 (RC2) and dependency updated to Umbraco 11.0.0-rc1

Full Changelog: release-10.0.0...release-11.0.0-rc

10.0.0

21 Jun 14:48
Compare
Choose a tag to compare

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

10.0.0-rc1

09 Jun 10:10
Compare
Choose a tag to compare
10.0.0-rc1 Pre-release
Pre-release

What's Changed

  • Update major version to align with the CMS
  • Update dependency to Umbraco 10.0.0-rc5 (and add upper version limit)
  • Remove extra slash between CDN URL and media path by @ronaldbarendse in #41

Breaking Changes

See 2.0.0-rc1 release notes.

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

1.1.1

09 Jun 11:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: release-1.1.0...release-1.1.1

2.0.0-rc1

23 May 13:39
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release

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

1.1.0

21 Mar 11:54
a33c198
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release-1.0.0...release-1.1.0

1.0.0

21 Mar 11:54
Compare
Choose a tag to compare

What's Changed

  • Document expected folder structure in blob container by @JoseMarcenaro in #4
  • Added quotes to ETag value by @RSDevelopsUK in #2
  • Allow other middlewares to handle requests when file isn't found on Blob by @vsilvar in #8
  • Support Umbraco 9.0.0-rc002, restructure and use ImageSharp image/cache resolvers by @ronaldbarendse in #9
  • Setup ci/cd pipeline by @p-m-j in #12
  • Added additional metadata to Directory.Build.Props by @p-m-j in #14

New Contributors

Full Changelog: https://github.com/umbraco/Umbraco.StorageProviders/commits/release-1.0.0