This repository was archived by the owner on Apr 8, 2025. It is now read-only.
Storage Client Library v6.0.0
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_streamforazure::storage::bloborazure::storage::filewould update the blob/file MD5 unexpectedly. - Added an option
ENABLE_MTin 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.