Releases: Azure/azure-storage-net-data-movement
Releases · Azure/azure-storage-net-data-movement
Storage Data Movement Library 0.11.0
2019.04.25 Version 0.11.0
- All Services on both .Net Framework and .Net Core
- Upgraded azure storage blob client library from 9.4.2 to 10.0.1
- Upgraded azure storage file client library from 9.4.2 to 10.0.1
- Changed base namespace from Microsoft.WindowsAzure.Storage.DataMovement to Microsoft.Azure.Storage.DataMovement, assembly name is changed accordingly, nuget package name is not changed.
Storage Data Movement Library 0.10.1
2019.03.04 Version 0.10.1
- All Services on both .Net Framework and .Net Core
- Changed dependency from azure storage client library 9.3.2 to azure storage blob client library 9.4.2 and azure storage file client library 9.4.2
- Fixed issue of config to disable content MD5 checking in download doesn't take effect during resuming
- Fixed issue of hang when uploading from a non-fixed sized stream
- Blob Service on both .Net Framework and .Net Core
- Fixed issue of block id may not be correct when changing BlockSize during uploading from a non-fixed sized stream to block blob
- All Services on .Net Framework
- Minimum required .Net Framework version is changed from 4.5 to 4.5.2
Storage Data Movement Library 0.9.0
2018.10.25 Version 0.9.0
- All Services on both .Net Framework and .Net Core
- Upgrade azure storage client library to 9.3.2
- Enhance exception handling during enumeration to add more detailed error messages
- Disable transational MD5 on sync copying when using HTTPS protocol
- Change to overwrite destination's metadata with source's metadata in async copying instead of keeping destination's metadata
- Add support for download from the same Azure Blob/Azure File to different Stream intances with multiple transfer jobs
Storage Data Movement Library 0.8.1
2018.07.31 Version 0.8.1
- All Services on both .Net Framework and .Net Core
- Upgrade azure storage client library to 9.3.0
- Enhance exception handling during enumeration to avoid throwing out unexpected exceptions
- Blob Service
- Optimize on block blob uploading and downloading
Storage Data Movement Library 0.8.0
2018.06.14 Version 0.8.0
- All Services on both .Net Framework and .Net Core
- Changed following callbacks to asynchronized methods:
ShouldOverwriteCallback --> ShouldOverwriteCallbackAsync
ShouldTransferCallback --> ShouldTransferCallbackAsync
SetAttributesCallback --> SetAttributesCallbackAsync
- Changed following callbacks to asynchronized methods:
- Blob Service
- Added support for directory markers (hdi_isfolder=true) produced by Hadoop file system drivers for Blob storage
- Use the value set in TransferConfigurations.BlockSize as threshold to upload block blob with a single put blob request, the default value is 4MB
Storage Data Movement Library 0.7.1
2018.02.10 Version 0.7.1
- All Services on both .Net Framework and .Net Core
- Upgraded azure storage client library to 9.0.0
Storage Data Movement Library 0.7.0
2017.12.22 Version 0.7.0
- All Services on both .Net Framework and .Net Core
- Added support of uploading from non-seekable, non-fixed sized stream to block blob or append blob
- Added support of uploading from non-seekable stream to page blob, azure file
- Added error reporting about DataMovement Library doesn't support resuming of transferring from or to a stream
- All Services on .Net Core
- Added support of transferring directory with symlinked subdirectories on Unix/Linux platforms
- Blob Service on .Net Core
- Fixed issue of not escaping '/' correctly when using character other than '/' as delimiter when downloading from a blob directory
- Fixed issue of not escaping continuous '/' in destination name correctly when downloading from a blob directory
Storage Data Movement Library 0.6.6
2017.12.15 Version 0.6.6
- Blob Service
- Small file transfer optimization. Use put blob to upload block blob when blob size is small than 4MB to save request and optimize performance.
Storage Data Movement Library 0.6.5
2017.11.15 Version 0.6.5
- All Services
- Upgraded azure storage client library to 8.6.0
Storage Data Movement Library 0.6.4
2017.10.25 Version 0.6.4
- All Services
- Add DataMovement library assembly information to UserAgent