Skip to content

Releases: workos/workos-python

v5.14.0

03 Feb 21:05
5f8eb45
Compare
Choose a tag to compare

What's Changed

v5.13.1

24 Jan 19:39
2521bcb
Compare
Choose a tag to compare

What's Changed

  • Adjust dependency version pinning to allow for more cryptography versions (#404)

Full Changelog: v5.13.0...v5.13.1

v5.13.0

14 Jan 18:55
a4226c6
Compare
Choose a tag to compare

Added

  • Added strip_customer_id parameter to update_organization (#401)
  • Added return_to parameter to get_logout_url (#400)

Full Changelog: v5.12.1...v5.13.0

v5.12.1

13 Jan 21:59
cab11e9
Compare
Choose a tag to compare

What's Changed

  • Allows proxies to be properly set via environment variables (#398). If you use the standard HTTP proxy environment variables (e.g. HTTPS_PROXY), it's recommend to verify there's no behavior change in your environment and adjust them if needed.

Full Changelog: v5.12.0...v5.12.1

v5.12.0

07 Jan 17:22
ed488a9
Compare
Choose a tag to compare

Added

  • Support screen_hint in user_management.get_authorization_url by @faroceann in #396

Full Changelog: v5.11.1...v5.12.0

v5.11.1

06 Jan 17:54
dadb944
Compare
Choose a tag to compare

What's Changed

  • Update dependency versions pinning (#394)

Full Changelog: v5.11.0...v5.11.1

v5.11.0

02 Jan 19:15
985cd60
Compare
Choose a tag to compare

What's Changed

  • Add GET /organization/:orgId/roles API support (#392)

Full Changelog: v5.10.0...v5.11.0

v5.10.0

02 Dec 19:08
22b22c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.9.0...v5.10.0

v5.9.0

26 Nov 23:26
f72f68d
Compare
Choose a tag to compare

What's Changed

  • Add options to Connection resource and add sso.update_connection() in #386

Full Changelog: v5.8.0...v5.9.0

v5.8.0

22 Nov 17:39
e4645ff
Compare
Choose a tag to compare

Added

  • Added prompt option to the User Management get_authorization_url method (#383)