Skip to content

Blobfs Version 0.0.3 Released

Compare
Choose a tag to compare
@weswu8 weswu8 released this 23 Nov 08:23
· 10 commits to master since this release

-Ported the blobfs to windows platform. It became a universal solution.

-Improve the performance of list/rename/delete operation by enabling the multi-threading way. now it can list/rename/delete the thousands of items within few seconds.

-By requests of many users, I changed the queue from service bus to the Azure Queue storage,This will greatly simplify the configuration.

-Various bugs fixed, It is now more stable.