Skip to content

Releases: workos/workos-python

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)

v0.8.3

02 Feb 16:36
a21fca3

Choose a tag to compare

Added

  • Added GET /connections (#51)
  • Added GET /connections/:id (#52)
  • Added DELETE /connections/:id (#53)

v0.8.2

17 Nov 20:21
e72859e

Choose a tag to compare

Updated

  • Updated available Connection Types (#46)

v0.8.1

21 Oct 02:09
044a85a

Choose a tag to compare

Added

  • Added passwordless property to client (#44)