Identity February Release (#4317)

* Identity February Release

* Accumulate changelog entries from previous Beta releases

* Update core minimum version requirement

* Best way to fix which may not work in CI

* Drop version from cmakelists

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2023-02-07 13:27:39 -08:00 committed by GitHub
parent 3762c59552
commit 52c77153e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

View File

@ -1,14 +1,14 @@
# Release History
## 1.4.0-beta.4 (Unreleased)
## 1.4.0 (2023-02-07)
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes
- Added token caching. To benefit from it, share the `shared_ptr` to the same credential instance between multiple client instances.
- Added Azure CLI Credential.
- Added authority host overriding support for `ClientCertificateCredential`.
- Added Azure Stack support for `ClientCertificateCredential`.
- Added Azure App Service API version `2019-08-01` support for `ManagedIdentityCredential`.
## 1.4.0-beta.3 (2023-01-10)

View File

@ -38,9 +38,9 @@ if(FETCH_SOURCE_DEPS)
add_subdirectory(${oneFolder} EXCLUDE_FROM_ALL)
endforeach()
elseif(NOT AZ_ALL_LIBRARIES)
find_package(azure-core-cpp "1.3.1" CONFIG QUIET)
find_package(azure-core-cpp CONFIG QUIET)
if(NOT azure-core-cpp_FOUND)
find_package(azure-core-cpp "1.3.1" REQUIRED)
find_package(azure-core-cpp REQUIRED)
endif()
endif()

View File

@ -13,7 +13,7 @@
#define AZURE_IDENTITY_VERSION_MAJOR 1
#define AZURE_IDENTITY_VERSION_MINOR 4
#define AZURE_IDENTITY_VERSION_PATCH 0
#define AZURE_IDENTITY_VERSION_PRERELEASE "beta.4"
#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)

View File

@ -4,7 +4,7 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(azure-core-cpp "1.4.0")
find_dependency(azure-core-cpp "1.8.0")
find_dependency(OpenSSL)

View File

@ -14,7 +14,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.4.0"
"version>=": "1.8.0"
},
"openssl",
{