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..509a60cac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # 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)) +* **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 + +* 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)) + + +### 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"