Releases: workos/workos-ruby
Releases · workos/workos-ruby
v2.17.0
Added
- Added
GitHub
provider for to WorkOS::SSO.authorization_url
(#250)
Changed
- Made WorkOS environment variables load lazily (#203)
- Stopped including development executables (#229
v2.16.0
Changed
- Changed the Events API (in beta) to fetch list metadata using
list_metadata
instead of listMetadata
(deprecated) (#204).
v2.15.0
Added
- Added
actor_ids
, and actor_names
parameters to auditLogs.createExport
method, deprecated actors
(#197).
Changed
- Changed the Events API (in beta)
rangeStart
and rangeEnd
parameters to range_start
and range_end
(#200).
v2.13.0
Added
- Added
created_at
and updated_at
to directory_user
(#188)
v2.12.1
Fixed
- Adds a generic default error to response handler for unaccounted for API response codes.
v2.12.0
Added
- Added groups attribute to SSO user profile. This feature is in beta, please reach out to [email protected] to access this feature. (#188)
v2.11.0
Updated
- Migrate from Sorbet to tapioca for RBIs (#186)
Fixed
- Tapioca RBIs fix an issue where the gem failed to install on NTFS partitions due to reserved character usage.
v2.10.0
Added
- Add
log_streams
Admin Portal intent (#184)