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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [unreleased]
8
8
9
+
## [0.10.5] - 2023-09-01
10
+
11
+
- Add logic to retry network calls if the core returns status 429
12
+
9
13
## [0.10.4] - 2022-08-30
10
14
## Features:
11
15
- Add support for User ID Mapping using `create_user_id_mapping`, `get_user_id_mapping`, `delete_user_id_mapping`, `update_or_delete_user_id_mapping` functions
@@ -20,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
24
21
25
## [0.10.2] - 2022-07-14
22
26
### Bug fix
23
-
- Make `user_context` optional in userroles recipe syncio functions.
27
+
- Make `user_context` optional in userroles recipe syncio functions.
24
28
25
29
## [0.10.1] - 2022-07-11
26
30
@@ -555,4 +559,4 @@ init(
555
559
- Middleware, error handlers and verify session for each framework.
556
560
- Created a wrapper for async to sync for supporting older version of python web frameworks.
0 commit comments