Skip to content

Releases: Azure/azure-storage-net-data-movement

Storage Data Movement Library 2.0.4

13 May 17:44
0c496cf
Compare
Choose a tag to compare

2020.05.13 Version 2.0.4

  • Includes changes from 2.0.3
  • Resolves #270 where the Microsoft.Azure.Storage.* libraries were pointing to the previously supported versions
  • Upgraded to Microsoft.Azure.Storage.Blob to 11.2.3
  • Upgraded to Microsoft.Azure.Storage.File to 11.2.3
  • Upgraded to Microsoft.Azure.Storage.Common to 11.2.3

Storage Data Movement Library 2.0.3

15 Apr 22:44
5bd08f3
Compare
Choose a tag to compare

2020.04.15 Version 2.0.3

  • Includes changes from 2.0.2
  • Nuget Release resolves warning of compatibility issues when Target Framework is using Net Core

Storage Data Movement Library 2.0.2

15 Apr 21:32
5bd08f3
Compare
Choose a tag to compare

2020.04.14 Version 2.0.2

Storage Data Movement Library 2.0.1

21 Nov 00:02
ec0c1e8
Compare
Choose a tag to compare

2020.11.20 Version 2.0.1

  • All Service on both .Net Framework and .Net Core
    • Fixed an issue which may cause data loss in copying with ServiceSideSyncCopy, when source and destination are both Page Blob or Azure File.

Storage Data Movement Library 2.0.0

04 Sep 04:40
4580f93
Compare
Choose a tag to compare

2020.08.31 Version 2.0.0

  • All Service on both .Net Framework and .Net Core
    • Upgraded Microsoft.Azure.Storage.Blob from 11.1.2 to 11.2.2
    • Upgraded Microsoft.Azure.Storage.File from 11.1.2 to 11.2.2
    • Added a parameter in SetAttributesCallbackAsync to represent source instance.
  • Blob Service on both .Net Framework and .Net Core
    • Added support to set encryption scope when destination is Azure Blob Service.
  • File Service on both .Net Framework and .Net Core
    • Added support to preserve preserve file permissions and SMB attributes when copying between Azure File Services.
  • All Service on .Net Core
    • Fix an issue of throwing out "illegal character" in some environment without UNC path support.

Storage Data Movement Library 1.3.0

04 Mar 05:54
Compare
Choose a tag to compare

2020.02.26 Version 1.3.0

  • All Service on both .Net Framework and .Net Core
    • Upgraded Microsoft.Azure.Storage.Blob from 11.1.1 to 11.1.2
    • Upgraded Microsoft.Azure.Storage.File from 11.1.1 to 11.1.2
    • Added a copy method to leverage Service Side Synchronous Copy to copy between Azure Files, or between Blob and Azure File.
  • Page Blob and File Service on both .Net Framework and .Net Core
    • Reduce request of ListRanges when source is small Page Blob or Azure File.

Storage Data Movement Library 1.2.0

27 Dec 04:07
Compare
Choose a tag to compare

2019.12.17 Version 1.2.0

  • All Service on both .Net Framework and .Net Core
    • Upgraded Microsoft.Azure.Storage.Blob from 11.1.0 to 11.1.1
    • Upgraded Microsoft.Azure.Storage.File from 11.1.0 to 11.1.1
    • Changed to not send request to query copying status when the Service Side Synchronous Copy can be completed when StartCopy request returns.
  • File Service on both .Net Framework and .Net Core
    • Added support to preserve file permission when uploading/downloading from/to local file directory to/from Azure File directory on Windows.
    • Removed client side file size limitation checking and changed to leverage server side file size checking when transferring destination is Azure File.

Storage Data Movement Library 1.1.0

29 Sep 15:00
4b2918b
Compare
Choose a tag to compare

2019.09.29 Version 1.1.0

  • All Service on both .Net Framework and .Net Core
    • Upgraded Microsoft.Azure.Storage.Blob from 10.0.3 to 11.1.0
    • Upgraded Microsoft.Azure.Storage.File from 10.0.3 to 11.1.0
    • Fixed an issue of CPU is still in using when there's nothing being transferred in DataMovement Library
    • Fixed an issue of reporting exception when running on a specific environment with FIPS enabled
  • File Service on both .Net Framework and .Net Core
    • Optimized on Azure File directory creation when uploading from local file directory to Azure File directory and copying from Azure Blob virtual directory to Azure File directory
    • Added support to copying empty directories when uploading/downloading from/to local file directory to/from Azure File directory
    • Added support to preserve SMB attributes when uploading/downloading from/to local file directory to/from Azure File directory on Windows. SMB attributes includes creation time, last write time and NTFS File Attributes.

Storage Data Movement Library 1.0.0

09 Aug 05:46
510bd15
Compare
Choose a tag to compare

2019.08.08 Version 1.0.0

  • Blob Service on both .Net Framework and .Net Core
    • Added a copy method to leverage Service Side Synchronous Copy when copying blobs.
    • Changed default block size in uploading block blob from 8MB to 4MB.

Storage Data Movement Library 0.12.0

09 Jul 04:51
d8f127b
Compare
Choose a tag to compare
Pre-release

2019.07.05 Version 0.12.0

  • All Services on both .Net Framework and .Net Core
    • Upgraded Microsoft.Azure.Storage.Blob from 10.0.1 to 10.0.3
    • Upgraded Microsoft.Azure.Storage.File from 10.0.1 to 10.0.3
  • File Service on both .Net Framework and .Net Core
    • Improved listing performance when transfer source is Azure File Directory.