Releases: Yubico/java-webauthn-server
Releases · Yubico/java-webauthn-server
Version 1.3.0
Security fixes:
- Bumped Jackson dependency to version 2.9.9 which has patched CVE-2019-12086
New features:
- New optional parameter
timeout
added toStartRegistrationOptions
andStartAssertionOptions
Bug fixes:
- Fixed polarity error in javadoc for
RelyingParty.allowUntrustedAttestation
Pre-release 1.3.0-RC2
Security fixes:
- Bumped Jackson dependency to version 2.9.9 which has patched CVE-2019-12086
Pre-release 1.3.0-RC1
New features:
- New optional parameter
timeout
added toStartRegistrationOptions
andStartAssertionOptions
Version 1.2.0
New features:
- RSA keys are now supported.
- New constructor functions
PublicKeyCredential.parseRegistrationResponseJson
and.parseAssertionResponseJson
- So users don't have to deal with the
TypeReference
s imposed by the generics, unless they want to.
- So users don't have to deal with the
Bug fixes:
android-key
attestation statements now don't throw an exception ifallowUntrustedAttestation
is set totrue
.tpm
attestation statements now don't throw an exception ifallowUntrustedAttestation
is set totrue
.
Pre-release 1.2.0-RC1
New features:
- RSA keys are now supported.
Pre-release 1.1.1-RC1
Bug fixes:
android-key
attestation statements now don't throw an exception ifallowUntrustedAttestation
is set totrue
.tpm
attestation statements now don't throw an exception ifallowUntrustedAttestation
is set totrue
.
Version 1.1.0
Changed behaviours:
AssertionExtensionInputsBuilder.appid(Optional<AppId>)
now fails fast if the argument isnull
ClientAssertionExtensionOutputsBuilder.appid(Optional<Boolean>)
now fails fast if the argument isnull
New features:
- Public API methods that take
Optional
parameters now come withOptional
-less aliases.
Differences are compared to version 1.0.0, including all prerelease versions in between.
Pre-release 1.1.0-RC1
Changed behaviours:
AssertionExtensionInputsBuilder.appid(Optional<AppId>)
now fails fast if the argument isnull
.ClientAssertionExtensionOutputsBuilder.appid(Optional<Boolean>)
now fails fast if the argument isnull
.
New features:
- Public API methods that take
Optional
parameters now come withOptional
-less aliases.
Version 1.0.1
Bugfixes:
- Registration no longer fails for unimplemented attestation statement formats if
allowUnknownAttestation
is set totrue
.- Registration still fails for attestation statement formats not defined in the WebAuthn Level 1 spec.
Version 1.0.0
- Fixed URL in artifact POM
- Improved a few javadoc wordings