Skip to content

Releases: workos/workos-ruby

v2.2.0

30 Mar 14:36
e3555e3
Compare
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
Compare
Choose a tag to compare

Fixed

  • Fixed bug in webhook tolerance check (#138)

v2.1.0

16 Dec 18:35
073784a
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

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

v1.6.0

23 Sep 15:08
398e142
Compare
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
Compare
Choose a tag to compare

Fixed

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

v1.5.0

13 Aug 18:13
fde03fb
Compare
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)

v1.4.0

29 Jul 13:27
062a969
Compare
Choose a tag to compare

Added

  • Added Microsoft OAuth provider enum (#116)

Changed

  • Bumped addressable from 2.7.0 to 2.8.0 (#112)

v1.3.0

08 Jun 21:52
4df26ca
Compare
Choose a tag to compare

Added

  • Improved error handling by supporting error and error_description in the body of an error (#106)
  • Supported groups attribute for a directory user object (#107)
  • Added organization_id for directory object (#108)