Azure Identity May Release (#4579)
* Azure Identity May Release * Update FolderList.cmake --------- Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
parent
8ee7d452ab
commit
e534c3ee4a
@ -1,15 +1,21 @@
|
||||
# Release History
|
||||
|
||||
## 1.5.0-beta.3 (Unreleased)
|
||||
## 1.5.0 (2023-05-04)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
- Added support for challenge-based and multi-tenant authentication.
|
||||
- Added `DefaultAzureCredential`.
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
- [[#4443]](https://github.com/Azure/azure-sdk-for-cpp/issues/4443) Fixed potentially high CPU usage on Windows.
|
||||
|
||||
### Other Changes
|
||||
|
||||
- Improved diagnostics to utilize `Azure::Core::Credentials::TokenCredential::GetCredentialName()`.
|
||||
- Improved log messages.
|
||||
|
||||
## 1.5.0-beta.2 (2023-04-06)
|
||||
|
||||
### Features Added
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_IDENTITY_VERSION_MAJOR 1
|
||||
#define AZURE_IDENTITY_VERSION_MINOR 5
|
||||
#define AZURE_IDENTITY_VERSION_PATCH 0
|
||||
#define AZURE_IDENTITY_VERSION_PRERELEASE "beta.3"
|
||||
#define AZURE_IDENTITY_VERSION_PRERELEASE ""
|
||||
|
||||
#define AZURE_IDENTITY_VERSION_ITOA_HELPER(i) #i
|
||||
#define AZURE_IDENTITY_VERSION_ITOA(i) AZURE_IDENTITY_VERSION_ITOA_HELPER(i)
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(azure-core-cpp "1.8.0")
|
||||
find_dependency(azure-core-cpp "1.9.0")
|
||||
|
||||
find_dependency(OpenSSL)
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "1.9.0-beta.1"
|
||||
"version>=": "1.9.0"
|
||||
},
|
||||
"openssl",
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user