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_stream
forazure::storage::blob
orazure::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.