Skip to content

Releases: workos/workos-python

v1.4.1

19 Oct 22:21
66fc857

Choose a tag to compare

Fixed

  • Fixed error handling bug (#95)

v1.4.0

23 Sep 17:46
722a468

Choose a tag to compare

Added

  • Documented support for allow_profiles_outside_organization to organizations (#89)
  • Added organization_id to profiles (#90)

v1.3.1

15 Sep 21:13
e0c6fab

Choose a tag to compare

Fixed

  • Fixed bug with JSON response handling (#87)

v1.3.0

14 Sep 18:50
9002e91

Choose a tag to compare

Added

  • Added get_profile function (#83)
  • Added Microsoft OAuth as a provider (#85)

Updated

  • Improved JSON Parsing (#84)

v1.2.0

28 May 16:47
85c4a20

Choose a tag to compare

Added

  • Added organizations.update_organization (#76)
  • Added organizations.delete_organization (#77)

Updated

  • Updated Development Status to Production/Stable (#75)

v1.1.0

15 May 00:46
5c343bb

Choose a tag to compare

Added

  • Added organizations property to Client (#73)
  • Added organizations.get_organization (#72)
  • Added directory_sync.delete_directory (#65)

v1.0.0

12 May 22:03
80517cf

Choose a tag to compare

Breaking Changes

  • sso.get_profile has been renamed to sso.get_profile_and_token (#67)
    • The return type has also been changed from Profile to ProfileAndToken
  • Organization operations have been moved from the portal namespace to organizations (#68)
    • portal.list_organizationsorganizations.list_organizations
    • portal.create_organizationorganizations.create_organization
  • sso.create_connection and sso.promote_draft_connection have been removed (#69)

Removed Deprecations

  • The deprecated project_id parameter has been fully removed. The client_id parameter should be used instead (#66)

v0.8.7

08 Apr 15:39
cb41720

Choose a tag to compare

Added

  • Added connection to get_authorization_url (#61)

v0.8.5

23 Feb 17:50
2632307

Choose a tag to compare

Updated

  • Implemented __str__ for BaseRequestException (#57)

v0.8.4

17 Feb 20:12
72e53b8

Choose a tag to compare

Fixed

  • Fixed bug with use of client_id (#56)