Skip to content

Commit c067c92

Browse files
authored
chore: remove support for fdi 1.14 (#387)
1 parent 45df3df commit c067c92

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Added
2121

22+
- Support for FDI 1.15
2223
- Added support for session claims with related interfaces and classes.
2324
- Added `onInvalidClaim` optional error handler to send InvalidClaim error responses.
2425
- Added `INVALID_CLAIMS` to `SessionErrors`.
@@ -34,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3435

3536
### Breaking changes
3637

38+
- Removes support for FDI < 1.15
3739
- Changed `signInUp` third party recipe function to accept an email string instead of an object that takes `{id: string, isVerified: boolean}`.
3840
- Renames `STMP` to `SMTP` everywhere (typo).
3941
- The frontend SDK should be updated to a version supporting session claims!
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_comment": "contains a list of frontend-driver interfaces branch names that this core supports",
3-
"versions": ["1.14", "1.15"]
3+
"versions": ["1.15"]
44
}

0 commit comments

Comments
 (0)