Skip to content

Release Notes 5.2.2

Maria Furman edited this page Apr 23, 2018 · 8 revisions

Features

  • Added in support for caching SignatureProviders.
  • Calling the empty JwtHeader() constructor no longer results in the Alg, Kid, Typ, or SigningCredentials being set.
  • JsonWebKey.CreateECDsa() throws an exception if the operating system being used is not Windows.
  • SourceLink has been added to release builds. See here for more details.
  • The JsonWebKey 'KeyId' and 'kid' properties now refer to the same backing field (keeping them in sync).
  • Information that is useful for debugging/logging is now output before anything is logged.
  • ES512/P-521 point parameter size has been changed to 66 bytes (the correct value) from 64.
  • The check for valid ECDSA key size is done before any bytes are written, so it is no longer possible for overflow errors to occur.
  • See here for a full list of issues that were fixed.
Clone this wiki locally