diff --git a/sdk/identity/azure-identity/CHANGELOG.md b/sdk/identity/azure-identity/CHANGELOG.md index a562d876ee92..eea6c6807e72 100644 --- a/sdk/identity/azure-identity/CHANGELOG.md +++ b/sdk/identity/azure-identity/CHANGELOG.md @@ -1,7 +1,15 @@ # Release History -## 1.1.0-beta.4 (Unreleased) +## 1.1.0-beta.4 (2020-05-06) +- Added `IntelliJCredential` support in `DefaultAzureCredential`. +- Added `VsCodeCredential` support in `DefaultAzureCredential`. +- Added support to disable specific credentials in `DefaultAzureCredential` authentication flow. +- Added Shared Token cache support for MacOS Keychain, Gnome Keyring, and plain text for other Linux environments +- Added option to write to shared token cache from `InteractiveBrowserCredential`, `AuthorizationCodeCredential`, `UsernamePasswordCredential`, and `DeviceCodeCredential` +## 1.0.6 (2020-05-05) +- Upgraded `azure-core` dependency to 1.5.0 +- Fix `MSIToken` expiry time parsing for Azure App Service platforms. ## 1.1.0-beta.3 (2020-04-07) - Added `KnownAuthorityHosts` to enable quick references to public azure authority hosts. @@ -9,6 +17,8 @@ - Added support for authority host to be read from `AZURE_AUTHORITY_HOST` environment variable. - Added support for `ClientCertificateCredential` and `UserNamePasswordCredential` in EnvironmentCredential. +## 1.0.5 (2020-04-07) +- Upgraded `azure-core` dependency to 1.4.0 ## 1.1.0-beta.2 (2020-03-11) @@ -20,6 +30,9 @@ - Added `httpClient` set method in all the credential builders. - Updated `DefaultAzureCredential` to enable authenticating through the Azure CLI +## 1.0.4 (2020-03-10) +- Upgraded `azure-core` dependency to 1.0.4 + ## 1.1.0-beta.1 (2020-02-12) - All credential builders support setting a pipeline via `httpPipeline` method. - SharedTokenCacheCredentialBuilder supports setting the tenant id via `tenantId` method. diff --git a/sdk/identity/azure-identity/README.md b/sdk/identity/azure-identity/README.md index 25739170e326..8d366f4d996f 100644 --- a/sdk/identity/azure-identity/README.md +++ b/sdk/identity/azure-identity/README.md @@ -45,7 +45,7 @@ Maven dependency for Azure Secret Client library. Add it to your project's pom f com.azure azure-identity - 1.0.5 + 1.0.6 ``` [//]: # ({x-version-update-end})