Skip to content

Releases: onelogin/onelogin-python-sdk

1.9.0

12 Feb 15:17

Choose a tag to compare

  • Avoid unnecessary calls when an endpoint returns an expected 401

1.8.2

17 Jan 18:25

Choose a tag to compare

  • Loosen dependency requirements
  • Support on the demo script onelogin_import_users.py:
    • Mapping
    • Split Attributes

1.8.1

23 May 11:10

Choose a tag to compare

  • When refreshing a token, if the action returns a 401, sdk will now remove the stored token so the method prepare_token will request a new token rather than trying to execute a refresh of an invalid token.

1.8.0

19 Mar 22:13

Choose a tag to compare

  • Add support for Get Apps of a OneLogin account

1.7.0

13 Mar 11:11

Choose a tag to compare

  • Remove the dependency on lxml

1.6.1

28 Feb 10:38

Choose a tag to compare

  • Add risk fields to the event object as well as the proxy_ip
  • Replace at event_type object the reference by the description field

1.6.0

20 Feb 11:26

Choose a tag to compare

  • Add Support for Generate MFA Token
  • Add support for Privilege API and refactors.
  • #23 Make onelogin a namespaced package
  • #28 Do not wait indefinitely for the API to reply, default timeout used.

1.5.3

13 Nov 13:42

Choose a tag to compare

  • Update request version (dependency) to avoid issues with urllib (1.5.2 Misses the change on setup.py).

1.5.2

09 Nov 11:48

Choose a tag to compare

  • Update request version (dependency) to avoid issues with urllib.
  • Fix syntax error
  • Add manager_user_id to user model

1.5.1

04 Oct 11:10

Choose a tag to compare

  • Fix the way errors of get_access_token and regenerate_token are handled, v2 endpoint always return 200 status code so may inspect the response body