Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.4.0 changelog #3096

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8.4.0 changelog
kllysng committed Jan 17, 2025

Verified

This commit was signed with the committer’s verified signature.
Dream-Master Martin Robertz
commit e0e8840c065c5529aa0d35491923933ca2f4acbc
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
See the [releases](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) for details on bug fixes and added features.

8.4.0
=====

## Bug Fixes
* Respect TVP.RequireAudience when set to false. See https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3055
* For net4.6.2 select RSACng for PSS support. See https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3085
* Fix package downgrade in consuming libraries. See https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/3062

## Fundamentals
* Upgrade to C# 13. See https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2998
* Use new Base64Url API. See https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2817

8.3.0
=====