python-webauthn/python-webauthn.changes
2025-02-03 08:25:31 +00:00

53 lines
2.5 KiB
Plaintext

-------------------------------------------------------------------
Sun Feb 2 06:36:35 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- Update to 2.5.1
* Fix test_verify_attestation_android_key_hardware_authority
-------------------------------------------------------------------
Mon Jan 20 10:52:18 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.5.0
* A new `require_user_presence` argument has been added to `verify_registration_response()`
to enable verification of WebAuthn responses generated through use of conditional create
where the `up` bit in `authData.flags` will be `False` (#236)
* `verify_authentication_response()` has been updated to return `user_verified` as well to
indicate whether or not the user performed user verification (#235)
* Verification of `"android-key"` attestation statements has been modernized in light of
Android's latest observable behavior (#240)
* Verification of `"android-safetynet"` attestation statements now enforces the `"basicIntegrity"`
flag instead of the `"ctsProfileMatch"` flag when determining device integrity (#241)
* The list of known TPM manufacturers has been updated (#242)
-------------------------------------------------------------------
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)
-------------------------------------------------------------------
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`
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri May 31 12:02:21 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Initial release of python-webauthn 2.1.0