Skip to content

Commit ce2a35b

Browse files
authored
Azure.Identity updating version and changelog for 1.5.0 release (Azure#24673)
1 parent a020087 commit ce2a35b

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

sdk/identity/Azure.Identity/CHANGELOG.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
# Release History
22

3-
## 1.5.0-beta.5 (Unreleased)
4-
5-
### Features Added
3+
## 1.5.0 (2021-10-14)
64

75
### Breaking Changes from 1.5.0-beta.4
86
- 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`.
1311

1412
### Bugs Fixed
1513
- Fixed issue with `AuthorizationCodeCredential` not specifying correct redirectUrl (Issue [#24183](https://github.com/Azure/azure-sdk-for-net/issues/24183))
1614

1715
### Other Changes
16+
- Updated error messages to include links to the Azure.Identity troubleshooting guide.
1817

1918
## 1.5.0-beta.4 (2021-09-08)
2019

@@ -31,7 +30,7 @@
3130
### Other Changes
3231

3332
- 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.
3534

3635
## 1.5.0-beta.3 (2021-08-10)
3736

@@ -59,6 +58,12 @@ Thank you to our developer community members who helped to make Azure Identity b
5958
- 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)
6059
- Fixed DateTime parsing to use the current culture in AzurePowerShellCredential. [#22638](https://github.com/Azure/azure-sdk-for-net/issues/22638)
6160

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+
6267
## 1.5.0-beta.2 (2021-07-12)
6368

6469
### New Features

sdk/identity/Azure.Identity/src/Azure.Identity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This is the implementation of the Azure SDK Client Library for Azure Identity</Description>
44
<AssemblyTitle>Microsoft Azure.Identity Component</AssemblyTitle>
5-
<Version>1.5.0-beta.5</Version>
5+
<Version>1.5.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.4.0</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Identity;$(PackageCommonTags)</PackageTags>

0 commit comments

Comments
 (0)