diff --git a/README.md b/README.md index 1505e1c..0a64a89 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,15 @@ Object storage is one of the most fundamental topic you'll encounter when you de ## Key Updates: +### Bump the version to v1.0.0 + +* Optimize performance for large content reads and writes +* Optimize performance for multiple files concurrently read/write + ### New features since v0.0.4 : * read and write data with multiple threads, more faster and stable. -* Page blob is full supported. +* Page blob is fully supported. ### New features since v0.0.3 : diff --git a/bin/blobfs-win.exe b/bin/blobfs-win.exe index ee2541a..d13c4d3 100644 Binary files a/bin/blobfs-win.exe and b/bin/blobfs-win.exe differ diff --git a/bin/blobfs-win.pdb b/bin/blobfs-win.pdb index 32526f1..d325f27 100644 Binary files a/bin/blobfs-win.pdb and b/bin/blobfs-win.pdb differ diff --git a/bin/blobfs-win.vshost.exe.manifest b/bin/blobfs-win.vshost.exe.manifest new file mode 100644 index 0000000..061c9ca --- /dev/null +++ b/bin/blobfs-win.vshost.exe.manifest @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/bin/bloblib.dll b/bin/bloblib.dll index 3e6925b..5efe874 100644 Binary files a/bin/bloblib.dll and b/bin/bloblib.dll differ