Releases: dodobrands/WebAuthn.Net
Releases · dodobrands/WebAuthn.Net
1.3.4
1.3.3
1.3.2
What's Changed
- Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #10
- [Demo] Use username hash as userhandle by @Keroosha in #12
- [Demo] Explicit check on return type from getAuthenticatorData and getPublicKey by @Keroosha in #11
- Update dependencies by @vanbukin in #13
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: 1.3.1...1.3.2
1.3.1
Release 1.3.0
- Added missing extension methods for logging exceptions (to avoid situations when the exception is "silenced" and the application is unaware of the situation).
Public methods are additionally marked with thevirtual
modifier for flexible behavior overriding and API uniformity. - Bump .NET SDKs versions
6.0.418 => 6.0.419
8.0.101 => 8.0.200 - Bump Microsoft.NET.Test.Sdk 17.8.0 => 17.9.0
- Bump Npgsql driver 8.0.1 => 8.0.2
Full Changelog: 1.2.0...1.3.0
Release 1.2.0
- For all databases, a missing unique index has been added to the CredentialId and RpId columns
- The unique index previously existing on the columns RpId, UserHandle, and CredentialId has been deleted. Instead, a new unique index with a different column order has been created. More selective columns have been moved to the beginning of the composite index
- SQL queries have been reworked in accordance with changes in the indexes
- .NET dependencies have been updated
Release 1.1.0
- Added the possibility to override public methods in registration and authentication ceremony services
- Update version of the MySQL connector
Release 1.0.2
- Upgrade .NET dependencies
Release 1.0.1
Fix project url for nuget
Release 1.0.0
Initial release