Releases: orglnte/python-fido2-client
Releases · orglnte/python-fido2-client
v0.11.1
v0.11.0
What's changed
Breaking
- Renamed
append_to_data→extra_dataandappend_to_headers→extra_headers
Added
- Custom exception hierarchy:
FidoDeviceNotFoundError,FidoServerError,FidoAuthenticationError - Type hints throughout
- Configurable
timeoutparameter (default 30s) - Context manager support (
with Fido2HttpClient() as client) - Full test suite (15 tests)
Fixed
- Device not found now raises instead of silently printing
- Exception handling on all HTTP requests
- CBOR response validation before field access
- Logging via stdlib
logginginstead ofprint()