Skip to content

Releases: workos/workos-python

v0.8.3

02 Feb 16:36
a21fca3

Choose a tag to compare

Added

  • Added GET /connections (#51)
  • Added GET /connections/:id (#52)
  • Added DELETE /connections/:id (#53)

v0.8.2

17 Nov 20:21
e72859e

Choose a tag to compare

Updated

  • Updated available Connection Types (#46)

v0.8.1

21 Oct 02:09
044a85a

Choose a tag to compare

Added

  • Added passwordless property to client (#44)

v0.8.0

14 Oct 17:10
4998fb9

Choose a tag to compare

Updated

  • Exposed connection_id attribute on Profile objects (#43)

v0.7.0

17 Sep 14:21
47421c2

Choose a tag to compare

Added

  • Added MagicLink support through Passwordless module (#41)

v0.6.0

14 Sep 22:11
b91fa4c

Choose a tag to compare

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

25 Aug 15:52
4abe36b

Choose a tag to compare

Updated

  • Exposed raw_attributes on WorkOSProfile (#36)

v0.4.1

23 Jul 02:02

Choose a tag to compare

Fixed

  • Fixed AuditTrail::get_events() filtering (#34)

v0.4.0

22 Jul 23:52

Choose a tag to compare

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

09 Jul 17:14

Choose a tag to compare

Updated

  • Conditionally install enum34 if Python < 3.4 (#32)