Skip to content

Releases: workos/workos-ruby

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 support@workos.com 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)

v4.3.0

01 May 00:04
f9035ff
Compare
Choose a tag to compare

Added

  • Document organization_id support in events (#289)

v4.2.1

11 Apr 23:17
9e47c7c
Compare
Choose a tag to compare

Fixed

  • Fixed the revoke_session method which was not correctly including authorization headers (#283)

Full Changelog: v4.2.0...v4.2.1

v4.2.0

09 Apr 21:35
2a90a0b
Compare
Choose a tag to compare

What's Changed

  • Update os_image for rubygems workflow in #271
  • Remove Sorbet in #274
  • Support newer Ruby versions in #273
  • Migrate repo to use GitHub Actions in #272
  • Build and push new releases to RubyGems automatically in #276
  • Remove now-unused Semaphore and Devbox configs in #277
  • Add password_hash and password_hash_type to User creation in #278
  • Remove Codecov in #281
  • Add role_slug to send invitation API in #280

Full Changelog: v4.1.0...v4.2.0