File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [ unreleased]
10
10
11
+
12
+ ## [ 0.16.0] - 2023-09-13
13
+
14
+
11
15
### Added
12
16
13
17
- The Dashboard recipe now accepts a new ` admins ` property which can be used to give Dashboard Users write privileges for the user dashboard.
14
18
15
19
### Changes
16
20
17
21
- Dashboard APIs now return a status code ` 403 ` for all non-GET requests if the currently logged in Dashboard User is not listed in the ` admins ` array
22
+ - Now ignoring protected props in the payload in ` create_new_session ` and ` create_new_session_without_request_response `
18
23
19
24
## [ 0.15.3] - 2023-09-24
20
25
Original file line number Diff line number Diff line change 70
70
71
71
setup (
72
72
name = "supertokens_python" ,
73
- version = "0.15.3 " ,
73
+ version = "0.16.0 " ,
74
74
author = "SuperTokens" ,
75
75
license = "Apache 2.0" ,
76
76
Original file line number Diff line number Diff line change 14
14
from __future__ import annotations
15
15
16
16
SUPPORTED_CDI_VERSIONS = ["3.0" ]
17
- VERSION = "0.15.3 "
17
+ VERSION = "0.16.0 "
18
18
TELEMETRY = "/telemetry"
19
19
USER_COUNT = "/users/count"
20
20
USER_DELETE = "/user/remove"
You can’t perform that action at this time.
0 commit comments