From 35b68e4e760a8f91b0eaa9e707ddb97216a1a625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rodr=C3=ADguez?= Date: Tue, 6 Oct 2020 11:53:27 -0400 Subject: [PATCH] [Identity] Changelog updates before releasing (#11646) * Release date in the Identity changelog * Update CHANGELOG.md Two updates on the CHANGELOG based on recent PRs. * Updated based on private feedback by Vinay * Oh, actually specifying tomorrow as the release date! --- sdk/identity/identity/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sdk/identity/identity/CHANGELOG.md b/sdk/identity/identity/CHANGELOG.md index 2e71ae3ab5f2..bd6d43e4ec8a 100644 --- a/sdk/identity/identity/CHANGELOG.md +++ b/sdk/identity/identity/CHANGELOG.md @@ -1,10 +1,12 @@ # Release History -## 1.2.0-beta.2 (Unreleased) +## 1.2.0-beta.2 (2020-10-06) - `DefaultAzureCredential` now by default shows the Device Code message on the console. This can still be overwritten with a custom behavior by specifying a function as the third parameter, `userPromptCallback`. - Added support for multiple clouds on `VisualStudioCodeCredential`. Fixes customer issue [11452](https://github.com/Azure/azure-sdk-for-js/issues/11452). - `ManagedIdentityCredential` has been aligned with other languages, now treating expected errors properly. This fixes customer issue [11451](https://github.com/Azure/azure-sdk-for-js/issues/11451). +- `InteractiveBrowserCredential` authentication now uses the silent flow if the user provides a cache and authentication record for lookup. +- Added Active Directory Federation Services authority host support to the node credentials. - Reverted a change in 1.2.0-beta.1 which moved `@rollup/plugin-json` from `devDependencies` to `dependencies`. `@rollup/plugin-json` was placed as a dependency due to an oversight, and it is not a necessary dependency for `@azure/identity`. ## 1.2.0-beta.1 (2020-09-08)