This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ History of Changes
3
3
4
4
Changes in v6.0.0
5
5
- Upgraded CPPRest to latest version: 2.10.10.
6
- - Resolved a potential memory leak issue in xml_wrapper.cpp.
7
- - Resolved an issue where getting range would update the blob/file MD5 unexpectedly.
8
- - Added an option in CMake to build azure-storage-cpp using /MT
6
+ - Resolved a memory leak issue on Linux platform in xml_wrapper.cpp.
7
+ - Resolved an issue where `download_range_to_stream` for `azure::storage::blob` or `azure::storage::file` would update the blob/file MD5 unexpectedly.
8
+ - Added an option `ENABLE_MT` in CMake to build azure-storage-cpp using /MT
9
9
- Resolved an issue where the first forward slash in the front of the blob name will always be trimmed.
10
- - Supported cancellation token and millisecond level timeout in C++ client library.
10
+ - Supported cancellation token in asynchronous operations.
11
+ - Supported millisecond level timeout.
11
12
12
13
Changes in v5.2.0
13
14
- Resolved an issue where listing blobs for blob tier returning faulty result when built with VS2013.
You can’t perform that action at this time.
0 commit comments