2025-01-07 14:00:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 7 09:34:40 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
|
|
|
|
- Update to 2.4.0
|
|
|
|
* An optional `hints` argument has been added to `generate_registration_options()`
|
|
|
|
to specify one or more categories of authenticators for the browser to prioritize
|
|
|
|
registration of. See `webauthn.helpers.structs.PublicKeyCredentialHint` for more
|
|
|
|
information (#234)
|
|
|
|
|
2024-11-23 16:40:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Nov 23 16:39:23 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 2.3.0:
|
|
|
|
* The minimum supported version of Python has been bumped up to
|
|
|
|
Python 3.9, with ongoing testing from Python 3.9 through
|
|
|
|
Python 3.13. Dependencies have been updated as well,
|
|
|
|
including upgrading to `cryptography==43.0.3`
|
|
|
|
|
2024-06-29 07:01:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 29 07:01:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 2.2.0:
|
|
|
|
* All exceptions in `webauthn.helpers.exceptions` now subclass
|
|
|
|
the new `webauthn.helpers.exceptions.WebAuthnException` base
|
|
|
|
exception
|
|
|
|
* Support has been added for the new `"smart-card"` transport
|
|
|
|
|
2024-05-31 21:15:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 31 12:02:21 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
|
2024-06-29 07:01:11 +00:00
|
|
|
- Initial release of python-webauthn 2.1.0
|