Skip to content

Releases: workos/workos-ruby

v2.3.0

13 Jun 16:58
8976ac0

Choose a tag to compare

Added

  • Added order pagination parameter (#156)
  • Added idp_id, directory_id, created_at, updated_at, and raw_attributes to directory group (#157)
  • Added primary_email method for Directory User API (#161)

Changed

  • Removed environment_id fields (#155)
  • Required expires_at to not be nullable for authentication challenge (#158)

v2.2.1

28 Apr 18:20
0eb774e

Choose a tag to compare

Fixed

  • Fixed bug where we were returning inconsistent data types from list_users and get_user endpoints (#147)

v2.2.0

30 Mar 14:36
e3555e3

Choose a tag to compare

Added

  • Added support for MFA API (#144)
  • Added organization ID filter to list directories method (#142)
  • Added full type for get_timestamp_and_signature_hash (#140)

v2.1.1

14 Jan 23:05
bd9f57b

Choose a tag to compare

Fixed

  • Fixed bug in webhook tolerance check (#138)

v2.1.0

16 Dec 18:35
073784a

Choose a tag to compare

Added

  • Added support for domain_hint and login_hint parameters to authorization_url (#136)
  • Added support for organization parameter to authorization_url (#135)

Deprecated

  • Deprecated the domain parameter for authorization_url in favor of organization (#135)

v2.0.0

12 Nov 15:55
3b55038

Choose a tag to compare

Breaking Changes

  • The organization_id field on the following objects is now nullable (#129):
    • Connection
    • Directory
    • Profile

Added

  • Added DirectorySync.get_directory for retrieving a Directory by its ID (#132)

v1.6.1

03 Nov 21:58
dd9b7ac

Choose a tag to compare

Fixed

  • Fixed bug to make directory domain nullable (#130)

v1.6.0

23 Sep 15:08
398e142

Choose a tag to compare

Added

  • Added WorkOS::Webhooks module for verifying webhook signatures and timestamps (#113)
  • Added support for allow_profiles_outside_organization for organizations (#125)
  • Added organization_id to profiles (#126)

v1.5.1

01 Sep 19:10
3494150

Choose a tag to compare

Fixed

  • Fixed thread safety issues with HTTP client (#110)

v1.5.0

13 Aug 18:13
fde03fb

Choose a tag to compare

Added

  • Added custom_attributes for directory users (#119)
  • Added created_at and updated_at attributes for connections, organizations, and directories (#120)