Certain WorkOS features may be available only in the beta version of the SDK. Beta versions have the -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.
Releases
December 3, 2025
v6.2.0
Latest
December 3, 2025
What's Changed
Add roles property to directory user & sso profile by @kendallstrautman in https://github.com/workos/workos-go/pull/481
Bump version v6.2.0 by @kendallstrautman in https://github.com/workos/workos-go/pull/482
Full Changelog: https://github.com/workos/workos-go/compare/v6.1.0...v6.2.0
November 21, 2025
v6.1.0
November 21, 2025
What's Changed
Default to adding idempotecy-key to audit-logs/events if not present, added in retryability logic to endpoints#492 by @swaroopAkkineniWorkos in https://github.com/workos/workos-go/pull/475
Add support for resending invites by @antn in https://github.com/workos/workos-go/pull/476
New Contributors
@swaroopAkkineniWorkos made their first contribution in https://github.com/workos/workos-go/pull/475
@antn made their first contribution in https://github.com/workos/workos-go/pull/476
Full Changelog: https://github.com/workos/workos-go/compare/v6.0.0...v6.1.0
November 6, 2025
v6.0.0
November 6, 2025
What's Changed
Add permissions to the ListOrganizationRoles response by @jyecusch in https://github.com/workos/workos-go/pull/468
Fix UpdateOrganization JSON serialization by @nicknisi in https://github.com/workos/workos-go/pull/472
Change organization metadata to map[string]*string by @nicknisi in https://github.com/workos/workos-go/pull/471
Remove "domain" param from directories query by @ameesha in https://github.com/workos/workos-go/pull/301
Fix CreateOrganizationOpts.Metadata to use map[string]string by @nicknisi in https://github.com/workos/workos-go/pull/474
New Contributors
@jyecusch made their first contribution in https://github.com/workos/workos-go/pull/468
Full Changelog: https://github.com/workos/workos-go/compare/v5.2.0...v6.0.0
October 2, 2025
v5.2.0
October 2, 2025
What's Changed
Add organization name field to OrganizationMembership struct by @kaylagordon in https://github.com/workos/workos-go/pull/463
updated the UpdateOrganizationOpts fields to optional by @rarevalo13 in https://github.com/workos/workos-go/pull/460
V5.2.0 by @rarevalo13 in https://github.com/workos/workos-go/pull/465
New Contributors
@kaylagordon made their first contribution in https://github.com/workos/workos-go/pull/463
Full Changelog: https://github.com/workos/workos-go/compare/v5.1.0...v5.2.0
September 25, 2025
v5.1.0
September 25, 2025
What's Changed
Add roles to user management API request/responses by @atainter in https://github.com/workos/workos-go/pull/459
v5.1.0 by @atainter in https://github.com/workos/workos-go/pull/462
Full Changelog: https://github.com/workos/workos-go/compare/v5.0.0...v5.1.0
September 5, 2025
v5.0.0
September 5, 2025
What's Changed
Re-introduce metadata removal support (breaking change) by @nicknisi in https://github.com/workos/workos-go/pull/457
Breaking Changes Summary
The v5 release includes the following breaking change:
UpdateUserOpts.Metadata field type changed from map[string]string to map[string]*string (introduced in PR #457)
This allows setting metadata values to nil to remove them server-side