File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99## [ unreleased]
1010
11-
11+ ## [ 0.14.8 ] - 2023-07-07
1212## Fixes
1313
1414- Anti csrf check should happen only when access token is passed while session is optional
15+ - ` verify_session ` middleware now handles supertokens related errors as well.
16+
17+ ## [ 0.14.7] - 2023-07-03
18+ - Fixes error message in querier.
1519
1620## [ 0.14.6] - 2023-06-22
1721
Original file line number Diff line number Diff line change 7070
7171setup (
7272 name = "supertokens_python" ,
73- version = "0.14.7 " ,
73+ version = "0.14.8 " ,
7474 author = "SuperTokens" ,
7575 license = "Apache 2.0" ,
7676
Original file line number Diff line number Diff line change 1414from __future__ import annotations
1515
1616SUPPORTED_CDI_VERSIONS = ["2.21" ]
17- VERSION = "0.14.7 "
17+ VERSION = "0.14.8 "
1818TELEMETRY = "/telemetry"
1919USER_COUNT = "/users/count"
2020USER_DELETE = "/user/remove"
You can’t perform that action at this time.
0 commit comments