Skip to content

Releases: workos/workos-go

v4.11.0

28 May 15:42
0ce817a
Compare
Choose a tag to compare

Added

  • Added role to Directory User (#339)

v4.10.0

24 May 14:11
35ebb01
Compare
Choose a tag to compare

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

17 May 16:32
5ad2b6d
Compare
Choose a tag to compare

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

03 May 19:45
37d04ca
Compare
Choose a tag to compare

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

30 Apr 15:41
4c919b6
Compare
Choose a tag to compare

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

11 Apr 19:25
c2ede49
Compare
Choose a tag to compare

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

05 Apr 20:16
ce3b394
Compare
Choose a tag to compare

Added

  • Added optional role_slug parameter to send invitation payload to specify a user's organization membership role when inviting (#322)

v4.4.1

04 Apr 19:11
41befc1
Compare
Choose a tag to compare

Changed

  • Fixed parameters organization and connection to organization_id and connection_id (#318)

v4.4.0

29 Mar 19:55
33561c2
Compare
Choose a tag to compare

What's Changed

  • Add screen hint to GetAuthorizationURLOpts

Full Changelog: v4.3.0...v4.4.0

v4.3.0

21 Mar 16:58
06eaa80
Compare
Choose a tag to compare

Added

  • Add session.created event (#313)