Azure Core November Release (#5099)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2023-11-02 10:20:59 -07:00 committed by GitHub
parent 82de63902d
commit 2f14209e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,16 @@
# Release History
## 1.11.0-beta.2 (Unreleased)
## 1.11.0-beta.2 (2023-11-02)
### Features Added
- Added TLS 1.3 support to WinHTTP transport.
- Environment Log Level Listener now logs the ThreadID for the thread originating the trace.
### Breaking Changes
### Bugs Fixed
- [[#5007]](https://github.com/Azure/azure-sdk-for-cpp/issues/5007) Some versions of GCC no longer include stdint.h in cstdint.
### Other Changes
## 1.11.0-beta.1 (2023-10-05)
### Features Added