Skip to content

Commit

Permalink
fix: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Mar 19, 2024
1 parent 7408b8c commit 3970ba4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [5.0.0] - 2024-03-19

- `TOTP_NOT_ENABLED_ERROR` status is removed from the totp related APIs.
- In `/appid-<appId>/recipe/totp/device` POST, `deviceName` input is now optional. The response also includes `deviceName`.
- Adds `/recipe/totp/device/import` POST API.
- `INVALID_TOTP_ERROR`, `LIMIT_REACHED_ERROR` responses now include `currentNumberOfFailedAttempts` and `maxNumberOfFailedAttempts` in the response.
- Adds `/appid-<appId>/<tenantId>/recipe/signinup/code/check` POST API.
- Adds `consumedDevice` in the success response for `/appid-<appId>/<tenantId>/recipe/signinup/code/consume` POST API.
- `/appid-<appId>/<tenantId>/recipe/signinup/code/remove` POST API now accepts `preAuthSessionId` as input which can be used to remove code for a device.
- `/appid-<appId>/<tenantId>/recipe/session/remove` POST API can now only be called using public tenant if `revokeAcrossAllTenants` is set to true.
- `/appid-<appId>/<tenantId>/recipe/session/user` GET API can now only be called using public tenant if `fetchAcrossAllTenants` is set to true.
- Adds mandatory input `useDynamicSigningKey` to `/appid-<appId>/recipe/session/refresh` POST API.
- Adds `firstFactors` and `requiredSecondaryFactors` to the input of `/recipe/multitenancy/connectionuridomain` PUT, `/recipe/multitenancy/app` PUT and `/appid-<appId>/recipe/multitenancy/tenant` PUT APIs.
- Adds `firstFactors` and `requiredSecondaryFacrors` to the response of `/appid-<appId>/<tenantId>/recipe/multitenancy/tenant` GET API.

## [4.0.0]

- Adds new APIs for account linking
Expand Down
2 changes: 0 additions & 2 deletions api_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6602,8 +6602,6 @@ components:
type: boolean
passwordlessEnabled:
type: boolean
totpEnabled:
type: boolean
firstFactors:
$ref: '#/components/schemas/firstFactors'
requiredSecondaryFactors:
Expand Down

0 comments on commit 3970ba4

Please sign in to comment.