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
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
11
11
## [0.16.8] - 2023-11-7
12
12
13
+
### Added
14
+
13
15
- Added `network_interceptor` to the `supertokens_config` in `init`.
14
16
- This can be used to capture/modify all the HTTP requests sent to the core.
15
17
- Solves the issue - https://github.com/supertokens/supertokens-core/issues/865
18
+
19
+
### Fixes
20
+
- The sync functions `create_user_id_mapping` and `delete_user_id_mapping` now take the `force` parameter as an optional argument, just like their async counterparts.
16
21
- 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.
17
22
- Fixed the dependencies in the example apps
18
23
- Example apps will now fetch the latest version of the frameworks
0 commit comments