You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ The IronWeb SDK NPM releases follow standard [Semantic Versioning](https://semve
4
4
5
5
**Note:** The patch versions of the IronWeb SDK will not be sequential and might jump by multiple numbers between sequential releases.
6
6
7
+
## v4.4.0
8
+
9
+
- add `IronWeb.user.disableSelf()` which the currently authenticated user can call to disable their own account. Disabled users can still be members of groups but will be unable to call SDK functions.
10
+
- add `IronWeb.updateUserStatus(jwtCallback, status)` which uses a JWT to enable or disable a user without an initialized SDK. Use this to re-enable a user that has previously been disabled.
11
+
7
12
## v4.3.6
8
13
9
14
- fix a streaming bug, encrypt could get blocked with no reader yet on writing the header+IV.
0 commit comments