Skip to content

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

Storage Data Movement Library 0.11.0

26 Apr 08:50
576ec65
Compare
Choose a tag to compare
Pre-release

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

04 Mar 09:27
ecfadcb
Compare
Choose a tag to compare
Pre-release

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

02 Nov 07:32
014a24a
Compare
Choose a tag to compare
Pre-release

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

31 Jul 13:39
Compare
Choose a tag to compare
Pre-release

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

30 Jun 02:10
Compare
Choose a tag to compare
Pre-release

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
  • 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

10 Feb 06:52
Compare
Choose a tag to compare
Pre-release

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

27 Dec 05:00
Compare
Choose a tag to compare
Pre-release

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

15 Dec 03:41
Compare
Choose a tag to compare
Pre-release

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

20 Nov 02:57
Compare
Choose a tag to compare
Pre-release

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

30 Oct 07:35
Compare
Choose a tag to compare
Pre-release

2017.10.25 Version 0.6.4

  • All Services
    • Add DataMovement library assembly information to UserAgent