Releases: VirtoCommerce/vc-module-azureblob-assets
3.800.2
🐞 Bug fixes
- (Resolves issue with External link encoded after saving)
3.805.0
3.804.0
3.803.0
🎯 Development
- Add the ability to connect Azure blob storage with SAS (#20)
Description
- Add the ability to connect Azure blob storage with shared access signatures (SAS)
- Refactor getting absolute and relative URI
References
https://learn.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string#configure-a-connection-string-for-an-azure-storage-account
https://learn.microsoft.com/en-us/rest/api/storageservices/create-account-sas
3.802.0
🎯 Development
Two new events, BlobCreatedEvent and BlobDeletedEvent, have been added to enhance event-driven functionality within the system.
🔥 Breaking Changes
AzureBlobProvider constructor changed. The constructor signature for AzureBlobProvider has been modified to AzureBlobProvider(IOptions options, IFileExtensionService fileExtensionService, IEventPublisher eventPublisher) to address the VC0008 warning.
🎬 Action Required:
To resolve this breaking change, it is necessary to update the VirtoCommerce.FileSystemAssets to 3.801 and VirtoCommerce.Content to 3.801.