Skip to content

Releases: workos/workos-python

v4.12.0

20 Jun 22:16
73575bd
Compare
Choose a tag to compare

Added

Deprecated

  • Marked the allow_profiles_outside_organization Organization option as deprecated (#279)

v4.11.0

12 Jun 16:06
3d1f52b
Compare
Choose a tag to compare
  • Add PKCE parameters to User Management authentication methods

v4.10.0

04 Jun 15:26
2171558
Compare
Choose a tag to compare

Added

  • Added support for totp_secret on user_management. enroll_auth_factor (#273)
  • Introduced user_management.find_invitation_by_token method (#274)

v4.9.0

28 May 15:44
5e475a4
Compare
Choose a tag to compare

Added

  • Added role to Directory User (#267)

v4.8.0

24 May 13:22
7212d48
Compare
Choose a tag to compare

Added

  • Added inviter_user_id to invitation object returned by API (#268)
  • Added new endpoints to the User Management API to support sending your own emails: get_email_verification, get_password_reset, and create_password_reset (#268)
  • Deprecation notice for the send_password_reset_email method in favor of create_password_reset (#268)

Fixed

  • Fixed bug with trailing forward slash in JWKS and logout URLs (#270)

v4.7.0

17 May 14:02
5789a21
Compare
Choose a tag to compare

What's Changed

  • Add JWKS and logout methods by @PaulAsjes in #265
  • Add organization membership deactivate and reactivate API methods by @mattgd in #264

New Contributors

Full Changelog: v4.6.0...v4.7.0

v4.6.0

03 May 20:17
759e030
Compare
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
Compare
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
Compare
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
Compare
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