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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
- Added `network_interceptor` to the `supertokens_config` in `init`.
14
14
- This can be used to capture/modify all the HTTP requests sent to the core.
15
15
- Solves the issue - https://github.com/supertokens/supertokens-core/issues/865
16
+
- Functions `get_users_oldest_first`, `get_users_newest_first`, `get_user_count`, `delete_user`, `create_user_id_mapping`, `get_user_id_mapping`, `delete_user_id_mapping` and `update_or_delete_user_id_mapping_info` now accept `user_context` as an optional argument.
16
17
- Fixed the dependencies in the example apps
17
18
- Example apps will now fetch the latest version of the frameworks
0 commit comments