diff options
author | Matthew Miller <matthew@millerti.me> | 2023-09-27 23:15:04 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-09-27 23:15:04 -0700 |
commit | c1c6863c8e39c4db2f756601041f44516595653c (patch) | |
tree | 6a53efd228a46e0b3a728eb2c75148f30c4ce75b | |
parent | f4af75d1f2f88499dc8c927cb08264c144428beb (diff) |
Update CHANGELOG to v8.2.0
-rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 803b3cd..e8fdb77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## v8.2.0 + +### Packages + +- @simplewebauthn/browser@8.2.0 +- @simplewebauthn/server@8.2.0 + +### Changes + +- **[browser]** `startRegistration()` will no longer error out on registration responses generated + by the 1Password browser extension ([#443](https://github.com/MasterKale/SimpleWebAuthn/pull/443)) +- **[browser]** Helper methods `base64URLStringToBuffer()` and `bufferToBase64URLString()` are now + exported from `@simplewebauthn/browser` + ([#444](https://github.com/MasterKale/SimpleWebAuthn/pull/444)) +- **[server]** `verifyRegistrationResponse()` and `verifyAuthenticationResponse()` now accept a new + `expectedType` argument that can be used to, for example, verify Secure Payment Confirmation + responses ([#436](https://github.com/MasterKale/SimpleWebAuthn/pull/436)) +- **[server]** Responses containing malformed authenticator data returned from Firefox 117 will no + longer raise an error ([#441](https://github.com/MasterKale/SimpleWebAuthn/pull/441)) + ## v8.1.1 ### Packages |