Skip to content

Releases: workos/workos-node

v10.7.0

25 Jun 19:48
13855f9

Choose a tag to compare

10.7.0 (2026-06-25)

Features

  • Add source to role assignments to distinguish group grants (#1646) (574f5ca)

v10.6.0

25 Jun 17:49
5d89bd7

Choose a tag to compare

10.6.0 (2026-06-25)

Features

  • user-management: add max_age parameter to getAuthorizationUrl (#1643) (730404e)

v10.5.0

24 Jun 13:30
511b691

Choose a tag to compare

10.5.0 (2026-06-24)

Features

v10.4.1

23 Jun 19:34
1bea908

Choose a tag to compare

10.4.1 (2026-06-23)

Bug Fixes

  • events: Add resourceTypeSlug to RoleEvent deserialization (#1638) (d478595)

v10.4.0

18 Jun 13:53
e2607ed

Choose a tag to compare

10.4.0 (2026-06-18)

Features

  • user-management: Add invitationToken to getAuthorizationUrl options (#1612) (a2d516f)

v10.3.0

17 Jun 16:32
df40b2e

Choose a tag to compare

10.3.0 (2026-06-17)

Features

  • authorization: Add group role assignment endpoints (#1619) (df60af3)

v10.2.1

16 Jun 22:01
4e9ed0b

Choose a tag to compare

10.2.1 (2026-06-16)

Bug Fixes

  • Prevent handleParseError from double-reading response body (#1622) (e1cdb7f)

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)