Skip to content

Commit 1a0036d

Browse files
Copilotjmprieur
andauthored
Prepare version 4.2.0 release (#3655)
* Initial plan * Update changelog for version 4.2.0 Co-authored-by: jmprieur <[email protected]> * Update version to 4.2.0 and Microsoft.Identity.Abstractions to 10.0.0 Co-authored-by: jmprieur <[email protected]> * Add support policy update to changelog fundamentals section Co-authored-by: jmprieur <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jmprieur <[email protected]> Co-authored-by: Jean-Marc Prieur <[email protected]>
1 parent 775cd0b commit 1a0036d

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- This needs to be greater than or equal to the validation baseline version. The conditional logic around TargetNetNext is there
55
to avoid NU5104 for packing a release version library with prerelease deps. By adding preview to it, that warning is avoided.
66
-->
7-
<MicrosoftIdentityWebVersion Condition="'$(MicrosoftIdentityWebVersion)' == ''">4.1.1</MicrosoftIdentityWebVersion>
7+
<MicrosoftIdentityWebVersion Condition="'$(MicrosoftIdentityWebVersion)' == ''">4.2.0</MicrosoftIdentityWebVersion>
88
<!--This will generate AssemblyVersion, AssemblyFileVersion and AssemblyInformationVersion-->
99
<Version>$(MicrosoftIdentityWebVersion)</Version>
1010

@@ -84,7 +84,7 @@
8484
<PropertyGroup Label="Common dependency versions">
8585
<MicrosoftIdentityModelVersion Condition="'$(MicrosoftIdentityModelVersion)' == ''">8.15.0</MicrosoftIdentityModelVersion>
8686
<MicrosoftIdentityClientVersion Condition="'$(MicrosoftIdentityClientVersion)' == ''">4.79.2</MicrosoftIdentityClientVersion>
87-
<MicrosoftIdentityAbstractionsVersion Condition="'$(MicrosoftIdentityAbstractionsVersion)' == ''">9.6.0</MicrosoftIdentityAbstractionsVersion>
87+
<MicrosoftIdentityAbstractionsVersion Condition="'$(MicrosoftIdentityAbstractionsVersion)' == ''">10.0.0</MicrosoftIdentityAbstractionsVersion>
8888
<FxCopAnalyzersVersion>3.3.0</FxCopAnalyzersVersion>
8989
<SystemTextEncodingsWebVersion>4.7.2</SystemTextEncodingsWebVersion>
9090
<AzureSecurityKeyVaultSecretsVersion>4.6.0</AzureSecurityKeyVaultSecretsVersion>

changelog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 4.2.0
2+
3+
### New features
4+
- **Added CAE claims support for FIC + Managed Identity**. See [#3647](https://github.com/AzureAD/microsoft-identity-web/pull/3647) for details.
5+
- **Added `AddMicrosoftIdentityMessageHandler` extension methods for `IHttpClientBuilder`**. See [#3649](https://github.com/AzureAD/microsoft-identity-web/pull/3649) for details.
6+
7+
### Bug fixes
8+
- **Fixed tenant not being propagated in credential FIC acquisition**. See [#3633](https://github.com/AzureAD/microsoft-identity-web/pull/3633) for details.
9+
- **Fixed `ForAgentIdentity` hardcoded 'AzureAd' `ConfigurationSection` to respect `AuthenticationOptionsName`**. See [#3635](https://github.com/AzureAD/microsoft-identity-web/pull/3635) for details.
10+
- **Fixed `GetTokenAcquirer` to propagate `MicrosoftEntraApplicationOptions` properties**. See [#3651](https://github.com/AzureAD/microsoft-identity-web/pull/3651) for details.
11+
- **Added meaningful error message when identity configuration is missing**. See [#3637](https://github.com/AzureAD/microsoft-identity-web/pull/3637) for details.
12+
13+
### Dependencies updates
14+
- Update Microsoft.Identity.Abstractions to version 10.0.0.
15+
- Bump express from 5.1.0 to 5.2.0 in /tests/DevApps/SidecarAdapter/typescript. [#3636](https://github.com/AzureAD/microsoft-identity-web/pull/3636)
16+
- Bump jws from 3.2.2 to 3.2.3 in /tests/DevApps/SidecarAdapter/typescript. [#3641](https://github.com/AzureAD/microsoft-identity-web/pull/3641)
17+
18+
### Fundamentals
19+
- Update support policy. [#3656](https://github.com/AzureAD/microsoft-identity-web/pull/3656)
20+
- Update agent identity coordinates in E2E tests after deauth. [#3640](https://github.com/AzureAD/microsoft-identity-web/pull/3640)
21+
- Update E2E agent identity configuration to new tenant. [#3646](https://github.com/AzureAD/microsoft-identity-web/pull/3646)
22+
123
## 4.1.1
224

325
### Bug fixes

0 commit comments

Comments
 (0)