Skip to content

Commit ec9d65b

Browse files
authored
Update CHANGELOG.md for 8.12.0 (#3258)
* Update CHANGELOG.md * Update version.props
1 parent bb55fba commit ec9d65b

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
See the [releases](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) for details on bug fixes and added features.
22

3+
8.12.0
4+
====
5+
6+
## New Features
7+
- **Enhance ConfigurationManager with event handling**
8+
Added event handling capabilities to the `ConfigurationManager`, enabling consumers to subscribe to configuration change events. This enhancement improves extensibility and allows more responsive applications. For details see [#3253](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/3253)
9+
10+
## Bug Fixes
11+
- **Add expected Base64UrlEncoder.Decode overload for NET6 and 8**
12+
Introduced the expected overload of `Base64UrlEncoder.Decode` for .NET 6 and 8, ensuring compatibility and preventing missing method issues on these frameworks.
13+
For details see [#3249](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/3249)
14+
15+
## Fundamentals
16+
- **Add AI assist rules**
17+
Incorporated AI assist rules to enhance AI agents effectiveness.
18+
For details see [#3255](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3255)
19+
- **Update PublicApiAnalyzers and BannedApiAnalyzers to 4.14.0**
20+
Upgraded analyzer packages for improved diagnostics and code consistency (in particular delegates are added).
21+
For details see [#3256](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3256)
22+
- **Move suppression of RS006 to csproj**
23+
Centralized suppression of RS006 warnings in project files for easier management.
24+
For details see [#3230](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3230)
25+
326
8.11.0
427
=====
528
## New Features:

build/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<!-- MicrosoftIdentityModelVersion -->
44
<PropertyGroup>
5-
<MicrosoftIdentityModelCurrentVersion>8.10.0</MicrosoftIdentityModelCurrentVersion>
5+
<MicrosoftIdentityModelCurrentVersion>8.12.1</MicrosoftIdentityModelCurrentVersion>
66

77
<PreviewVersionSuffix Condition="'$(PreviewVersionSuffix)' == '' and '$(BuildingInsideVisualStudio)' != 'true'">preview-$([System.DateTime]::Now.AddYears(-2019).Year)$([System.DateTime]::Now.ToString("MMddHHmmss"))</PreviewVersionSuffix>
88
<!--VS re-evaluates the variables, so having seconds or minutes creates an infinite loop of package updates-->

0 commit comments

Comments
 (0)