Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 14:35
· 146 commits to refs/heads/master since this release

A long time has passed since last major release.
During this time there has been a lot of movement in the .net ecosystem, with .net5 and .net6 and new C# language versions.
This release is a large one, it contains several smaller breaking changes.

A guide on how to upgrade is available (thanks to @namespacedevbox) in Github issue #264

There are some changes that didn't make it into v3.0.0 such as the CTAP API, which will be released in a later version.

📦Nuget package is available at: https://www.nuget.org/packages/Fido2/3.0.0

Here are the release notes:

💥 Breaking change

🚀 Features and enhancements

🐛 Bug Fixes

  • Avoid adding null Origin to Origins. Fixes #283. @abergs (#296)
  • Enforce UV in attestation if required for registration @aseigler (#276)
  • Fix attestation certificate validation @adricasti (#261)
  • Fix for ECC Curve secP256k1 @rodheath (#234)
  • Intercede bug fixes @rodheath (#229)

🧰 Maintenance & documentation