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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [unreleased]
8
8
9
+
### Bug fix
10
+
- Make `user_context` optional in userroles recipe syncio functions.
11
+
9
12
## [0.10.1] - 2022-07-11
10
13
11
14
### Documentation:
@@ -27,7 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
30
### Bug fix:
28
31
29
32
- Clears cookies when `revoke_session` is called using the session container, even if the session did not exist from before: https://github.com/supertokens/supertokens-node/issues/343
30
-
- Make `user_context` optional in userroles recipe syncio functions.
31
33
32
34
### Breaking changes:
33
35
- Change request arg type in session recipe functions from Any to BaseRequest.
0 commit comments