Skip to content

Releases: workos/workos-python

v1.13.0

Choose a tag to compare

@maxdeviant maxdeviant released this 15 Jul 15:07
7e91299

Added

  • Added support for updating allow_profiles_outside_organization with update_organization (#128)

Changed

  • Updated endpoints used for MFA operations (#131)

Fixed

  • Fixed is with a string literal warning (#133)

Deprecated

  • The verify_factor attribute has been deprecated in factor of verify_challenge (#131)

v1.12.0

Choose a tag to compare

@awolfden awolfden released this 07 Jun 17:50
b37857f

Added

  • Added order parameter to pagination SDK (#124)

Updated

  • Updated MFA Challenge response object as a defined class (#126)
  • Updated Directory Sync Directory Group response object as a defined class (#125)
  • Updated Connection Type enum list to include all supported providers (#125)

v1.11.0

Choose a tag to compare

@robframpton robframpton released this 30 Mar 13:42
c337704

Added

  • Added support for MFA API (#116)

v1.10.0

Choose a tag to compare

@maxdeviant maxdeviant released this 09 Mar 17:37
81e86c2

Added

  • Added more values to the ConnectionType enum (#117)

v1.9.0

Choose a tag to compare

@awolfden awolfden released this 28 Feb 22:26
fe35e76

Added

  • Added organization parameter to the List Organizations endpoint for Directory Sync. This allows filtering of the directories returned by organization ID (#114)

v1.8.0

Choose a tag to compare

@maxdeviant maxdeviant released this 24 Feb 03:31
5dc8c48

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

Choose a tag to compare

@robframpton robframpton released this 16 Dec 18:53
ec6eb08

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

Choose a tag to compare

@robframpton robframpton released this 16 Dec 18:50
81ca5d6

Added

  • Added method to get single directory (#99)

v1.5.1

Choose a tag to compare

@awolfden awolfden released this 02 Nov 22:56
c962059

Fixed

  • Fixed webhooks method routing bug (#98)

v1.5.0

Choose a tag to compare

@awolfden awolfden released this 01 Nov 20:46
9acc132

Added

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