Releases: workos/workos-python
Releases · workos/workos-python
v0.8.1
Added
- Added
passwordless
property to client (#44)
v0.8.0
Updated
- Exposed
connection_id
attribute on Profile objects (#43)
v0.7.0
Added
- Added MagicLink support through Passwordless module (#41)
v0.6.0
Added
- Added
generate_link
function to Portal module (#39)
- Added
create_organization
function to Portal module (#38)
- Added Portal module with
list_organizations
function (#37)
v0.5.0
Updated
- Exposed raw_attributes on
WorkOSProfile
(#36)
v0.4.1
Fixed
- Fixed
AuditTrail::get_events()
filtering (#34)
v0.4.0
Added
- Added
Resource
base class (#33)
- Added
WorkOSEvent
and WorkOSEventAction
Resources (#33)
- Added support for
GET /events
endpoint (#33)
Updated
- Refactored
capture_and_mock_requests
(#33)
v0.3.3
Updated
- Conditionally install enum34 if Python < 3.4 (#32)
v0.3.2
Updated
- Converted
state
to string in get_authorization_url
(#30)
v0.3.1
Updated
- Converted
provider
value to string in get_authorization_url
(#28)