Skip to content

Releases: workos/workos-go

v1.4.0

23 Sep 15:05
1261d51
Compare
Choose a tag to compare

Added

  • Added CreatedAt and UpdatedAt timestamps to the following resources: (#118)
    • Connection
    • Directory
    • Organization
  • Added support for AllowProfilesOutsideOrganization to organizations (#120)
  • Added OrganizationID to profiles (#121)

Changed

  • Improved error handling around OAuth-style errors (#108)

v1.3.0

16 Aug 19:05
2f10947
Compare
Choose a tag to compare

Added

  • Added custom_attributes for Directory Users (#117)

v1.2.1

27 Jul 17:46
8d9288e
Compare
Choose a tag to compare

Changed

  • Removed internal dependency on gjson (#115)

v1.2.0

08 Jul 15:49
98f3e6c
Compare
Choose a tag to compare

Added

  • Included the organization_id to Directory object

v1.1.0

23 Jun 20:39
244127e
Compare
Choose a tag to compare

Added

  • Added expires_in functionality to the createSession() function used in Magic Link

v1.0.0

12 May 20:45
0447a77
Compare
Choose a tag to compare

Breaking Changes

  • sso.GetProfile has been renamed to sso.GetProfileAndToken (#100)
    • The return type has also been changed from (Profile, error) to (ProfileAndToken, error)
  • Organization operations have been moved from the portal package to organizations (#101)
    • portal.ListOrganizationsorganizations.ListOrganizations
    • portal.GetOrganizationorganizations.GetOrganization
    • portal.CreateOrganizationorganizations.CreateOrganization
    • portal.UpdateOrganizationorganizations.UpdateOrganization
  • sso.CreateConnection and sso.PromoteDraftConnection have been removed (#102)

v0.10.8

11 May 18:00
09272bf
Compare
Choose a tag to compare

Added

  • Added support for connection parameter for Create Passwordless Session method
  • Added Get Organization method

Removed

  • Removed deprecated Connection fields

v0.10.7

06 May 16:44
a5b0b11
Compare
Choose a tag to compare

Added

  • Added deprecation note for connection status in favor of connection state (both are still supported at this time)
  • Added method to update an organization

v0.10.6

27 Apr 16:08
062396f
Compare
Choose a tag to compare

Changed

  • Exposed idp_ID for directory sync profiles

v0.10.5

23 Apr 19:59
80a2720
Compare
Choose a tag to compare

Added

  • Added a delete directory function to the DirectorySync package