From cbac887f239593d132b2e8fb157fce5ac38402c0 Mon Sep 17 00:00:00 2001 From: avdunn Date: Tue, 21 Jul 2026 14:56:26 -0700 Subject: [PATCH 1/2] Version updates for 8.20.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff50c86a70..1cff5d11c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ See the [releases](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) for details on bug fixes and added features. +8.20.0 +==== +## Performance Improvements +- Add JsonWebToken header-replacement path to avoid re-parsing payload. See [PR #3552](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3552). +- Add claims dictionary preallocation. See [PR #3542](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3542). + +## Bug Fixes +- Fix CI build failures: remove unused log message and add missing DPoP API entries. See [PR #3551](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3551). + 9.0.0 ==== ## Bug Fixes From 6784b7df75c14ef4736758b1acb62c9a23e2e7ee Mon Sep 17 00:00:00 2001 From: avdunn Date: Wed, 22 Jul 2026 11:06:25 -0700 Subject: [PATCH 2/2] Update to 8.21.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cff5d11c6..d3a75a83e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ See the [releases](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) for details on bug fixes and added features. -8.20.0 +8.21.0 ==== ## Performance Improvements - Add JsonWebToken header-replacement path to avoid re-parsing payload. See [PR #3552](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3552).