Releases: SenseNet/sn-blob-azure
Releases · SenseNet/sn-blob-azure
sensenet Azure Blob storage 1.1.1
This release follows the namespace changes in the core product. In an existing application please update the NuGet package to get the latest version.
Breaking changes
- We had to refactor a couple of our namespaces to be consistent with the industry standard Dependency Injection namespace. All of our DI extension methods were moved to the
SenseNet.Extensions.DependencyInjection
namespace. If you encounter build errors, please add ausing
statement for this new namespace to your code.
sensenet Azure Blob Storage 1.1
This is a technical release to support the new version of sensenet 7.7.1.
Bug fixes
- fixed a bug related to blob id allocation that allowed re-using the same blob id multiple times
sensenet Azure Blob storage 1.0.0
Initial release
This is the first release of the Azure Storage-based blob provider implementation for sensenet.
For details about blob providers in sensenet and configuring the Azure blob provider please visit this article: