Skip to content

Releases: workos/workos-ruby

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)

v1.4.0

29 Jul 13:27
062a969

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

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)

v1.2.1

01 Jun 14:34
da51f25

Choose a tag to compare

Fixed

  • Fixed regression where Authorization header accidentally had included an extra } (#104)

v1.2.0

25 May 18:06
567a9ae

Choose a tag to compare

Added

  • Added delete organization method (#102)

v1.1.0

24 May 19:04
176a9dc

Choose a tag to compare

Added

  • Added get_profile method to WorkOS::SSO (#99)

Fixed

  • Fixed bug on spec.required_ruby_version to include Ruby versions 2.5+ (#100)

v1.0.0

12 May 22:30
dbcbd54

Choose a tag to compare

Breaking Changes

  • SSO.profile has been renamed to SSO.profile_and_token (#96)
    • The return type has also been changed from Profile to ProfileAndToken
  • Organization operations have been moved from Portal to Organizations (#95)
    • Portal.list_organizationsOrganizations.list_organizations
    • Portal.get_organizationOrganizations.get_organization
    • Portal.create_organizationOrganizations.create_organization
    • Portal.update_organizationOrganizations.update_organization
  • SSO.create_connection and SSO.promote_draft_connection have been removed (#97)

Removed Deprecations

  • The deprecated project_id parameter for SSO::authorization_url and SSO::profile_and_token (formerly SSO::profile) has been fully removed. The client_id parameter should be used instead (#94)

v0.11.2

10 May 18:44
d4d1d85

Choose a tag to compare

Added

  • Added connection state (#89)
  • Connection parameter now supported in Create Passwordless Session method (#90)
  • Added update organization method (#91)
  • Added get an organization by ID method (#92)

Changed

  • Updated README (#88)

Deprecated

  • Deprecated connection status (#89)

v0.11.1

29 Apr 20:19
36e4d40

Choose a tag to compare

Added

  • Exposed the idp_id for Directory Users (#87)

v0.11.0

05 Aug 21:34
e1c2048

Choose a tag to compare

Updated

  • Supported pagination from the WorkOS API (#82)
  • Updated Ruby version to 3.0.1 (#84)