Skip to content

Commit b44d218

Browse files
chore(main): release 2.0.0 (#666)
Co-authored-by: descope-release-bot[bot] <139235589+descope-release-bot[bot]@users.noreply.github.com>
1 parent 001b2b5 commit b44d218

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.10.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/descope/node-sdk/compare/v1.10.0...v2.0.0) (2026-03-16)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **user:** The `search` and `searchTestUsers` methods now return `UserSearchResponse` with `{ users, total }` instead of `UserResponse[]`.
9+
10+
### Features
11+
12+
* **user:** return total count in search and searchTestUsers responses ([#664](https://github.com/descope/node-sdk/issues/664)) ([12150be](https://github.com/descope/node-sdk/commit/12150beea018e6a1f1b5f32c32057039361e1daf)), closes [#662](https://github.com/descope/node-sdk/issues/662)
13+
14+
15+
### Bug Fixes
16+
17+
* increase FGA cache timeout and make it configurable ([#678](https://github.com/descope/node-sdk/issues/678)) ([001b2b5](https://github.com/descope/node-sdk/commit/001b2b5e0dbd828632d6240a7c2c9ba082e13635))
18+
319
## [1.10.0](https://github.com/descope/node-sdk/compare/v1.9.1...v1.10.0) (2026-02-26)
420

521

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@descope/node-sdk",
3-
"version": "1.10.0",
3+
"version": "2.0.0",
44
"description": "Node.js library used to integrate with Descope",
55
"typings": "./dist/index.d.ts",
66
"main": "dist/cjs/index.cjs.js",

0 commit comments

Comments
 (0)