Releases: workos/workos-ruby
Releases · workos/workos-ruby
v2.9.0
Added
- Add
success_url
to generate_link
(#180)
v2.8.0
Added
- Added job title attribute for directory users (#178)
v2.7.0
Added
- Added support for creating Admin Portal links for viewing Audit Logs (#176)
v2.6.0
Added
- Added
idempotency_key
parameter to the create_organization
method (#173)
- Added Audit Logs module (#175)
Updated
- Uncovered private methods in Webhooks class (#171)
- Updated sorbet (#174)
v2.5.1
Fixed
- Fixed backwards capability issue to only set
write_timeout
if Ruby version is greater than or equal to 2.6.0 (#169)
v2.5.0
Added
- Added config initializer for key and timeout (#164)
Changed
- Updated endpoints for MFA operations (#167)
v2.4.0
Added
- Added
organization_id
to Directory User and Directory Group, Added directory_id
to Directory User (#165)
v2.3.0
Added
- Added
order
pagination parameter (#156)
- Added
idp_id
, directory_id
, created_at
, updated_at
, and raw_attributes
to directory group (#157)
- Added
primary_email
method for Directory User API (#161)
Changed
- Removed
environment_id
fields (#155)
- Required
expires_at
to not be nullable for authentication challenge (#158)
v2.2.1
Fixed
- Fixed bug where we were returning inconsistent data types from
list_users
and get_user
endpoints (#147)
v2.2.0
Added
- Added support for MFA API (#144)
- Added organization ID filter to list directories method (#142)
- Added full type for
get_timestamp_and_signature_hash
(#140)