** Add classes for implementing a server. ** Various small changes, some affecting backwards compatibility.
0.3.0
** 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.
0.2.2
** Bugfix: Better handling of unplugged devices on MacOS and avoid leaking threads.
0.2.1
** Add server example. ** Parse AttestationObjects that use string keys (Webauthn). ** Fix bug in handling packets with the wrong channel id.
0.2.0
** 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.