Skip to content

Releases: workos/workos-go

v4.21.0

28 Aug 18:26
f6e0822
Compare
Choose a tag to compare

Added

  • Added ConvertSchemaToResourceTypes and ConvertResourceTypesToSchema to FGA module (#364)

v4.20.0

26 Aug 14:51
55d7825
Compare
Choose a tag to compare

Added

  • Added support for authentication.sso_failed and authentication.oauth_failed events (#362)

v4.19.0

19 Aug 20:34
f583478
Compare
Choose a tag to compare

Added

v4.18.0

12 Aug 22:41
6ac5fe5
Compare
Choose a tag to compare

Added

  • Added retryable http client and updated FGA module to use it #356

v4.17.0

08 Aug 21:53
217f774
Compare
Choose a tag to compare

Added

  • Added OrganizationID option for use with AuthenticateWithRefreshToken (#357)
  • Added constants for authentication event types (#337)

v4.16.0

23 Jul 23:38
5ddcbaf
Compare
Choose a tag to compare

Added

  • Added support for FGA endpoints #353

Fixed

  • Fixed json encoding for IdempotencyKey in organizations client

v4.15.0

22 Jul 12:38
607d637
Compare
Choose a tag to compare

Added

  • Added support for Apple and GitHub OAuth #348

v4.14.0

20 Jun 20:12
f1ed8fe
Compare
Choose a tag to compare

Fixed

  • Fixed parameter serialization for the List Invitations method (#350)

Deprecated

  • Marked the AllowProfilesOutsideOrganization option for Organizations as deprecated (#349)

v4.13.0

04 Jun 16:11
c26db6a
Compare
Choose a tag to compare

Added

  • Added a method to find an invitation using the token (#346)

v4.12.0

03 Jun 19:38
4435b5c
Compare
Choose a tag to compare

Added

  • Added support for TOTPSecret on usermanagement.EnrollAuthFactor (#345)
  • Added the list identities endpoint and Identity struct to the usermanagement package.