Skip to content

Commit 4e14256

Browse files
committed
Update change log.
1 parent a2fe723 commit 4e14256

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22
This is the changelog for [Authress SDK](readme.md).
33

44
## 3.1 ##
5+
* Require minimum Node version to be 20.
6+
* Add Support for KMS Service Client BYOK usage.
7+
8+
## 3.0 ##
59
* Require minimum Node version to be 18.
610
* [Breaking] UserId is now required in all `userPermissions` apis. This improves **Security By Default** requiring explicit check on who the user is.
711
* [Breaking] Removal of property `accessToAllSubResources`.
812
* [Breaking] `ServiceClientTokenProvider` is now a first-class Javascript Class, it cannot be used as a function.
913
* [Breaking] `setToken` has been removed from the interface. To set a user token, pass in a function into the AuthressClient constructor.
1014
* [Fix] Remove passing the token in the request for token verification, it is completely unnecessary, and does not work for service clients in any scenario.
1115
* Add UserTokenConfiguration and setUserTokenConfiguration
12-
* Add Support for KMS Service Client BYOK usage.
1316

1417
## 2.3 ##
1518
* Require minimum Node version to be 16.

0 commit comments

Comments
 (0)