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 коммит произвёл GitHub
Родитель e6eaee7244
Коммит 28c6d139ad
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 7 удалений

Просмотреть файл

@ -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