Skip to content

Commit 023a892

Browse files
schaabschristothes
andauthored
Updating Azure.Identity changelog for 1.5.0-beta.4 release (Azure#23880)
* Updating Azure.Identity changelog for 1.5.0-beta.4 release * remove unused header * Update sdk/identity/Azure.Identity/CHANGELOG.md Co-authored-by: Christopher Scott <chriscott@hotmail.com> Co-authored-by: Christopher Scott <chriscott@hotmail.com>
1 parent 48ea277 commit 023a892

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

sdk/identity/Azure.Identity/CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
# Release History
22

3-
## 1.5.0-beta.4 (Unreleased)
3+
## 1.5.0-beta.4 (2021-09-08)
44

55
### Features Added
66

77
- `DefaultAzureCredentialOptions` now has a `InteractiveBrowserClientId` property which allows passing a ClientId value to the InteractiveBrowserCredential` when constructing a `DefaultAzureCredential`.
88
- Implement `OnBehalfOfCredential` which enables authentication to Azure Active Directory using an On-Behalf-Of flow.
9-
10-
### Breaking Changes
9+
- Added support to `ManagedIdentityCredential` for Azure hosts using federated token exchange for managed identity.
1110

1211
### Bugs Fixed
12+
- Refactored IMDS discovery to remove socket probing and caching of failures to improve `ManagedIdentityCredential` resiliency. [#23028](https://github.com/Azure/azure-sdk-for-net/issues/23028)
13+
- Updated `UsernamePasswordCredential` to use cached tokens when available [#23324](https://github.com/Azure/azure-sdk-for-net/issues/23324)
1314

1415
### Other Changes
1516

17+
- Updated credentials using `MsalConfidentialClient` to include MSAL log output in logs
18+
- Added additional logging to `AzureCliCredential`, `AzurePowerShellCredential`, `VisualStudioCrednetial`, and `VisualStudioCodeCredential` when IsPIILoggingEnabled` is set to true.
19+
1620
## 1.5.0-beta.3 (2021-08-10)
1721

1822
### Acknowledgments

0 commit comments

Comments
 (0)