7.0.0-preview4 #2279
Replies: 2 comments 2 replies
-
@kevinchalet A lot of the issues you opened were addressed in preview4. We are thinking the next release could be the GA version Thank you. cc: @leastprivilege @brockallen @cakescience |
Beta Was this translation helpful? Give feedback.
-
I don't see it mentioned, but I guess #2244 is fixed, right? I'll give it a try and let you know how it goes. |
Beta Was this translation helpful? Give feedback.
-
7.0.0-preview4
Bug fixes:
WsFederationMessage
. See issue #2240 for details.JsonWebToken.TryGetPayloadValue()
was not compatible with dictionary types. See issue #2246 for details.SecurityTokenDescriptor.Claims
are no longer correctly serialized. See issue #2245 for details.Performance improvements:
JsonWebTokens.ValidateToken
, which when in the hot path can lead to threadpool starvation. See issue #2253 for details.JsonWebToken.Audiences
. See PR for details.Documentation:
Fundamentals:
This discussion was created from the release 7.0.0-preview4.
Beta Was this translation helpful? Give feedback.
All reactions