Version 2.5.0 #309
emlun
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
webauthn-server-core
:Breaking changes to experimental features:
@JsonProperty
to methodRegisteredCredential.isBackedUp()
, changing the property name frombackedUp
tobackupState
.backedUp
is still accepted during deserialization but will no longer be emitted during serialization.New features:
.isUserVerified()
toRegistrationResult
andAssertionResult
as a shortcut for accessing the UV flag in authenticator data.Automatic-Module-Name
to jar manifest.Fixes:
AuthenticatorAttestationResponse
now tolerates and ignores properties"publicKey"
and"publicKeyAlgorithm"
during JSON deserialization. These properties are emitted by thePublicKeyCredential.toJSON()
method added in WebAuthn Level 3.RelyingParty.finishAssertion
now behaves the same ifStartAssertionOptions.allowCredentials
is explicitly set to a present, empty list as when absent.webauthn-server-attestation
:New features:
verifyDownloadsOnly(boolean)
toFidoMetadataDownloader
. When set totrue
, the BLOB signature will not be verified when loading a BLOB from cache or when explicitly given. Default setting isfalse
, which preserves the previous behaviour.Automatic-Module-Name
to jar manifest.Fixes:
PROPAGATE_TRANSIENT_MARKER
unnecessary for JSON serialization with Jackson version 2.15.0-rc1 and later.Artifacts built with
openjdk version "17.0.7" 2023-04-18
.This discussion was created from the release Version 2.5.0.
Beta Was this translation helpful? Give feedback.
All reactions