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: sdk/core/azure-core/CHANGELOG.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,30 @@
1
1
# Release History
2
2
3
-
## 1.11.0-beta.3 (Unreleased)
4
-
5
-
- Added 'OPTIONS' HTTP method to `Azure::Core::Http::HttpMethod` enum.
3
+
## 1.11.0 (2024-01-11)
6
4
7
5
### Features Added
8
6
9
-
### Breaking Changes
7
+
- Added 'OPTIONS' HTTP method to `Azure::Core::Http::HttpMethod` enum.
8
+
- Added TLS 1.3 support to WinHTTP transport.
9
+
- Environment Log Level Listener now logs the ThreadID for the thread originating the trace.
10
+
-[[#4983]](https://github.com/Azure/azure-sdk-for-cpp/issues/4983) Added support for setting `CURLOPT_CAPATH` libcurl option on Linux. (A community contribution, courtesy of _[phoebusm](https://github.com/phoebusm)_)
10
11
11
12
### Bugs Fixed
12
13
13
14
-[[#5172]](https://github.com/Azure/azure-sdk-for-cpp/issues/5172)`Azure::Nullable::Emplace()` does not set `HasValue()` to `true`.
14
15
-[[#5130]](https://github.com/Azure/azure-sdk-for-cpp/issues/5130)`Url::AppendPath()` and `Url::SetPath()` may end up with a double slash at the beginning of a path.
16
+
-[[#5007]](https://github.com/Azure/azure-sdk-for-cpp/issues/5007) Some versions of GCC no longer include stdint.h in cstdint.
15
17
16
18
### Other Changes
17
19
18
20
-[[#4756]] (https://github.com/Azure/azure-sdk-for-cpp/issues/4756) `BearerTokenAuthenticationPolicy` now uses shared mutex lock for read operations.
19
21
22
+
### Acknowledgments
23
+
24
+
Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:
0 commit comments