Skip to content

Releases: workos/workos-python

v4.6.0

03 May 20:17
759e030

Choose a tag to compare

Added

  • Added accept_invitation_url to invitation object returned by API (#262)
  • Added new endpoints to the Magic Auth API: get_magic_auth and create_magic_auth (#262)
  • Deprecation notice for the send_magic_auth_code method in favor of create_magic_auth (#262)

v4.5.0

01 May 20:54
91eb847

Choose a tag to compare

Added

  • Add domain_data to Organizations Create and Update methods to replace the now deprecated domains parameter (#257)

v4.4.0

29 Apr 17:14
11eb960

Choose a tag to compare

What's Changed

  • Allow passing in organization_id into the Events API as a parameter #259

v4.3.1

10 Apr 20:22
54c77a3

Choose a tag to compare

What's Changed

  • Fix string interpolation when building MFA URLs in #254

Full Changelog: v4.3.0...v4.3.1

v4.3.0

08 Apr 13:32
a145e12

Choose a tag to compare

Added

  • Added optional role_slug parameter to send invitation payload to specify a user's organization membership role when inviting (#243)
  • Added password_hash and password_hash_type to User creation (#249)

v4.2.0

03 Apr 20:47
3f9e838

Choose a tag to compare

  • Added configurable request timeout

v4.1.0

02 Apr 23:20
3de187a

Choose a tag to compare

Added

  • Added session management api (#245)

v4.0.0

21 Mar 20:03
bdf68dd

Choose a tag to compare

Added

  • Added impersonator data to User Management authentication responses (#237)

Removed

  • Removed lingering Python 2-related dependencies (#235)

v3.1.0

18 Mar 17:26
f58bf9e

Choose a tag to compare

Added

  • Role parameter to User Management OrganizationMembership API, and new PUT endpoint for User Management OrganizationMembership API (#236)

v3.0.0

08 Mar 20:28
e65ec1e

Choose a tag to compare

Changed

  • Changed all resource list methods to default to descending order (#234)

Addded

  • Added status to organization membership (#233)

Removed

  • Removed support for Python v2.x. Python v3.7 and newer is supported

Full Changelog: v2.2.0...v3.0.0