Releases: Azure/azure-storage-net-data-movement
Releases · Azure/azure-storage-net-data-movement
Storage Data Movement Library 2.0.4
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
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
2020.04.14 Version 2.0.2
- Updated dependency System.Net.Http in Net Core from v4.3.0 to v4.3.4 due to vulnerability (aspnet/Announcements#239)
Storage Data Movement Library 2.0.1
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
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
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
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
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
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
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.