Skip to content

Releases: workos/workos-python

v1.8.0

24 Feb 03:31
5dc8c48

Choose a tag to compare

Changed

  • The get_authorization_url attribute now throws an exception when redirect_uri is not provided (#107)
    • This matches the upstream requirements of the WorkOS API
  • The list_connections attribute now accepts a ConnectionType for the connection_type parameter (#112)
    • String values will continue to work, but are considered deprecated

Deprecated

  • Deprecated passing string values as the connection_type parameter for list_connections (#112)

v1.7.0

16 Dec 18:53
ec6eb08

Choose a tag to compare

Added

  • Support for domain_hint and login_hint parameters to get_authorization_url (#105)
  • Support for organization parameter to get_authorization_url (#104)

Deprecated

  • Deprecated the domain parameter for get_authorization_url in favor of organization (#104)

v1.6.0

16 Dec 18:50
81ca5d6

Choose a tag to compare

Added

  • Added method to get single directory (#99)

v1.5.1

02 Nov 22:56
c962059

Choose a tag to compare

Fixed

  • Fixed webhooks method routing bug (#98)

v1.5.0

01 Nov 20:46
9acc132

Choose a tag to compare

Added

  • Added webhook signature and timestamp validation method (#92)

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)