Skip to content

Releases: onelogin/onelogin-python-sdk

2.0.4

06 Jul 17:44
a811720
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.3...2.0.4

2.0.3

26 Jan 09:01
d752664
Compare
Choose a tag to compare
  • #56 Fix retrieve_resources method bug on how handle 'data' value on response when its value is []
  • Added more tests
  • Several bugfixes

2.0.2

30 Jul 02:28
Compare
Choose a tag to compare
  • Fix handle_saml_endpoint_response. Set the right status_type

2.0.1

28 Jul 13:40
Compare
Choose a tag to compare
  • py3 compatibility fixes

2.0.0

23 Jul 22:32
08a6ca4
Compare
Choose a tag to compare

This new release supports API endpoints /1 and /2.

1.9.1

17 Dec 10:17
Compare
Choose a tag to compare
  • Clean access_token after 2 consecutive 401 responses received
  • Execute again the request if the server returned a 504 timeout

1.9.0

12 Feb 15:17
Compare
Choose a tag to compare
  • Avoid unnecessary calls when an endpoint returns an expected 401

1.8.2

17 Jan 18:25
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Add support for Get Apps of a OneLogin account