From 846e84ecb091c1a961fdeed1fa45fa8d481340e8 Mon Sep 17 00:00:00 2001 From: Daniel Rodriguez Date: Fri, 5 Mar 2021 04:32:47 +0000 Subject: [PATCH 1/3] [Identity] Version update after hotfix 1.2.4 --- sdk/identity/identity/CHANGELOG.md | 11 +++++++---- sdk/identity/identity/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/sdk/identity/identity/CHANGELOG.md b/sdk/identity/identity/CHANGELOG.md index 3bee3e4d6627..76c14e42f05a 100644 --- a/sdk/identity/identity/CHANGELOG.md +++ b/sdk/identity/identity/CHANGELOG.md @@ -1,17 +1,20 @@ # Release History -## 1.2.4 (Unreleased) +## 1.2.5 (Unreleased) -## 1.2.4-beta.2 (Unreleased) +## 1.2.5-beta.1 (Unreleased) (Continues from 1.2.4-beta.1) -- Bug fix: Now if the `managedIdentityClientId` optional parameter is provided to `DefaultAzureCredential`, it will be properly passed through to the underlying `ManagedIdentityCredential`. Related to customer issue: [13973](https://github.com/Azure/azure-sdk-for-js/pull/13973). - `DefaultAzureCredential`'s implementation for browsers was simplified to throw a simple error instead of trying credentials that were already not supported for the browser. - Breaking Change: `InteractiveBrowserCredential` for the browser now requires the client ID to be provided. - Documentation was added to elaborate on how to configure an AAD application to support `InteractiveBrowserCredential`. - Replaced the use of the 'express' module with a Node-native http server, shrinking the resulting identity module considerably + +## 1.2.4 (2021-03-08) (Hotfix from 1.2.3) + +- Bug fix: Now if the `managedIdentityClientId` optional parameter is provided to `DefaultAzureCredential`, it will be properly passed through to the underlying `ManagedIdentityCredential`. Related to customer issue: [13872](https://github.com/Azure/azure-sdk-for-js/issues/13872). - Bug fix: `ManagedIdentityCredential` now also properly handles `EHOSTUNREACH` errors. Fixes issue [13894](https://github.com/Azure/azure-sdk-for-js/issues/13894). -## 1.2.4-beta.1 (2021-02-12) +## 1.2.4-beta.1 (2021-02-12) (Continues on 1.2.5-beta.1) - Breaking Change: Updated `InteractiveBrowserCredential` to use the Auth Code Flow with PKCE rather than Implicit Grant Flow by default in the browser, to better support browsers with enhanced security restrictions. A new file was added to provide more information about this credential [here](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/interactive-browser-credential.md). diff --git a/sdk/identity/identity/package.json b/sdk/identity/identity/package.json index 23c3a8ff5b24..1a4e852a5472 100644 --- a/sdk/identity/identity/package.json +++ b/sdk/identity/identity/package.json @@ -1,7 +1,7 @@ { "name": "@azure/identity", "sdk-type": "client", - "version": "1.2.4-beta.2", + "version": "1.2.5-beta.1", "description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory", "main": "dist/index.js", "module": "dist-esm/src/index.js", From 70fcea0b2ef867c74b80211f20ceff38940062d7 Mon Sep 17 00:00:00 2001 From: Daniel Rodriguez Date: Sat, 6 Mar 2021 01:50:37 +0000 Subject: [PATCH 2/3] 2.0.0-beta.1 --- sdk/identity/identity/CHANGELOG.md | 10 ++++++---- sdk/identity/identity/package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/sdk/identity/identity/CHANGELOG.md b/sdk/identity/identity/CHANGELOG.md index 76c14e42f05a..3351fe043a1c 100644 --- a/sdk/identity/identity/CHANGELOG.md +++ b/sdk/identity/identity/CHANGELOG.md @@ -1,20 +1,22 @@ # Release History -## 1.2.5 (Unreleased) +## 2.0.0-beta.1 (Unreleased) -## 1.2.5-beta.1 (Unreleased) (Continues from 1.2.4-beta.1) +This release continues with the changes from `1.2.4-beta.1`. - `DefaultAzureCredential`'s implementation for browsers was simplified to throw a simple error instead of trying credentials that were already not supported for the browser. - Breaking Change: `InteractiveBrowserCredential` for the browser now requires the client ID to be provided. - Documentation was added to elaborate on how to configure an AAD application to support `InteractiveBrowserCredential`. - Replaced the use of the 'express' module with a Node-native http server, shrinking the resulting identity module considerably -## 1.2.4 (2021-03-08) (Hotfix from 1.2.3) +## 1.2.4 (2021-03-08) + +This release doesn't have the changes from `1.2.4-beta.1`. - Bug fix: Now if the `managedIdentityClientId` optional parameter is provided to `DefaultAzureCredential`, it will be properly passed through to the underlying `ManagedIdentityCredential`. Related to customer issue: [13872](https://github.com/Azure/azure-sdk-for-js/issues/13872). - Bug fix: `ManagedIdentityCredential` now also properly handles `EHOSTUNREACH` errors. Fixes issue [13894](https://github.com/Azure/azure-sdk-for-js/issues/13894). -## 1.2.4-beta.1 (2021-02-12) (Continues on 1.2.5-beta.1) +## 1.2.4-beta.1 (2021-02-12) - Breaking Change: Updated `InteractiveBrowserCredential` to use the Auth Code Flow with PKCE rather than Implicit Grant Flow by default in the browser, to better support browsers with enhanced security restrictions. A new file was added to provide more information about this credential [here](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/interactive-browser-credential.md). diff --git a/sdk/identity/identity/package.json b/sdk/identity/identity/package.json index 1a4e852a5472..9dbadd9bf742 100644 --- a/sdk/identity/identity/package.json +++ b/sdk/identity/identity/package.json @@ -1,7 +1,7 @@ { "name": "@azure/identity", "sdk-type": "client", - "version": "1.2.5-beta.1", + "version": "2.0.0-beta.1", "description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory", "main": "dist/index.js", "module": "dist-esm/src/index.js", From da08c62c46e40271482c3ae957e04caf7bd2be2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rodr=C3=ADguez?= Date: Wed, 10 Mar 2021 17:27:07 -0500 Subject: [PATCH 3/3] Update sdk/identity/identity/CHANGELOG.md Co-authored-by: Ramya Rao --- sdk/identity/identity/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/identity/identity/CHANGELOG.md b/sdk/identity/identity/CHANGELOG.md index 3351fe043a1c..4987b707e34f 100644 --- a/sdk/identity/identity/CHANGELOG.md +++ b/sdk/identity/identity/CHANGELOG.md @@ -2,7 +2,7 @@ ## 2.0.0-beta.1 (Unreleased) -This release continues with the changes from `1.2.4-beta.1`. +This release continues with the changes from `1.2.4` and `1.2.4-beta.1`. - `DefaultAzureCredential`'s implementation for browsers was simplified to throw a simple error instead of trying credentials that were already not supported for the browser. - Breaking Change: `InteractiveBrowserCredential` for the browser now requires the client ID to be provided.