Releases: workos/workos-ruby
Releases · workos/workos-ruby
v0.9.2
Updated
- Required JSON gem for entire WorkOS module (#65)
Fixed
- Fixed bug on Audit Trail
POST /events
endpoint (#64)
v0.9.1
Added
- Added information on using
redirect_uri
in a passwordless session (#62)
v0.9.0
Added
- Exposed
connection_id
attribute on Profile objects (#60)
v0.8.1
Updated
- Reverted require all (#58)
v0.8.0
Updated
- Returned a collection of
WorkOS::Organization
from list_organizations
(#57)
v0.6.0
Added
- Added
WorkOS::Portal.generate_link
(#50)
- Added
WorkOS::Portal.create_organization
(#49)
- Added
WorkOS::Portal.list_organizations
(#48)
Updated
- Renamed
list_organizations
arg "domain" to "domains" (#51)
v0.5.0
Added
- Exposed raw_attributes on WorkOS::Profile (#46)
Updated
- Bumped codecov dependency to latest version (0.2.8) (#47)
v0.4.2
Updated
- Made
idp_id
nilable on Profile
struct (#45)
v0.4.1
Updated
- Required 'net/http' from WorkOS::DirectorySync (#44)
v0.4.0
Added
- Support for
GET /events
endpoint (#43)