From 6991d16cec87fa8a559d15d85341df228d410d67 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 20:25:58 +0000 Subject: [PATCH 1/3] chore(main): release 10.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6859ffa5f..839088241 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.3.1" + ".": "10.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 399265d8c..e1e69e373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [10.0.0](https://github.com/workos/workos-node/compare/v9.3.1...v10.0.0) (2026-05-27) + + +### ⚠ BREAKING CHANGES + +* remove search param from listResources ([#1591](https://github.com/workos/workos-node/issues/1591)) +* **webhooks:** Add webhook endpoint CRUD ([#1592](https://github.com/workos/workos-node/issues/1592)) + +### Features + +* Add Radar to Node SDK ([#1596](https://github.com/workos/workos-node/issues/1596)) ([6330961](https://github.com/workos/workos-node/commit/6330961da4b1f249f86825ad3eafc8643c275318)) +* **connect:** Add Connect module ([#1597](https://github.com/workos/workos-node/issues/1597)) ([4011dd0](https://github.com/workos/workos-node/commit/4011dd0b62f7d57e6f4fabb275bdfdc90a0fb7f7)) +* remove search param from listResources ([#1591](https://github.com/workos/workos-node/issues/1591)) ([9ebc818](https://github.com/workos/workos-node/commit/9ebc818c908bb4ada660cd6ccefff43c36dec148)) +* **webhooks:** Add webhook endpoint CRUD ([#1592](https://github.com/workos/workos-node/issues/1592)) ([3b226d7](https://github.com/workos/workos-node/commit/3b226d71405b55f5eb519b533087902395c3e580)) + + +### Bug Fixes + +* **renovate:** explicitly enable minor and patch updates ([#1598](https://github.com/workos/workos-node/issues/1598)) ([ad48448](https://github.com/workos/workos-node/commit/ad484483f1a1ec3a6c990d778121c663970c38f1)) + ## [9.3.1](https://github.com/workos/workos-node/compare/v9.3.0...v9.3.1) (2026-05-19) diff --git a/package-lock.json b/package-lock.json index a7af02064..0303d3192 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@workos-inc/node", - "version": "9.3.1", + "version": "10.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@workos-inc/node", - "version": "9.3.1", + "version": "10.0.0", "license": "MIT", "dependencies": { "eventemitter3": "^5.0.4" diff --git a/package.json b/package.json index fcfeaa259..5b16be2b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@workos-inc/node", - "version": "9.3.1", + "version": "10.0.0", "description": "A Node wrapper for the WorkOS API", "keywords": [ "workos" From 8aff89b1c212ffbed6a1c82c5671fdf30ad4cb68 Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Wed, 27 May 2026 17:26:49 -0400 Subject: [PATCH 2/3] Update to include Vault items --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1e69e373..9e4567855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,17 @@ ### ⚠ BREAKING CHANGES * remove search param from listResources ([#1591](https://github.com/workos/workos-node/issues/1591)) -* **webhooks:** Add webhook endpoint CRUD ([#1592](https://github.com/workos/workos-node/issues/1592)) +* **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 ### Features * Add Radar to Node SDK ([#1596](https://github.com/workos/workos-node/issues/1596)) ([6330961](https://github.com/workos/workos-node/commit/6330961da4b1f249f86825ad3eafc8643c275318)) * **connect:** Add Connect module ([#1597](https://github.com/workos/workos-node/issues/1597)) ([4011dd0](https://github.com/workos/workos-node/commit/4011dd0b62f7d57e6f4fabb275bdfdc90a0fb7f7)) +* **groups:** Regenerate Groups module via oagen ([a3c14b3](https://github.com/workos/workos-node/commit/a3c14b31cba51aafad931ee512c6832d14a4f776)) * remove search param from listResources ([#1591](https://github.com/workos/workos-node/issues/1591)) ([9ebc818](https://github.com/workos/workos-node/commit/9ebc818c908bb4ada660cd6ccefff43c36dec148)) +* **vault:** Add generated Vault serializers and types, including rekey support, object list filters, and delete version checks ([a3c14b3](https://github.com/workos/workos-node/commit/a3c14b31cba51aafad931ee512c6832d14a4f776)) * **webhooks:** Add webhook endpoint CRUD ([#1592](https://github.com/workos/workos-node/issues/1592)) ([3b226d7](https://github.com/workos/workos-node/commit/3b226d71405b55f5eb519b533087902395c3e580)) From cf9ccf88af54b80d5b70db4ca5524f1d4a03ecaa Mon Sep 17 00:00:00 2001 From: "garen.torikian" Date: Wed, 27 May 2026 21:35:16 +0000 Subject: [PATCH 3/3] Add webhooks breaking change to changelog Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e4567855..509a60cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * **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](https://github.com/workos/workos-node/issues/1592)) ### Features