Releases: workos/workos-node
Releases · workos/workos-node
v7.7.0
v7.6.0
Added
- Added support for
email_verification.created
andpassword_reset.created
events (#1048) - Added new endpoints to the User Management API to support sending your own emails:
getEmailVerification
,getPasswordReset
, andcreatePasswordReset
(#1048) - Deprecation notice for the
sendPasswordResetEmail
method in favor ofcreatePasswordReset
(#1048) - Added role to directory user (#1046)
Updated
- Updated dependency ts-jest to v29.1.3 (#1044)
v7.5.0-beta.node-compatibility
Full Changelog: v7.5.0-beta.node-backwards-compatibility...v7.5.0-beta.node-compatibility
What's Changed
- Adds backwards compatibility for older versions of Node
Full Changelog: v7.5.0...v7.5.0-beta.node-compatibility
v7.5.0
v7.4.0
v7.3.0
Added
- Added
acceptInvitationUrl
to invitation object returned by API (#1036) - Added new event types:
invitation.created
andmagic_auth.created
(#1036) - Added new endpoints for the Magic Auth API:
getMagicAuth
andcreateMagicAuth
(#1036) - Deprecation notice for
sendMagicAuthCode
method in favor ofcreateMagicAuth
(#1036)
v7.2.0
v7.1.0
v7.0.0
This is a major release of the WorkOS API that may contain breaking changes for your application. Please carefully read these release notes and contact [email protected] if you encounter any issues.
Added
- Added
appInfo
configuration object for metrics - Added optional
role_slug
parameter to user management send invitation payload to specify a user's organization membership role when inviting - Added 'password_hash' and 'password_hash_type' to User creation
Changed
workos-node
now requires a minimum Node version of 19- Events array is now required for
listEvents
Removed
- Removed domain parameters from directories list query
Full Changelog: v6.8.0...v7.0.0
v6.8.0
What's Changed
- Add screen hint to getAuthorizationUr