Skip to content

Version 2.3.0

Compare
Choose a tag to compare
@emlun emlun released this 11 Jan 18:13
· 325 commits to main since this release
2.3.0
424520f

New features:

  • (Experimental) Added authenticatorAttachment property to response objects:
    • NOTE: Experimental features may receive breaking changes without a major version increase.
    • Added method getAuthenticatorAttachment() to PublicKeyCredential and corresponding builder method authenticatorAttachment(AuthenticatorAttachment).
    • Added method getAuthenticatorAttachment() to RegistrationResult and AssertionResult, which echo getAuthenticatorAttachment() from the corresponding PublicKeyCredential.
    • 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 an EXPERIMENTAL: 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.