Beta Versions
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 beta
versions, refer to the README in the GitHub repository.
Releases
June 24, 2026
v10.5.0
Latest June 24, 2026
June 23, 2026
v10.4.1
June 23, 2026
June 18, 2026
v10.4.0
June 18, 2026
June 17, 2026
v10.3.0
June 17, 2026
June 16, 2026
v10.2.1
June 16, 2026
June 3, 2026
v10.2.0
June 3, 2026
June 2, 2026
v10.1.0
June 2, 2026
May 27, 2026
v10.0.0
May 27, 2026
10.0.0 (2026-05-27)
⚠ BREAKING CHANGES
- remove search param from listResources (#1591)
- groups:
Group.createdAtandGroup.updatedAtnow deserialize asDateobjects - vault:
listObjectsnow returns an auto-paginatable object summary collection instead of the previous list digest shape - vault: generated Vault response types now use SDK-shaped camelCase fields for key and object responses
- webhooks:
Webhooksconstructor signature changed fromconstructor(cryptoProvider: CryptoProvider)toconstructor(workos: WorkOS)(#1592)
Features
- Add Radar to Node SDK (#1596) (6330961)
- connect: Add Connect module (#1597) (4011dd0)
- groups: Regenerate Groups module via oagen (a3c14b3)
- remove search param from listResources (#1591) (9ebc818)
- vault: Add generated Vault serializers and types, including rekey support, object list filters, and delete version checks (a3c14b3)
- webhooks: Add webhook endpoint CRUD (#1592) (3b226d7)
Bug Fixes
May 19, 2026
v9.3.1
May 19, 2026
May 13, 2026
v9.3.0
May 13, 2026
May 5, 2026
v9.2.0
May 5, 2026
April 24, 2026
v9.1.1
April 24, 2026
9.1.1 (2026-04-24)
Bug Fixes
April 22, 2026
v9.1.0
April 22, 2026
April 21, 2026
v9.0.0
April 21, 2026
9.0.0 (2026-04-21)
⚠ BREAKING CHANGES
- rename
portaltoadminPortal(#1562) - standardize authorization list endpoint pagination (#1553)
- Drop Node.js v20 support, require v22.11+ (#1560)
- Remove legacy FGA package (#1559)
Features
- Add groups endpoints and group event types (#1564) (cb0c46d)
- adding three new conection types to node SDK connection type enums (#1389) (c11cfd6)
- standardize authorization list endpoint pagination (#1553) (7a91d74)
- Update Node SDK to include auditlogs.listSchemas (#1457) (c31736d)
Bug Fixes
- add JSDoc docstrings from OpenAPI spec to all resource methods (#1565) (562a57a)
- errors: type server/auth errors and restore type compatibility (#1561) (e149152)
- Export
ConflictExceptionand addcode(#1563) (a5524f8) - Normalize GithubOAuth to GitHubOAuth in identity deserialization (#1566) (61f54a5)
- Remove extractVersion from matchUpdateTypes rules (#1557) (f6272ea)
- rename
portaltoadminPortal(#1562) (80614d4)
Code Refactoring
- Drop Node.js v20 support, require v22.11+ (#1560) (24609a7)
- Remove legacy FGA package (#1559) (8cdd668)
Read the V9_MIGRATION_GUIDE.md for more information.
April 13, 2026
v8.13.0
April 13, 2026
April 7, 2026
v8.12.1
April 7, 2026
April 6, 2026
v8.12.0
April 6, 2026
April 5, 2026
v8.11.1
April 5, 2026
April 2, 2026
v8.11.0
April 2, 2026
March 25, 2026
v8.10.0
March 25, 2026
March 12, 2026
v8.9.0
March 12, 2026
March 3, 2026
v8.8.0
March 3, 2026
February 26, 2026
v8.7.0
February 26, 2026
February 23, 2026
v8.6.0
February 23, 2026
- Add BYOK intent to Admin Portal
February 14, 2026
v8.5.0
February 14, 2026
What's Changed
- Add dedicated event types for organisation role deserialisation by @smorimoto in #1485
- Version bump to 8.4.1 by @csrbarber in #1489
- chore(deps): update actions/setup-node action to v6 by @renovate[bot] in #1444
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #1390
- v8.5.0 by @nicknisi in #1493
Full Changelog: v8.4.0...v8.5.0
February 13, 2026
v8.4.0
February 13, 2026
February 11, 2026
v8.3.1
February 11, 2026
What's Changed
- Rename api_key.deleted event type to api_key.revoked by @smorimoto in #1476
New Contributors
- @smorimoto made their first contribution in #1476
Full Changelog: v8.3.0...v8.3.1
February 10, 2026
v8.3.0
February 10, 2026
What's Changed
- Organization role and permission events support by @csrbarber in #1469
Full Changelog: v8.2.0...v8.3.0
February 5, 2026
v8.2.0
February 5, 2026
What's Changed
- feat: Add environment role support by @csrbarber in #1454
- feat: Add organization role support by @csrbarber in #1455
- Bump to 8.2.0 by @csrbarber in #1466
Full Changelog: v8.1.0...v8.2.0
February 3, 2026
v8.1.0
February 3, 2026
What's Changed
- docs: fix inconsistencies in V8 migration guide by @nicknisi in #1449
- Add custom_attributes field to OrganizationMembership by @ajworkos in #1458
- feat: Add
localeparam to send/resend invitation methods by @jasonbarry in #1460 - fix: exclude organizationId from autoPagination params in listOrganizationFeatureFlags by @gjtorikian in #1461
- Release v8.1.0 by @gjtorikian in #1462
New Contributors
- @jasonbarry made their first contribution in #1460
- @gjtorikian made their first contribution in #1461
Full Changelog: v8.0.0...v8.1.0