Skip to content

Storage Client Library v6.0.0

Compare
Choose a tag to compare
@vinjiang vinjiang released this 01 Feb 14:51
· 96 commits to master since this release

Changes in v6.0.0

  • Upgraded CPPRest to latest version: 2.10.10.
  • Resolved a memory leak issue on Linux platform in xml_wrapper.cpp.
  • Resolved an issue where download_range_to_stream for azure::storage::blob or azure::storage::file would update the blob/file MD5 unexpectedly.
  • Added an option ENABLE_MT in CMake to build azure-storage-cpp using /MT
  • Resolved an issue where the first forward slash in the front of the blob name will always be trimmed.
  • Supported cancellation token in asynchronous operations.
  • Supported millisecond level timeout.