Releases: duosecurity/duo_client_python
Releases · duosecurity/duo_client_python
Version 4.4.0
- Update_settings method updated to match current API specification
- Allowed specifying a custom port for the client
- Added more trusted Duo CA certs to default bundle
- Cleaned up use of urllib/urlparse
- Fixed signature version 4 support
- Removed deprecated and unusable signature version 3 support
Version 4.3.2
- Added support for Python 3.9
- Added a simple function in duo_client.Admin to fetch a single endpoint
- Added an example script using the Duo Trust Monitor Events iterator
- Added admin client methods for external password management API endpoints
- Removed extraneous Host header when running with Python 3
Version 4.3.1 of the Duo API Python Client
- Added support for billing edition and Telephony credits endpoints
Version 4.3.0 of the Duo API Python Client
- Added webauthn credential methods
- Added support for updating helpdesk message
- Improved support for multiple aliases
- Added new methods for trust monitor events
- Various bug fixes
Version 4.2.0 of the Duo API Python Client
- Added backoff and retry logic to rate limited requests
- Moved the minimum TLS version to TLS1.0. Up from SSLv3.
- Added single user directory sync to the Admin API
Version 4.1.0 of the Duo API Python client
This is an incremental update to to the Admin API client code and examples, to support pagination of API results.
Version 4.0.0 of the Python Duo API client
Pull in support for:
- Admin Logon factor restriction
- Username alias manipulation
- Python 3.7
3.3.0
Minor bug fixes, and API v2 enhancements.