You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/identity/azure-identity/CHANGELOG.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,16 @@
1
1
# Release History
2
2
3
-
## 1.16.0-beta.2 (Unreleased)
4
-
5
-
### Features Added
6
-
7
-
### Breaking Changes
8
-
9
-
### Bugs Fixed
3
+
## 1.16.0 (2025-05-06)
10
4
11
5
### Other Changes
12
-
6
+
13
7
- Marked `VisualStudioCodeCredential` and `VisualStudioCodeCredentialBuilder` as deprecated.[#44527](https://github.com/Azure/azure-sdk-for-java/issues/44527)
14
8
- Added deprecation message to `EnvironmentCredential` when a username/password is used. [#45185](https://github.com/Azure/azure-sdk-for-java/pull/45185)
15
9
10
+
#### Dependency Updates
11
+
12
+
- Updated `msal4j` from `1.20.0` to version `1.20.1`.
13
+
16
14
## 1.16.0-beta.1 (2025-03-13)
17
15
18
16
### Features Added
@@ -21,7 +19,7 @@
21
19
22
20
### Other Changes
23
21
24
-
- Marked `UsernamePasswordCredential` and `UsernamePasswordCredentialBuilder` as deprecated. See https://aka.ms/azsdk/identity/mfa for details about MFA enforcement and migration guidance. [#44381](https://github.com/Azure/azure-sdk-for-java/pull/44381)
22
+
- Marked `UsernamePasswordCredential` and `UsernamePasswordCredentialBuilder` as deprecated. See https://aka.ms/azsdk/identity/mfa for details about MFA enforcement and migration guidance. [#44381](https://github.com/Azure/azure-sdk-for-java/pull/44381)
0 commit comments