Version 2.3.0
New features:
- (Experimental) Added
authenticatorAttachment
property to response objects:- NOTE: Experimental features may receive breaking changes without a major version increase.
- Added method
getAuthenticatorAttachment()
toPublicKeyCredential
and corresponding builder methodauthenticatorAttachment(AuthenticatorAttachment)
. - Added method
getAuthenticatorAttachment()
toRegistrationResult
andAssertionResult
, which echogetAuthenticatorAttachment()
from the correspondingPublicKeyCredential
. - Thanks to GitHub user luisgoncalves for the contribution, see #250
Other:
- Fixed the README description of SemVer exceptions:
@Deprecated
features are still part of the public API unless they also have anEXPERIMENTAL:
tag in JavaDoc. - Brought
com.yubico.webauthn
package JavaDoc up to date with new library features.
Artifacts built with openjdk 17.0.5 2022-10-18
.