Releases: workos/workos-node
Releases · workos/workos-node
v10.2.0
v10.1.0
v10.0.0
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
v9.3.1
v9.3.0
v9.2.0
v9.1.1
9.1.1 (2026-04-24)
Bug Fixes
v9.1.0
v9.0.0
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.