Skip to content

4.0.0-beta1 🌈

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 10:36
· 90 commits to refs/heads/master since this release

Changes

💥 Breaking change

🚀 Features and enhancements

  • Strongly type AaGuid @iamcarbon (#362)
  • Fixes Fido2Configuration.FullyQualifiedOrigins contains a null entry when configured from a configuration section on .NET 7 @ghost (#360)
  • Add Mac and Linux to test pipeline @aseigler (#332)
  • Implement support for apple-appattest attestation format @aseigler (#322)
  • added [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicFields)] annotations to generic enums @filipw (#330)

🐛 Bug Fixes

  • Check return value from Base64.DecodeFromUtf8InPlace(), throw if error @aseigler (#331)
  • Fix serialization error in Demo. Fixes #328 @abergs (#329)

🧰 Maintenance & documentation