You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Changelog.txt
+12-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
Azure Storage Client Library for C++
2
2
History of Changes
3
3
4
+
Changes in v2.5:
5
+
- Upgraded Casablanca dependency to 2.9.1
6
+
- Default Rest API version is 2015-12-11
7
+
- Supported server-side encryption for blobs
8
+
- Fixed the bug that enumeration iterator couldn't use non-const methods, such as create/delete.
9
+
- Fixed the bug that request id used but wasn't logged correctly in unit tests.
10
+
- Changed predefinition for Windows platform from WIN32 to _WIN32.
11
+
- Fixed the bug that queue message operations throws exception "Error: The Uri for the target storage location is not specified. Please consider changing the request's location mode." on VS 2013 and Linux platform.
12
+
- Fixed the bug that xml constructor throws exception "The namespace () has not been declared." on Linux platform.
13
+
4
14
Changes in v2.4:
5
15
- Added support for file service: file client, file share, file directory and file.
6
16
- Performance improvements with URI cache, string concat, uri builder parameters.
@@ -9,9 +19,9 @@ Changes in v2.4:
9
19
- Fixed the bug that copying blob from other accounts doesn't use source credentials.
10
20
- Fixed the bug that network took too long time to close while network error happened.
11
21
- Fixed the bug that blob name with reserved characters didn't split with right order.
12
-
- Fixed the but that blob properties didn't clear after delettion.
22
+
- Fixed the but that blob properties didn't clear after deletion.
13
23
- Fixed the coding style for static string to prevent ODR issue.
14
-
- Fixed the build issue on OS X, but not offically suporting OS X.
24
+
- Fixed the build issue on OS X, but not officially supporting OS X.
15
25
16
26
Changes in v2.3:
17
27
- Added the following interfaces to support programmatically configurable HTTP/HTTPS proxy
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
0 commit comments