You've already forked python-fido2
mirror of
https://github.com/solokeys/python-fido2.git
synced 2026-03-11 17:13:23 -07:00
24 lines
883 B
Plaintext
24 lines
883 B
Plaintext
* Version 0.3.1 (unreleased)
|
|
|
|
* Version 0.3.0 (released 2018-04-13)
|
|
** Add conversion between string/int keys for AttestationObject.
|
|
** Replace internal Exceptions with built-in types.
|
|
** Bugfix: Don't use TimeoutError which isn't available on Python 2.
|
|
|
|
* Version 0.2.2 (released 2018-04-11)
|
|
** Bugfix: Better handling of unplugged devices on MacOS and avoid leaking threads.
|
|
|
|
* Version 0.2.1 (released 2018-04-10)
|
|
** Add server example.
|
|
** Parse AttestationObjects that use string keys (Webauthn).
|
|
** Fix bug in handling packets with the wrong channel id.
|
|
|
|
* Version 0.2.0 (released 2018-04-05)
|
|
** Changed name of project to python-fido2 to better reflect its scope.
|
|
** Added attestation and assertion verification methods.
|
|
** A lot of name changes, moved classes, etc.
|
|
** New example for multi-device use.
|
|
|
|
* Version 0.1.0 (released 2018-03-16)
|
|
** First beta release.
|