Skip to content

Storage Client Library v4.0.0

Compare
Choose a tag to compare
@vinjiang vinjiang released this 08 May 04:59
· 130 commits to master since this release
8dbedf6

Changes in v4.0.0:

  • Fixed an issue where blob names that only contains space cannot be listed properly.
  • Added more compiler setting to unblock ApiScanning.
  • Added a new nuspec set that will release Microsoft.Azure.Storage.CPP and modified the wastorage's nuspec to depend on Microsoft.Azure.Storage.CPP. Note that 4.0.0 will be the last version of wastorage. We strongly advice our user to use Nuget package Microsoft.Azure.Storage.CPP start from 4.0.0
  • Resolved an issue where 3rd attempt of retry to download a blob or file will write more data than expected to destination stream.
  • Removed dependency on libxml++ for Linux platforms. But now this SDK depends on libxml2, which is available for most Linux distributions.
  • azure::storage::file::upload_properties and azure::storage::file::upload_properties_async will no longer resize a file, even when properties contains length that is being set to 0 or other values.