Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.27 KB

changelog.md

File metadata and controls

26 lines (21 loc) · 1.27 KB

Next version (0.2.0.1)

  • #126 Decrease lower bounds of many dependencies including base, adding compatibility with GHC 8.8

0.2.0.0

  • #115 Increase the upper bound of the supported Aeson versions, allowing the library to be built with Aeson 2.0. Drop the deriving-aeson dependency.
  • #117 Rename and expand documentation for attestation statement format errors. Some unused errors were removed.

0.1.1.0

  • #111 Support the transports field, allowing servers to store information from the browser on how authenticators were communicated with (e.g. internal, NFC, etc.). When users log in, this information can then be passed along in Credential Descriptors, ensuring that only the transports initially registered as supported by the authenticator may be used. This is recommended by the standard.
  • #112 Decrease lower bounds for aeson and unordered-containers.