Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "9.3.1"
".": "10.0.0"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down