Skip to content

Commit a81aef2

Browse files
authored
feat: remove combo recipes (#47)
1 parent b9f899a commit a81aef2

File tree

2 files changed

+317
-1130
lines changed

2 files changed

+317
-1130
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77

8+
## [3.0.0] - 2024-05-24
9+
10+
### Changes
11+
12+
- Removed all ThirdPartyEmailPassword and ThirdPartyPasswordless APIs
13+
- This doesn't result in any removed paths as the same paths exists in the individual recipes, only the rid param is different
14+
- Marked as deprecated:
15+
- `GET /{apiBasePath}/<tenantId>/signup/phoneNumber/exists`
16+
- `GET /{apiBasePath}/<tenantId>/signup/email/exists`
17+
- Added:
18+
- `GET /{apiBasePath}/<tenantId>/passwordless/phoneNumber/exists`
19+
- `GET /{apiBasePath}/<tenantId>/passwordless/email/exists`
20+
- `GET /{apiBasePath}/<tenantId>/emailpassword/email/exists`
21+
- All of the above are moved/renamed version of the APIs marked as deprecated above
22+
823
## [1.19.0] - 2023-10-XX
924

1025
### Added

0 commit comments

Comments
 (0)