v4.0.0 - At last #600
abergs
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I believe it's finally time to ship a new stable version, after shipping 17 betas of the 4.0.0 branch.
4.0 contains lots of breaking changes to the API, but also contains support for modern .net features and a lot of cleanups in terms of the webauthn implementation.
We wanted to include some refreshments to our MDS implementation and use of cache -- but we're punting it to a future release.
What's Changed
AuthenticatorAttestationRawResponse.ResponseData
toAttestationResponse
by @joegoldman2 in RenameAuthenticatorAttestationRawResponse.ResponseData
toAttestationResponse
#455clientDataJson
toclientDataJSON
by @joegoldman2 in RenameclientDataJson
toclientDataJSON
#450origChallenge
parameter inFido2.MakeNewCredentialAsync
by @joegoldman2 in RenameorigChallenge
parameter inFido2.MakeNewCredentialAsync
#460List<PublicKeyCredentialDescriptor>
/IEnumerable<PublicKeyCredentialDescriptor>
toIReadOnlyList<PublicKeyCredentialDescriptor>
by @joegoldman2 inList<PublicKeyCredentialDescriptor>
/IEnumerable<PublicKeyCredentialDescriptor>
toIReadOnlyList<PublicKeyCredentialDescriptor>
#447List<byte[]> storedDevicePublicKeys
toIReadOnlyList<byte[]>
by @joegoldman2 in ChangeList<byte[]> storedDevicePublicKeys
toIReadOnlyList<byte[]>
#477extensions
toclientExtensionResults
by @joegoldman2 in Renameextensions
toclientExtensionResults
#485largeBlob
extension by @geel9 in Add support forlargeBlob
extension #508New Contributors
largeBlob
extension #508Full Changelog: v3.0.1...4.0.0
Beta Was this translation helpful? Give feedback.
All reactions