-beta.*
suffix, for example, 3.2.0-beta.1
. For more information on how to use the beta versions, refer to the README in the GitHub repository.ConvertSchemaToResourceTypes
and ConvertResourceTypesToSchema
to FGA module (#364)authentication.sso_failed
and authentication.oauth_failed
events (#362)certificate_renewal
intent by @alisherry https://github.com/workos/workos-go/pull/360IdempotencyKey
in organizations clientAllowProfilesOutsideOrganization
option for Organizations as deprecated (#349)TOTPSecret
on usermanagement.EnrollAuthFactor
(#345)usermanagement
package.role
to Directory User (https://github.com/workos/workos-go/pull/339)InviterUserID
to invitation object returned by API (#340)email_verification.created
and password_reset.created
(#340)GetEmailVerification
, GetPasswordReset
, and CreatePasswordReset
(#340)SendPasswordResetEmail
method in favor of CreatePasswordReset
(#340)Full Changelog: https://github.com/workos/workos-go/compare/v4.8.0...v4.9.0
AcceptInvitationUrl
to invitation object returned by API (#332)invitation.created
and magic_auth.created
(#332)GetMagicAuth
and CreateMagicAuth
(#332)SendMagicAuthCode
method in favor of CreateMagicAuth
(#332)organization_id
params in the Events API (https://github.com/workos/workos-go/pull/330)organization_membership.added
and organization_membership.deleted
events (https://github.com/workos/workos-go/pull/328)DomainData
field to Organization create and update functions and deprecate Domains
(https://github.com/workos/workos-go/pull/327)password_hash
and password_hash_type
to CreateUser options (#324)events
parameter when calling the list events API for new usages (#325)role_slug
parameter to send invitation payload to specify a user's organization membership role when inviting (#322)organization
and connection
to organization_id
and connection_id
(#318)Full Changelog: https://github.com/workos/workos-go/compare/v4.3.0...v4.4.0
session.created
event (https://github.com/workos/workos-go/pull/313)user.impersonated
event (https://github.com/workos/workos-go/pull/311)
session.created
.Full Changelog: https://github.com/workos/workos-go/compare/v3.2.0...v4.0.0
ProfilePictureURL
to User
struct by @mthadley in https://github.com/workos/workos-go/pull/302Full Changelog: https://github.com/workos/workos-go/compare/v3.1.0...v3.2.0
usermanagement
package, a wrapper around the User Management APIIf you're upgrading from a beta version of the User Management API, contact us at support@workos.com for a full changelog and assistance upgrading.
Full Changelog: https://github.com/workos/workos-go/compare/v3.0.0...v3.1.0
Full Changelog: https://github.com/workos/workos-go/compare/v2.4.2...v3.0.0
AuthenticateUserWithToken
to AuthenticateUserWithCode
https://github.com/workos/workos-go/pull/242MagicAuthChallenge
from public interface https://github.com/workos/workos-go/pull/244Users.DeleteUser()
method https://github.com/workos/workos-go/pull/247Users.UpdateUserPassword()
path https://github.com/workos/workos-go/pull/250AuthenticateUserWith_
to AuthenticateWith_
https://github.com/workos/workos-go/pull/252AuthenticateWithMagicAuth
and SendMagicAuthCode
https://github.com/workos/workos-go/pull/253users.EnrollAuthFactor()
method https://github.com/workos/workos-go/pull/254users.ListAuthFactor()
method https://github.com/workos/workos-go/pull/255users.AuthenticateWithTOTP()
method https://github.com/workos/workos-go/pull/256email
rather than email_address
https://github.com/workos/workos-go/pull/258SendMagicAuthCode
response type https://github.com/workos/workos-go/pull/259users.ListAuthFactor()
return type https://github.com/workos/workos-go/pull/260