Releases: workos/workos-ruby
Releases · workos/workos-ruby
v5.1.0
v5.0.0
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
- @PaulAsjes made their first contribution in #303
- @ameesha made their first contribution in #259
Full Changelog: v4.8.0...v5.0.0
v4.8.0
v4.7.0
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
, andcreate_password_reset
(#298) - Deprecation notice for the
send_password_reset_email
method in favor ofcreate_password_reset
(#298)
v4.6.0
v4.5.0
v4.4.0
v4.3.0
v4.2.1
v4.2.0
What's Changed
- Update
os_image
forrubygems
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
andpassword_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