Skip to content

Commit 7deebde

Browse files
Merge pull request #333 from supertokens/changelog-fix
fix: changelog
2 parents 8e30456 + c823e34 commit 7deebde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7272
- Passwordless recipe changes:
7373
- Added `tenantId` param to `ValidateEmailAddress`, `ValidatePhoneNumber` and `GetCustomUserInputCode` functions in `TypeInput`
7474
- Added mandatory `TenantId` field to `emaildelivery.PasswordlessLoginType` and `smsdelivery.PasswordlessLoginType`
75-
- The providers array in `TypeInput` accepts `[]ProviderInput` instead of `[]TypeProvider`. TypeProvider interface is re-written. Refer migration section for more info.
7675
- Added mandatory `tenantId` in the input to the following recipe index functions:
7776
- `CreateCodeWithEmail`
7877
- `CreateCodeWithPhoneNumber`
@@ -111,6 +110,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111110
- `EmailExistsGET`
112111
- `PhoneNumberExistsGET`
113112
- ThirdParty recipe changes
113+
- The providers array in `SignInUpFeature` accepts `[]ProviderInput` instead of `[]TypeProvider`. TypeProvider interface is re-written. Refer migration section for more info.
114114
- Removed `SignInUp` and added `ManuallyCreateOrUpdateUser` instead in the recipe index functions.
115115
- Added `ManuallyCreateOrUpdateUser` to recipe interface which is being called by the function mentioned above.
116116
- `ManuallyCreateOrUpdateUser` recipe interface function should not be overridden as it is not going to be called by the SDK in the sign in/up flow.
@@ -220,7 +220,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
220220
}
221221
```
222222

223-
- Single instance with multiple clients of each provider instead of multiple instances of them. Also use `clientType` to differentiate them. `clientType` passed from the frontend will be used to determine the right config.
223+
- Single instance with multiple clients of each provider instead of multiple instances of them. Also use `clientType` to differentiate them. `clientType` passed from the frontend will be used to determine the right config. `IsDefault` option has been removed and `clientType` is expected to be passed when there are more than one client. If there is only one client, `clientType` is optional and will be used by default.
224224

225225
Before:
226226

0 commit comments

Comments
 (0)