Skip to content

Releases: workos/workos-ruby

v5.3.0

19 Jul 21:04
ae64c0e
Compare
Choose a tag to compare

Added

  • Support for Apple OAuth (#306)

v5.2.1

26 Jun 09:48
f685bbd
Compare
Choose a tag to compare

Fixed

  • update_organization_membership method fixes (#312)

v5.2.0

24 Jun 11:31
936a57a
Compare
Choose a tag to compare

Added

  • "role" property to organization memberships and directory users (#309)

v5.1.0

20 Jun 22:47
15c2449
Compare
Choose a tag to compare

Deprecated

  • Marked the allow_profiles_outside_organization Organization parameter as deprecated (#307)

v5.0.0

06 Jun 15:43
7d5335f
Compare
Choose a tag to compare

This is a major release of the WorkOS Ruby SDK that may contain breaking changes for your application. Please carefully read these release notes and contact [email protected] if you encounter any issues.

What's Changed

  • Add new error types and add data to error response by @PaulAsjes in #303
  • Remove "domain" from directory query params by @ameesha in #259
  • Make events parameter required for list_events by @mattgd in #282
  • Major bump to version 5.0.0 by @mattgd in #304
  • Add missing events parameter to test by @mattgd in #305

New Contributors

Full Changelog: v4.8.0...v5.0.0

v4.8.0

04 Jun 15:47
c0a26bf
Compare
Choose a tag to compare

Added

  • Added support for totp_secret on user_management.enroll_auth_factor (#300)
  • Introduced user_management.find_invitation_by_token method (#301)

v4.7.0

24 May 20:57
d006d49
Compare
Choose a tag to compare

Added

  • Added inviter_user_id to invitation object returned by API (#298)
  • Added new endpoints to the User Management API to support sending your own emails: get_email_verification, get_password_reset, and create_password_reset (#298)
  • Deprecation notice for the send_password_reset_email method in favor of create_password_reset (#298)

v4.6.0

21 May 15:36
6ea0004
Compare
Choose a tag to compare

Added

  • Add organization membership deactivate and reactivate API methods (#295)

v4.5.0

03 May 20:17
cdf473b
Compare
Choose a tag to compare

Added

  • Added accept_invitation_url to invitation object returned by API (#293)
  • Added new endpoints to the Magic Auth API: get_magic_auth and create_magic_auth (#293)
  • Deprecation notice for the send_magic_auth_code method in favor of create_magic_auth (#293)

v4.4.0

01 May 18:38
f2ebd2f
Compare
Choose a tag to compare

Added

  • Add domain_data to Organizations Create and Update methods to replace the now deprecated domains parameter (#291)