|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.5.0-beta.5 (Unreleased) |
4 | | - |
5 | | -### Features Added |
| 3 | +## 1.5.0 (2021-10-14) |
6 | 4 |
|
7 | 5 | ### Breaking Changes from 1.5.0-beta.4 |
8 | 6 | - The `AllowMultiTenantAuthentication` option has been removed and the default behavior is now as if it were true. The multi-tenant discovery feature can be totally disabled by either setting an `AppContext` switch named "Azure.Identity.DisableTenantDiscovery" to `true` or by setting the environment variable "AZURE_IDENTITY_DISABLE_MULTITENANTAUTH" to "true". |
9 | | -- Marked the `IsPIILoggingEnabled` property as internal on `TokenCredentialOptions`, which controls whether MSAL PII logging is enabled, and other sensitive credential related logging content. |
10 | | - |
11 | | -### Breaking Changes from 1.5.0-beta.3 |
12 | | -- Marked the `IsPIILoggingEnabled` property as internal on `TokenCredentialOptions`, which controls whether MSAL PII logging is enabled, and other sensitive credential related logging content. |
| 7 | +- Removed the `IsPIILoggingEnabled` property from `TokenCredentialOptions`, similar functionality is planned to be added to `TokenCredentialOptions.Diagnostics` in a later release. |
| 8 | +- Removed `RegionalAuthority` from `ClientCertificateCredentialOptions` and `ClientSecretCredentialOptions`, along with the `RegionalAuthority` type. This feature will stay in preview, and these APIs will be added back in `1.6.0-beta.1`. |
| 9 | +- Renamed struct `TokenCacheDetails` to `TokenCacheData`. |
| 10 | +- Renamed class `TokenCacheNotificationDetails` to `TokenCacheRefreshArgs`. |
13 | 11 |
|
14 | 12 | ### Bugs Fixed |
15 | 13 | - Fixed issue with `AuthorizationCodeCredential` not specifying correct redirectUrl (Issue [#24183](https://github.com/Azure/azure-sdk-for-net/issues/24183)) |
16 | 14 |
|
17 | 15 | ### Other Changes |
| 16 | +- Updated error messages to include links to the Azure.Identity troubleshooting guide. |
18 | 17 |
|
19 | 18 | ## 1.5.0-beta.4 (2021-09-08) |
20 | 19 |
|
|
31 | 30 | ### Other Changes |
32 | 31 |
|
33 | 32 | - Updated credentials using `MsalConfidentialClient` to include MSAL log output in logs |
34 | | -- Added additional logging to `AzureCliCredential`, `AzurePowerShellCredential`, `VisualStudioCrednetial`, and `VisualStudioCodeCredential` when IsPIILoggingEnabled` is set to true. |
| 33 | +- Added additional logging to `AzureCliCredential`, `AzurePowerShellCredential`, `VisualStudioCrednetial`, and `VisualStudioCodeCredential` when `IsPIILoggingEnabled` is set to true. |
35 | 34 |
|
36 | 35 | ## 1.5.0-beta.3 (2021-08-10) |
37 | 36 |
|
@@ -59,6 +58,12 @@ Thank you to our developer community members who helped to make Azure Identity b |
59 | 58 | - Fixed an issue in `EnvironmentCredential` where the supplied `options` were not getting properly applied. [#22787](https://github.com/Azure/azure-sdk-for-net/issues/22787) |
60 | 59 | - Fixed DateTime parsing to use the current culture in AzurePowerShellCredential. [#22638](https://github.com/Azure/azure-sdk-for-net/issues/22638) |
61 | 60 |
|
| 61 | +## 1.4.1 (2021-08-04) |
| 62 | + |
| 63 | +### Fixes and improvements |
| 64 | + |
| 65 | +- Fixed issue resulting in duplicate event source names when executing in Azure Functions |
| 66 | + |
62 | 67 | ## 1.5.0-beta.2 (2021-07-12) |
63 | 68 |
|
64 | 69 | ### New Features |
|
0 commit comments