Releases: workos/workos-node
Releases · workos/workos-node
v2.5.0
Added
- MFA API support (#572)
- Exported organization type definitions (#562)
- Added organization_id parameter to listDirectories method (#576)
Changed
- Numerous dependency version updated
v2.4.0
Added
- Added support for passing a
domain_hint
and login_hint
to sso.getAuthorizationURL
(#540)
v2.3.0
Added
- Added support for passing an
organization
to sso.getAuthorizationURL
(#537)
Changed
- Increased the default
tolerance
for webhooks.constructEvent
to three minutes (#530)
Deprecated
- Deprecated the
domain
parameter for sso.getAuthorizationURL
in favor of organization
(#537)
v2.2.0
Added
- Exposed
directory_id
field on User
s and Group
s (#514)
v2.1.1
Added
- Webhook Validation: Added line to stringify payload to resolve error (#517)
v2.1.0
Added
- Added 'inactive' to user state (#510)
- Added Get a Directory endpoint (#511)
v2.0.0
Breaking Changes
- The
organization_id
field on the following objects was made nullable (#504):
Connection
Directory
Profile
- The
listMetadata
field on the List
type was renamed to list_metadata
(#508)
New Features
- Added types for webhook events (#506)
v1.6.0
Added
- Added
Auth0SAML
to ConnectionType
(#501)
- Exported exceptions (#503)
v1.5.0
Added
- Webhook signature validation added (#473)
v1.4.0
Added
- Added support for
allow_profiles_outside_organization
to organizations (#468)
- Exported
ProfileAndToken
type (#469)
- Added
organization_id
to profiles (#470)