Releases: workos/workos-ruby
Releases · workos/workos-ruby
v1.5.0
13 Aug 18:13
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed regression where Authorization header accidentally had included an extra } (#104 )
v1.2.0
25 May 18:06
Compare
Sorry, something went wrong.
No results found
Added
Added delete organization method (#102 )
v1.1.0
24 May 19:04
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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_organizations → Organizations.list_organizations
Portal.get_organization → Organizations.get_organization
Portal.create_organization → Organizations.create_organization
Portal.update_organization → Organizations.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
Compare
Sorry, something went wrong.
No results found
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
Deprecated
Deprecated connection status (#89 )
v0.11.1
29 Apr 20:19
Compare
Sorry, something went wrong.
No results found
Added
Exposed the idp_id for Directory Users (#87 )
v0.11.0
05 Aug 21:34
Compare
Sorry, something went wrong.
No results found
Updated
Supported pagination from the WorkOS API (#82 )
Updated Ruby version to 3.0.1 (#84 )