Skip to content

Releases: workos/workos-ruby

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

v4.1.0

20 Mar 00:24
2a1e8ba
Compare
Choose a tag to compare

Added

  • Add impersonator metadata to AuthenticationResponse (#268)
  • Add Session-related API's (#269)

v4.0.0

08 Mar 20:32
0f7517e
Compare
Choose a tag to compare

Changed

  • Changed all resource list methods to default to descending order (#265)

Addded

  • Added status to organization membership (#264)

Full Changelog: v3.1.0...v4.0.0