jakeFeldman / strapi-provider-upload-azure-storage

Strapi Provider Upload Azure Storage
MIT License
75 stars 42 forks source link

Azure Blob Storage version deprecated. #52

Closed kid-three closed 1 year ago

kid-three commented 2 years ago

Hi,

Thanks for this package. Helped out a lot. JI just got it all working.

I get the following warning

npm WARN deprecated @azure/storage-blob@10.5.0: This version has been deprecated, please upgrade to the version tagged as latest

Seeing as @azure/storage-blob is nos on version 12.x, would it be prudent to update this dependency?

jakeFeldman commented 2 years ago

Hello @kid-three thanks for reaching out. I have looked into upgrading but there are breaking changes and have not had the time to implement the upgrade. I would welcome any PRs for this but at this time I'm not able to commit the time to the work. Thanks!

spoilerdo commented 1 year ago

What are the breaking changes? And how do I setup a test environment?

jakeFeldman commented 1 year ago

Hello @spoilerdo, @azure/storage-blob is deprecated and should be updated. As for the APIs that have changed I'm not 100%. I test locally with a local strapi and yarn link

jakeFeldman commented 1 year ago

Thanks for flagging I've updated the plugin and will be releasing a new version.

jakeFeldman commented 1 year ago

Addressed in https://github.com/jakeFeldman/strapi-provider-upload-azure-storage/pull/57