Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

37 lines (26 loc) · 1.24 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • Rename url to icon in PublicKeyCredentialRpEntity and ignore its content (#9)
  • Truncate overlong name and displayName values for PublicKeyCredentialEntity instances (#30)
  • Send empty response to clientPin instead of empty map (#13)

[0.1.2] - 2022-03-07

Yanked 0.1.1 instead of 0.1.0 by mistake, re-releasing.

[0.1.1] - 2022-03-07

  • add CTAP2.1 Selection command
  • add CTAP2.1 options

We will release this and yank 0.1.0, to avoid a minor version bump.

[0.1.0] - 2022-03-05

  • use 2021 edition
  • make CTAP1 and CTAP2 more homogeneous
  • add Authenticator traits
  • lower MAX_CREDENTIAL_ID_LENGTH to 255 bytes, which seems to be the limit used in practice (coming from U2F's size bytes)
  • replace MESSAGE_SIZE with a theoretical and a realistic constant
  • use iso7816 0.1.0 release