Skip to content

Releases: workos/workos-node

v10.2.0

03 Jun 14:24
c59e06a

Choose a tag to compare

10.2.0 (2026-06-02)

Features

  • authkit: Add Radar challenge completion and error handling (#1606) (420e739)

Bug Fixes

v10.1.0

02 Jun 16:15
9d4bb54

Choose a tag to compare

10.1.0 (2026-06-02)

Features

  • Add name field to Profile, User, and Actions interfaces (#1602) (df3ecbd)
  • authkit: Add Radar fields to headless AuthKit methods (#1603) (4f34f01)

Bug Fixes

  • connect: Serialize pagination options for auto-pagination (#1601) (c8333f4)

v10.0.0

27 May 21:37
08f2eff

Choose a tag to compare

10.0.0 (2026-05-27)

⚠ BREAKING CHANGES

  • remove search param from listResources (#1591)
  • groups: Group.createdAt and Group.updatedAt now deserialize as Date objects
  • vault: listObjects now 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: Webhooks constructor signature changed from constructor(cryptoProvider: CryptoProvider) to constructor(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

  • renovate: explicitly enable minor and patch updates (#1598) (ad48448)

v9.3.1

19 May 21:29
7079575

Choose a tag to compare

9.3.1 (2026-05-19)

Bug Fixes

  • set canonical User-Agent header format (#1576) (4169434)
  • webhooks: accept raw request bytes for signature verification (#1578) (112b261)

v9.3.0

13 May 21:07
57748a6

Choose a tag to compare

9.3.0 (2026-05-13)

Features

  • Add resource and role_slug filter params to list role assignments (#1585) (4f32a83)

v9.2.0

05 May 17:19
fc3fab5

Choose a tag to compare

9.2.0 (2026-05-04)

Features


This PR was generated with Release Please. See documentation.

v9.1.1

24 Apr 23:38
c614bd7

Choose a tag to compare

9.1.1 (2026-04-24)

Bug Fixes

  • Correctly handle all isAuthenticationErrorData cases (#1573) (b572431)
  • Fix incorrect url for listEffectivePermissionsByExternalId (#1574) (8f8fc81)
  • restore typed data on AuthenticationErrorData (#1570) (a7a1e6d)
  • revert "Rename Authorization methods to match oagen hints" (7ab0380)

v9.1.0

22 Apr 16:36
2f35f44

Choose a tag to compare

9.1.0 (2026-04-21)

Features

  • add support for role_slug in invitation schema (#1567) (ba29409)

v9.0.0

21 Apr 17:06
247d8b5

Choose a tag to compare

9.0.0 (2026-04-21)

⚠ BREAKING CHANGES

  • rename portal to adminPortal (#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 ConflictException and add code (#1563) (a5524f8)
  • Normalize GithubOAuth to GitHubOAuth in identity deserialization (#1566) (61f54a5)
  • Remove extractVersion from matchUpdateTypes rules (#1557) (f6272ea)
  • rename portal to adminPortal (#1562) (80614d4)

Code Refactoring

Read the V9_MIGRATION_GUIDE.md for more information.

v8.13.0

13 Apr 20:28
b6de2ad

Choose a tag to compare

8.13.0 (2026-04-13)

Features

  • Add resource_type_slug to createOrganizationRole to create resource-scoped custom roles (#1549) (36fb14a)