Skip to content

Commit d912369

Browse files
srukeSruthi Keerthi Rangavajhulakllysng
authored
Updates changelog for v8.9.0. (#3214)
* Updates changelog for v8.9.0. * Update CHANGELOG.md Co-authored-by: Kelly🌠 <[email protected]> --------- Co-authored-by: Sruthi Keerthi Rangavajhula <[email protected]> Co-authored-by: Kelly🌠 <[email protected]>
1 parent bf62d35 commit d912369

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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.9.0
4+
=====
5+
## Bug Fixes
6+
- syncAfter has been updated to preserve UTC information, addressing a bug where GetConfigurationAsync does not refresh configuration in ConfigurationManager. See [#3213](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3213).
7+
- Fixed a null reference issue in KeyInfo. See (#3203)[https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3203].
8+
9+
## New Features
10+
- Introduced a new delegate for reading custom token payload values on JsonWebToken. See [#2981](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2981).
11+
- Added an overload for ReadJsonWebToken to take a ReadOnlyMemory. See [#3205](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commit/48cdc0ca10e81cf9d6d7071801112d63189a44a7#diff-03e8a19f3b3aeb7f65b778b988b6bf792d118ca00b6dbda337526e8678e0ef7f).
12+
13+
## Fundamentals
14+
- Utilized IList to avoid enumerator allocation during audience validation. See [#3204](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3204).
15+
316
8.8.0
417
=====
518
## New Features

0 commit comments

Comments
 (0)