- From: Matthew Miller <noreply@github.com>
- Date: Thu, 11 Jul 2024 15:28:56 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/1859-differentiate-errors Home: https://github.com/w3c/webauthn Commit: c8eeef556d37ae18477711fb51447a001701ead9 https://github.com/w3c/webauthn/commit/c8eeef556d37ae18477711fb51447a001701ead9 Author: Emil Lundberg <emil@yubico.com> Date: 2024-05-15 (Wed, 15 May 2024) Changed paths: M index.bs Log Message: ----------- Fix type of AuthenticatorAttestationResponseJSON.publicKeyAlgorithm Fixes https://github.com/w3c/webauthn/issues/2065. `AuthenticatorAttestationResponseJSON` was added in the L3 drafts, so we can easily change `AuthenticatorAttestationResponseJSON.publicKeyAlgorithm` to type `long` (or `COSEAlgorithmIdentifier`) since L3 isn't formally released yet. `AuthenticatorAttestationResponseJSON.publicKeyAlgorithm` is also in output (covariant) position, so changing its type to be more restrictive is even backwards compatible. Commit: 0a6fd7b58c253aa55e4abfd5a0518a0f0c8a1a3f https://github.com/w3c/webauthn/commit/0a6fd7b58c253aa55e4abfd5a0518a0f0c8a1a3f Author: Tim Cappalli <tim@cloudauth.dev> Date: 2024-06-13 (Thu, 13 Jun 2024) Changed paths: M index.bs Log Message: ----------- #2069 remove UVM extension Commit: 2605948bdcc38162bd9b82764e78a129d813a4f8 https://github.com/w3c/webauthn/commit/2605948bdcc38162bd9b82764e78a129d813a4f8 Author: Tim Cappalli <tim@cloudauth.dev> Date: 2024-06-14 (Fri, 14 Jun 2024) Changed paths: M index.bs Log Message: ----------- also remove registry item for uvm Commit: 061a649f3ae7634e1448129ea72951fa7e387fdd https://github.com/w3c/webauthn/commit/061a649f3ae7634e1448129ea72951fa7e387fdd Author: Tim Cappalli <tim@cloudauth.dev> Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M index.bs Log Message: ----------- Merge pull request #2085 from w3c/tc-remove-uvm Remove UVM extension Commit: 80371a49e8a3edb8cb2d89e58df96b0b0850f190 https://github.com/w3c/webauthn/commit/80371a49e8a3edb8cb2d89e58df96b0b0850f190 Author: Emil Lundberg <emil@yubico.com> Date: 2024-07-11 (Thu, 11 Jul 2024) Changed paths: M index.bs Log Message: ----------- Merge pull request #2071 from w3c/issue-2065-long-long Fix type of AuthenticatorAttestationResponseJSON.publicKeyAlgorithm Commit: d7f5be38733ec5025cfb652f294024389f4e9771 https://github.com/w3c/webauthn/commit/d7f5be38733ec5025cfb652f294024389f4e9771 Author: Matthew Miller <mmiller@duosecurity.com> Date: 2024-07-11 (Thu, 11 Jul 2024) Changed paths: M index.bs Log Message: ----------- Merge branch 'main' into 1859-differentiate-errors Compare: https://github.com/w3c/webauthn/compare/6afa223fd4f6...d7f5be38733e To unsubscribe from these emails, change your notification settings at https://github.com/w3c/webauthn/settings/notifications
Received on Thursday, 11 July 2024 22:29:00 UTC