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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [unreleased]
10
10
11
-
## [0.31.0] - 2025-07-18
11
+
## [0.31.0] - 2025-08-21
12
12
### Adds plugins support
13
13
- Adds an `experimental` property (`SuperTokensExperimentalConfig`) to the `SuperTokensConfig`
14
14
- Plugins can be configured under using the `plugins` property in the `experimental` config
15
15
- Refactors the AccountLinking recipe to be automatically initialized on SuperTokens init
16
16
- Adds `is_recipe_initialized` method to check if a recipe has been initialized
17
17
18
18
### Breaking Changes
19
+
- Removed default `default_max_age` from all built-in claims/validators.
20
+
- You can optionally set them when adding the validators.
21
+
- This should help with unexpected API calls during session verification.
19
22
-`AccountLinkingRecipe.get_instance` will now raise an exception if not initialized
20
23
- Various config classes renamed for consistency across the codebase, and classes added where they were missing
21
24
- Old classes added to the recipe modules as aliases for backward compatibility, but will be removed in future versions. Prefer using the renamed classes.
0 commit comments