Releases: Yubico/java-webauthn-server
Experimental release 2.6.0-alpha6
Ported changes from release 2.5.2:
- Allow unknown properties in
credProps
client extension output.
Artifacts built with openjdk version "17.0.10" 2024-01-16
.
Version 2.5.2
Fixes:
- Allow unknown properties in
credProps
client extension output.
Artifacts built with openjdk version "17.0.10" 2024-01-16
.
Pre-release 2.5.2-RC1
Fixes:
- Allow unknown properties in
credProps
client extension output.- For example, the WebAuthn L3 editor's draft includes a new
authenticatorDisplayName
property.
- For example, the WebAuthn L3 editor's draft includes a new
Artifacts built with openjdk version "17.0.10" 2024-01-16
.
Experimental release 2.6.0-alpha5
Changes:
- Ported changes from release 2.5.1:
- Dropped dependency on COSE-Java.
- Fixed incompatibility with Jackson version 2.17.0-rc1.
Artifacts built with openjdk version "17.0.10" 2024-01-16
.
Version 2.5.1
Changes:
- Dropped dependency on COSE-Java.
- Fixed incompatibility with Jackson version 2.17.0-rc1.
Artifacts built with openjdk version "17.0.10" 2024-01-16
.
Pre-release 2.5.1-RC3
Changes:
- Reverted exclusion of Jackson version 2.17.0-rc1 from dependency resolution.
- Fixed incompatibility with Jackson version 2.17.0-rc1.
Artifacts built with openjdk version "17.0.10" 2024-01-16
.
Pre-release 2.5.1-RC2
Changes:
- Excluded Jackson version 2.17.0-rc1 from dependency resolution due to an incompatible regression.
Artifacts built with openjdk version "17.0.10" 2024-01-16
.
Pre-release 2.5.1-RC1
Changes:
- Dropped dependency on COSE-Java.
Artifacts built with openjdk version "17.0.10" 2024-01-16
.
Experimental release 2.6.0-alpha4
Re-release with no code changes to fix the reproducible binary workflow on GitHub Actions.
Artifacts built with openjdk version "17.0.9" 2023-10-17
.
Experimental release 2.6.0-alpha3
New features:
- Added enum parsing functions:
AuthenticatorAttachment.fromValue(String): Optional<AuthenticatorAttachment>
PublicKeyCredentialType.fromId(String): Optional<PublicKeyCredentialType>
ResidentKeyRequirement.fromValue(String): Optional<ResidentKeyRequirement>
TokenBindingStatus.fromValue(String): Optional<TokenBindingStatus>
UserVerificationRequirement.fromValue(String): Optional<UserVerificationRequirement>
Artifacts built with openjdk version "17.0.9" 2023-10-17
.