Skip to content

Pre-release 1.11.0-RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@emlun emlun released this 30 Sep 10:41
1.11.0-RC2
c5b35e6

New features:

  • Added methods PublicKeyCredentialCreationOptions.toJson() and .fromJson(String) suitable for encoding to and decoding from JSON.
  • Added methods AssertionRequest.toJson() and .fromJson(String) suitable for encoding to and decoding from JSON.
  • Added methods StartAssertionOptions.builder().userHandle(ByteArray) and .userHandle(Optional<ByteArray>) as alternatives to .username(String) and .username(Optional<String>). The userHandle methods fill the same function as, and are mutually exclusive with, the username methods.

Fixes:

  • Added and improved JavaDoc for required builder methods.

Artifacts built with openjdk 11.0.12 2021-07-20.