Azure Core November Beta Release (#6217)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2024-11-13 15:43:06 -08:00 committed by GitHub
parent e6eaee7244
commit 28c6d139ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,18 +1,12 @@
# Release History
## 1.15.0-beta.1 (Unreleased)
## 1.15.0-beta.1 (2024-11-13)
### Features Added
- Added mTLS support to WinHTTP transport.
- To enable mTLS, first create an appropriate Windows `PCCERT_CONTEXT` object and set the `TlsClientCertificate` field in `WinHttpTransportOptions` to that certificate before creating the `WinHttpTransport` object.
### Breaking Changes
### Bugs Fixed
### Other Changes
## 1.14.1 (2024-11-01)
### Bugs Fixed