Skip to content

Releases: duosecurity/duo_client_python

Version 5.5.0

24 Mar 15:34
b964296

Choose a tag to compare

Version 5.5.0

Changes

  • Add "supported browser" options to passport management api method
  • Improved role parameter support in administrator management methods
  • Adds support for new Duo certificate authorities.

Version 5.4.0

19 Feb 15:54
fa8f044

Choose a tag to compare

Version 5.4.0

Changes:

  • Updated various docstrings that were out of date
  • Updated the integrations endpoints to the latest version of the API
  • Added methods to manage Duo Passport configuration via API
  • Added method for calling the "calculate policy" API
  • Added method for fetching an integration Secret Key
  • Added and corrected code and examples for Duo Dekstop configuration APIs
  • Added support for new parameters to the "allowed admin auth methods" API call
  • Added support for a new parameter to the user enrollment API call
  • Removed some leftover traces of Python 2 support

Version 5.3.0

25 Mar 19:19
3f091f6

Choose a tag to compare

Version 5.3.0

Changes

  • Verified Push support has been added to the Auth API client
  • Additional options have been added to the 'settings' methods
  • Additional options for authentication log retrieval have been added
  • General improvement and cleanup of the example scripts

Version 5.2.0

25 Oct 18:30
2429d66

Choose a tag to compare

Version 5.2.0

Changes

  • The client now enforces the documented API usage that requires the child account hostname when using Admin API with Accounts API. If the child account hostname is not provided, the client will look up the correct hostname value.
  • Provides bulk policy API methods

Version 5.1.0

03 Oct 20:18
5ede75c

Choose a tag to compare

Version 5.1.0

Changes:

  • Updates the bulk user operation API endpoints to simplify the parameter list
  • Exposes additional options on some settings, bypass codes, and policy endpoints
  • Migrates all API calls to default to the latest authentication header specification
  • Adds a policy summary endpoint

Version 5.0.1

04 May 20:40
a374fb9

Choose a tag to compare

Changes:

  • Correctly handles metadata parsing for all kinds of responses (#219)

Version 5.0.0

01 May 19:09
cb2eb87

Choose a tag to compare

Changes:

  • Dropping support for Python versions below 3.7.
  • Fixed bug causing result paging to not work for certain endpoints (#201).
  • Added support for the Policy v2 endpoint (#208).
  • Added support for SNI for SSL/TLS connection (#211).

Version 4.7.1

05 Apr 19:04
264a7c1

Choose a tag to compare

Changes:

Added support for the Telephony Logs v2 endpoint

Version 4.7.0

27 Mar 13:51
6f66514

Choose a tag to compare

Changes:

  • Minor fix up of string format
  • Added support for SSO integrations operations
  • Updated API authentication signing algorithm to Duo's preferred approach

Version 4.6.1

18 Feb 03:09
d08126e

Choose a tag to compare

Reverting the API authentication changes in 4.6.0 due to a bug.