@azure/identity 2.0.2-alpha.20220106.1 → 2.0.3-alpha.20220211.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of @azure/identity might be problematic. Click here for more details.

package/CHANGELOG.md CHANGED
@@ -1,20 +1,44 @@
1
1
  # Release History
2
2
 
3
- ## 2.0.2 (Unreleased)
3
+ ## 2.1.0-beta.1 (Unreleased)
4
4
 
5
5
  ### Features Added
6
6
 
7
- - Improved the error message when `InteractiveBrowserCredential` is used with an unavailable port (such as when no `redirectUri` is provided, and the port `80` is busy) and when no browser is available.
7
+ - Added log warning for non-support of user assigned identity in Managed Identity credentials in Cloud Shell environments
8
+
9
+ ### Breaking Changes
10
+
11
+ ### Bugs Fixed
12
+
13
+ ### Other Changes
14
+
15
+ ## 2.0.3 (Unreleased)
16
+
17
+ ### Features Added
18
+
19
+ - Added log warning for non-support of user assigned identity in Managed Identity credentials in Cloud Shell environments
8
20
 
9
21
  ### Breaking Changes
10
22
 
11
23
  ### Bugs Fixed
12
24
 
25
+ ### Other Changes
26
+
27
+ ## 2.0.2 (2022-02-03)
28
+
29
+ ### Features Added
30
+
31
+ - Improved the error message when `InteractiveBrowserCredential` is used with an unavailable port (such as when no `redirectUri` is provided, and the port `80` is busy) and when no browser is available.
32
+
33
+ ### Bugs Fixed
34
+
13
35
  - Challenge claims now are properly being passed through to the outgoing token requests.
14
36
  - The `ManagedIdentityCredential` now properly parses expiration dates from token exchange requests.
15
37
 
16
38
  ### Other Changes
17
39
 
40
+ - Moved the `@types/stoppable` dependency to the `devDependencies`.
41
+
18
42
  ## 2.0.1 (2021-10-28)
19
43
 
20
44
  ### Features Added