Skip to content

Releases: workos/workos-go

v4.0.0

08 Mar 20:37
7c8f3e3
Compare
Choose a tag to compare

Changed

  • Changed all resource list methods to default to descending order (#306)

Added

  • Added status to organization membership (#305)

Full Changelog: v3.2.0...v4.0.0

v3.2.0

07 Feb 21:17
363c896
Compare
Choose a tag to compare

Added

Removed

  • Remove "suspended" state from Directory Sync user object by @ameesha in #300

Full Changelog: v3.1.0...v3.2.0

v3.1.0

05 Dec 18:47
19d9b09
Compare
Choose a tag to compare

Added

  • Stable release of usermanagement package, a wrapper around the User Management API
  • Added all supported directory types (#296)

Removed

  • Removed SCIM v1 directory types, which are no longer supported (#296)

Upgrading from Beta User Management API

If you're upgrading from a beta version of the User Management API, contact us at [email protected] for a full changelog and assistance upgrading.

Full Changelog: v3.0.0...v3.1.0

v3.0.0

22 Nov 22:29
48d996f
Compare
Choose a tag to compare

Removed

  • [Breaking Change] Removed deprecated Audit Trail package (#279)
  • [Breaking Change] Removed beta version of the users package. Stable User Management release coming soon! (#279)

Full Changelog: v2.4.2...v3.0.0

v2.4.2

27 Oct 00:50
209899e
Compare
Choose a tag to compare

What's Changed

  • Fix pagination for User Management list endpoints (#267)

v2.4.1

23 Oct 16:05
47008a7
Compare
Choose a tag to compare

What's Changed

  • Add User Management Constants

v2.4.0

20 Oct 21:07
f5f06d1
Compare
Choose a tag to compare

What's Changed

  • Add events as string constants

v2.3.0

14 Sep 21:40
15e7063
Compare
Choose a tag to compare

What's Changed

  • Rename AuthenticateUserWithToken to AuthenticateUserWithCode #242
  • Drop session endpoints #243
  • Remove MagicAuthChallenge from public interface #244
  • User type updates #245
  • Fix authenticate methods #246
  • Add Users.DeleteUser() method #247
  • Fix Users.UpdateUserPassword() path #250
  • Update Email Verification methods #251
  • Rename AuthenticateUserWith_ to AuthenticateWith_ #252
  • Adds missing tests for AuthenticateWithMagicAuth and SendMagicAuthCode #253
  • Add users.EnrollAuthFactor() method #254
  • Add users.ListAuthFactor() method #255
  • Add users.AuthenticateWithTOTP() method #256
  • Rename password reset methods #257
  • Update /users/magic_auth/send to take email rather than email_address #258
  • Fix SendMagicAuthCode response type #259
  • Fix users.ListAuthFactor() return type #260

v2.2.2

16 Aug 14:37
412abb7
Compare
Choose a tag to compare

What's Changed

  • Fix grant type on AuthenticateUserWithPasswordOpts in #240

v2.2.1

11 Aug 20:35
5f78c84
Compare
Choose a tag to compare

What's Changed

  • (FIX) Add ClientID to AuthenticateUserWithPasswordOpts in #238