Skip to content

Commit df3aac5

Browse files
chore(main): release 1.10.0 (#646)
Co-authored-by: descope-release-bot[bot] <139235589+descope-release-bot[bot]@users.noreply.github.com>
1 parent 49d7a67 commit df3aac5

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-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.9.1"
2+
".": "1.10.0"
33
}

CHANGELOG.md

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

3+
## [1.10.0](https://github.com/descope/node-sdk/compare/v1.9.1...v1.10.0) (2026-02-26)
4+
5+
6+
### Features
7+
8+
* access key custom attributes CRU ([#645](https://github.com/descope/node-sdk/issues/645)) ([145d363](https://github.com/descope/node-sdk/commit/145d3634ab3d60655bdb1124c60149bff5e514e9))
9+
* **authz:** route whoCanAccess and whatCanTargetAccess through FGA cache ([#658](https://github.com/descope/node-sdk/issues/658)) ([e7d0b2b](https://github.com/descope/node-sdk/commit/e7d0b2b62a6ac4403a23172b18b21b050dd0a4cf))
10+
* role inheritence config for sub tenants ([#648](https://github.com/descope/node-sdk/issues/648)) ([ae4d906](https://github.com/descope/node-sdk/commit/ae4d906df901bfe31808333c6131280c7efa3b91))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependency @descope/core-js-sdk to v2.56.2 ([#647](https://github.com/descope/node-sdk/issues/647)) ([7a2d6f3](https://github.com/descope/node-sdk/commit/7a2d6f3a299f2ea359a19a1b9df0c8df221d0694))
16+
* **deps:** update dependency @descope/core-js-sdk to v2.57.0 ([#650](https://github.com/descope/node-sdk/issues/650)) ([3b49073](https://github.com/descope/node-sdk/commit/3b4907321f9f8a29cc771338a1354b6b0a7dbe52))
17+
* expose SSO SAML mapping default roles ([49d7a67](https://github.com/descope/node-sdk/commit/49d7a6723b98e498fa10e3953afc689e4f257282))
18+
* expose SSO SAML mapping default roles ([49d7a67](https://github.com/descope/node-sdk/commit/49d7a6723b98e498fa10e3953afc689e4f257282))
19+
320
## [1.9.1](https://github.com/descope/node-sdk/compare/v1.9.0...v1.9.1) (2026-01-15)
421

522

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.9.1",
3+
"version": "1.10.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)