diff options
author | Matthew Miller <matthew@millerti.me> | 2020-07-12 19:39:49 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-07-12 19:39:49 -0700 |
commit | 585f3eeaef86af2019b408384eddca70ffd35ec9 (patch) | |
tree | 9f4a3b877a16518ad72d606323373d82645ff7d8 | |
parent | 629ca7955282b76f8dd4acbfaa912db037ff8928 (diff) |
Update changelog to v0.7.0
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fcbdcdd..2e5f97c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## v0.7.0 - The one that passes FIDO conformance testing + +**Packages:** + +- @simplewebauthn/browser@0.7.0 +- @simplewebauthn/server@0.7.0 +- @simplewebauthn/typescript-types@0.7.0 + +**Changes:** + +- **[server]** Add support for TPM attestations +- **[server]** Add support for Android Key attestations +- **[server]** Add support for authenticator metadata statements and the FIDO Metadata Service (MDS) + +### Breaking Changes + +- **[server]** The return type of `verifyAttestationResponse()` changed from `boolean` to `Promise<boolean>`. This was necessary to support querying FIDO MDS for an authenticator metadata statement during attestation verification. +- **[server]** The optional `requireUserVerification` parameter of `verifyAssertionResponse()` has been replaced with the new optional `fidoUserVerification` parameter. This enables greater control over user verification when verifying assertions. + ## v0.6.1 **Packages:** |