Skip to content

Releases: onelogin/onelogin-python-sdk

3.2.3

06 Oct 19:03
5cb6378

Choose a tag to compare

What's Changed

  • Fix missing OAuth2 authentication for create_user2 and update_user2 methods by @Copilot in #112

Full Changelog: 3.2.2...3.2.3

3.2.2

03 Oct 16:56

Choose a tag to compare

What's Changed

  • Fix version number mismatch: Update to 3.2.1 in pyproject.toml and init.py by @Copilot in #108
  • Add custom_attributes field support to User model by @Copilot in #110

Full Changelog: 3.2.1...3.2.2

3.2.1

10 Sep 12:58
7cb2091

Choose a tag to compare

What's Changed

  • Issue #100: Fix User.manager_user_id type: change from StrictStr to StrictInt by @amnon-jazz in #101
  • Issue #98: Fix packaging configuration to include all subdirectories by @amnon-jazz in #99
  • Fix manager_user_id ValidationError by changing field type from StrictInt to StrictStr by @Copilot in #102
  • Add SAML2 compatibility module with intelligent namespace conflict detection by @Copilot in #104
  • Fix missing subdirectories in PyPI builds by correcting package exclusion pattern by @Copilot in #106

New Contributors

  • @amnon-jazz made their first contribution in #101
  • @Copilot made their first contribution in #102

Full Changelog: v3.2.0...3.2.1

2.0.4

06 Jul 17:44
a811720

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

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

Choose a tag to compare

  • Fix handle_saml_endpoint_response. Set the right status_type

2.0.1

28 Jul 13:40

Choose a tag to compare

  • py3 compatibility fixes

2.0.0

23 Jul 22:32
08a6ca4

Choose a tag to compare

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

1.9.1

17 Dec 10:17

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

Choose a tag to compare

  • Avoid unnecessary calls when an endpoint returns an expected 401