Releases: workos/workos-python
Releases · workos/workos-python
v1.13.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added
Added support for MFA API (#116 )
v1.10.0
Compare
Sorry, something went wrong.
No results found
Added
Added more values to the ConnectionType enum (#117 )
v1.9.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added
Added method to get single directory (#99 )
v1.5.1
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed webhooks method routing bug (#98 )
v1.5.0
Compare
Sorry, something went wrong.
No results found
Added
Added webhook signature and timestamp validation method (#92 )