Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changes for api version 2024-10-01 #1717

Merged
merged 7 commits into from
Nov 28, 2024
8 changes: 8 additions & 0 deletions docs/backend-requests/versioning/available-versions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ description: A list of the available API versions and their breaking changes.

Below is a list of all the available API versions with their respective breaking changes.

### 2024-10-01

- Notification for new sign-ins to users' accounts feature becomes available
alexisintech marked this conversation as resolved.
Show resolved Hide resolved
- The response for sign-ins with an email address that matches a **SAML connection** is updated:
- Instead of responding with a status of `needs_identifier`, the API now returns a status of `needs_first_factor`
alexisintech marked this conversation as resolved.
Show resolved Hide resolved
- The email address that matched will be returned in the identifier field.
- The only strategy that will be included in supported first factors is `enterprise_sso`.

### 2021-02-05

The initial API version was released on 2021-02-05 as part of the first Clerk release. It predates the versioning system. All changes made to it since then are backwards compatible.