Releases: onelogin/onelogin-python-sdk
Releases · onelogin/onelogin-python-sdk
1.9.0
12 Feb 15:17
Compare
Sorry, something went wrong.
No results found
Avoid unnecessary calls when an endpoint returns an expected 401
1.8.2
17 Jan 18:25
Compare
Sorry, something went wrong.
No results found
Loosen dependency requirements
Support on the demo script onelogin_import_users.py:
1.8.1
23 May 11:10
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Add support for Get Apps of a OneLogin account
1.7.0
13 Mar 11:11
Compare
Sorry, something went wrong.
No results found
Remove the dependency on lxml
1.6.1
28 Feb 10:38
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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