Azure Core March GA Release (#6450)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2025-03-06 12:18:05 -08:00 committed by GitHub
parent c378e69d0d
commit b6e7a28c62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 7 deletions

View File

@ -1,14 +1,12 @@
# Release History
## 1.15.0-beta.3 (Unreleased)
## 1.15.0 (2025-03-06)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Made default constructor for `Azure::Core::Uuid` implicit.
- 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.
## 1.15.0-beta.2 (2025-01-09)

View File

@ -13,7 +13,7 @@
#define AZURE_CORE_VERSION_MAJOR 1
#define AZURE_CORE_VERSION_MINOR 15
#define AZURE_CORE_VERSION_PATCH 0
#define AZURE_CORE_VERSION_PRERELEASE "beta.3"
#define AZURE_CORE_VERSION_PRERELEASE ""
#define AZURE_CORE_VERSION_ITOA_HELPER(i) #i
#define AZURE_CORE_VERSION_ITOA(i) AZURE_CORE_VERSION_ITOA_HELPER(i)