Releases: workos/workos-go
Releases · workos/workos-go
v4.17.0
v4.16.0
v4.15.0
v4.14.0
v4.13.0
v4.12.0
v4.11.0
v4.10.0
Added
- Added
InviterUserID
to invitation object returned by API (#340) - Add support for
email_verification.created
andpassword_reset.created
(#340) - Added new endpoints to the User Management API to support sending your own emails:
GetEmailVerification
,GetPasswordReset
, andCreatePasswordReset
(#340) - Deprecation notice for the
SendPasswordResetEmail
method in favor ofCreatePasswordReset
(#340)
Removed
- Removed authentication events (#336)
v4.9.0
v4.8.0
Added
- Added
AcceptInvitationUrl
to invitation object returned by API (#332) - Added new event types:
invitation.created
andmagic_auth.created
(#332) - Added new endpoints for the Magic Auth API:
GetMagicAuth
andCreateMagicAuth
(#332) - Deprecation notice for
SendMagicAuthCode
method in favor ofCreateMagicAuth
(#332)