Releases: workos/workos-go
Releases · workos/workos-go
v4.11.0
Added
- Added
role
to Directory User (#339)
v4.10.0
Added
- Added
InviterUserID
to invitation object returned by API (#340)
- Add support for
email_verification.created
and password_reset.created
(#340)
- Added new endpoints to the User Management API to support sending your own emails:
GetEmailVerification
, GetPasswordReset
, and CreatePasswordReset
(#340)
- Deprecation notice for the
SendPasswordResetEmail
method in favor of CreatePasswordReset
(#340)
Removed
- Removed authentication events (#336)
v4.9.0
What's Changed
- Add organization membership deactivate and reactivate API methods by @mattgd in #334
Full Changelog: v4.8.0...v4.9.0
v4.8.0
Added
- Added
AcceptInvitationUrl
to invitation object returned by API (#332)
- Added new event types:
invitation.created
and magic_auth.created
(#332)
- Added new endpoints for the Magic Auth API:
GetMagicAuth
and CreateMagicAuth
(#332)
- Deprecation notice for
SendMagicAuthCode
method in favor of CreateMagicAuth
(#332)
v4.7.0
Added
- Support
organization_id
params in the Events API (#330)
- Support
organization_membership.added
and organization_membership.deleted
events (#328)
- Add
DomainData
field to Organization create and update functions and deprecate Domains
(#327)
v4.6.0
Added
- Added
password_hash
and password_hash_type
to CreateUser options (#324)
Changed
- Require the
events
parameter when calling the list events API for new usages (#325)
v4.5.0
Added
- Added optional
role_slug
parameter to send invitation payload to specify a user's organization membership role when inviting (#322)
v4.4.1
Changed
- Fixed parameters
organization
and connection
to organization_id
and connection_id
(#318)
v4.4.0
What's Changed
- Add screen hint to GetAuthorizationURLOpts
Full Changelog: v4.3.0...v4.4.0
v4.3.0
Added
- Add
session.created
event (#313)