Skip to content

6.30.0

Compare
Choose a tag to compare
@brentschmaltz brentschmaltz released this 26 Apr 23:25
· 279 commits to dev since this release
2a1cf33

Beginning in release 6.28.0 the library stopped throwing SecurityTokenUnableToValidateException. This version (6.30.0) marks the exception type as obsolete to make this change more discoverable. Not including it in the release notes explicitly for 6.28.0 was a mistake. This exception type will be removed completely in the next few months as the team moves towards a major version bump. More information on how to replace the usage going forward can be found here: https://aka.ms/SecurityTokenUnableToValidateException

Indicate that a SecurityTokenDescriptor can create JWS or JWE
#2055
Specify 'UTC' in log messages
ceb10b1
Fix order of log messages
05eeeb5

Fixed issues with matching Jwt.Kid with a X509SecurityKey.x5t
#2057
#2061

Marked Exception that is no longer used as obsolete
#2060

Added support for AesGcm on .NET 6.0 or higher
85fa86a

First round of triming analysis preperation for AOT
#2042

Added new API on TokenHandler.ValidateTokenAsync(SecurityToken ...) implemented only on JsonWebTokenHandler.
#2056